Trace number 3447287

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.4OPTIMUM 1663.95 1663.93

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551347--soft-0-100-0.wbo
MD5SUM7333324480eb5267e10bc3c9063685b0
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark53.2789
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
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-3447287-1307900604.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.05	o 137244
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.372440e+05
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   401 |     - |  18M|   0 |  28 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.59/0.68	c   0.7s|     1 |     0 |   500 |     - |  18M|   0 |  42 |5645 |8121 |5645 |2769 |  62 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.89/0.96	c   1.0s|     1 |     0 |   595 |     - |  19M|   0 |  47 |5645 |8121 |5645 |2779 |  72 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
1.00/1.09	c   1.1s|     1 |     0 |   620 |     - |  19M|   0 |  53 |5645 |8121 |5645 |2782 |  75 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
1.39/1.41	c   1.4s|     1 |     0 |   638 |     - |  20M|   0 |  48 |5645 |8121 |5645 |2786 |  79 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
1.69/1.76	c   1.8s|     1 |     0 |   655 |     - |  20M|   0 |  51 |5645 |8121 |5645 |2791 |  84 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
2.29/2.30	c   2.3s|     1 |     2 |   655 |     - |  20M|   0 |  51 |5645 |8121 |5645 |2791 |  84 |   0 |  33 | 0.000000e+00 | 1.372440e+05 |    Inf 
17.89/17.97	o 771
17.89/17.97	c *18.0s|   213 |   201 | 29569 | 136.4 |  26M|  47 |   - |5645 |8121 |5645 |2991 | 609 |   0 |1304 | 0.000000e+00 | 7.710000e+02 |    Inf 
321.69/321.71	c   322s| 10000 |  9922 |  2038k| 203.8 |  59M|  59 |   5 |5645 |8453 |5645 |2753 |  23k| 337 |3454 | 0.000000e+00 | 7.710000e+02 |    Inf 
391.00/391.06	o 668
391.00/391.06	c * 391s| 12115 | 12004 |  2487k| 205.3 |  65M|  63 |   - |5645 |8563 |5645 |2759 |  28k| 468 |3714 | 0.000000e+00 | 6.680000e+02 |    Inf 
524.10/524.10	o 651
524.10/524.10	c * 524s| 15770 | 15469 |  3311k| 210.0 |  76M| 100 |   - |5645 |9084 |5645 |2942 |  41k|1063 |4270 | 0.000000e+00 | 6.510000e+02 |    Inf 
555.30/555.31	o 616
555.30/555.31	c * 555s| 16699 | 16247 |  3474k| 208.1 |  78M| 100 |   - |5645 |9259 |5645 |2909 |  46k|1252 |4428 | 0.000000e+00 | 6.160000e+02 |    Inf 
570.70/570.72	o 583
570.70/570.72	c * 571s| 17141 | 16593 |  3550k| 207.1 |  78M| 100 |   - |5645 |9359 |5645 |2870 |  48k|1356 |4515 | 0.000000e+00 | 5.830000e+02 |    Inf 
570.70/570.75	o 545
570.70/570.75	c * 571s| 17142 | 16412 |  3550k| 207.1 |  78M| 100 |   - |5645 |9359 |5645 |2870 |  48k|1356 |4515 | 0.000000e+00 | 5.450000e+02 |    Inf 
576.00/576.08	o 516
576.00/576.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
576.00/576.08	c * 576s| 17303 | 16359 |  3579k| 206.9 |  77M| 100 |   - |5645 |9422 |5645 |2845 |  49k|1430 |4528 | 0.000000e+00 | 5.160000e+02 |    Inf 
607.90/607.97	o 512
607.90/607.97	c * 608s| 18156 | 16973 |  3738k| 205.9 |  80M| 100 |   - |5645 |9770 |5645 |2831 |  54k|1805 |4655 | 0.000000e+00 | 5.120000e+02 |    Inf 
608.00/608.01	o 485
608.00/608.01	c * 608s| 18157 | 16758 |  3738k| 205.9 |  79M| 100 |   - |5645 |9769 |5645 |2831 |  54k|1805 |4655 | 0.000000e+00 | 4.850000e+02 |    Inf 
617.70/617.72	o 480
617.70/617.72	c * 618s| 18359 | 16870 |  3785k| 206.2 |  80M| 100 |   - |5645 |9817 |5645 |2880 |  55k|1867 |4700 | 0.000000e+00 | 4.800000e+02 |    Inf 
636.40/636.41	o 436
636.40/636.41	c * 636s| 18814 | 16823 |  3888k| 206.7 |  79M| 100 |   - |5645 |9946 |5645 |2848 |  57k|2051 |4776 | 0.000000e+00 | 4.360000e+02 |    Inf 
636.70/636.75	o 432
636.70/636.75	c * 637s| 18816 | 16788 |  3889k| 206.7 |  78M| 100 |   - |5645 |9946 |5645 |2864 |  57k|2051 |4776 | 0.000000e+00 | 4.320000e+02 |    Inf 
636.80/636.80	o 390
636.80/636.80	c * 637s| 18817 | 16281 |  3889k| 206.7 |  76M| 100 |   - |5645 |9946 |5645 |2863 |  57k|2051 |4776 | 0.000000e+00 | 3.900000e+02 |    Inf 
667.80/667.88	o 389
667.80/667.88	c l 668s| 19683 | 16886 |  4058k| 206.2 |  79M| 100 |   - |5645 |  10k|5645 |2852 |  61k|2484 |4887 | 0.000000e+00 | 3.890000e+02 |    Inf 
670.41/670.41	o 382
670.41/670.41	c * 670s| 19750 | 16850 |  4071k| 206.1 |  79M| 100 |   - |5645 |  10k|5645 |2772 |  61k|2501 |4888 | 0.000000e+00 | 3.820000e+02 |    Inf 
678.30/678.36	c   678s| 20000 | 16995 |  4113k| 205.6 |  79M| 100 |  55 |5645 |  10k|5645 |2747 |  62k|2619 |4936 | 0.000000e+00 | 3.820000e+02 |    Inf 
684.00/684.06	o 371
684.00/684.06	c * 684s| 20159 | 16929 |  4141k| 205.4 |  79M| 100 |   - |5645 |  10k|5645 |2806 |  63k|2706 |4960 | 0.000000e+00 | 3.710000e+02 |    Inf 
697.10/697.12	o 327
697.10/697.12	c * 697s| 20566 | 16395 |  4210k| 204.7 |  77M| 100 |   - |5645 |  10k|5645 |2824 |  64k|2916 |5022 | 0.000000e+00 | 3.270000e+02 |    Inf 
697.41/697.43	o 310
697.41/697.43	c * 697s| 20574 | 16063 |  4211k| 204.7 |  76M| 100 |   - |5645 |  10k|5645 |2782 |  64k|2918 |5022 | 0.000000e+00 | 3.100000e+02 |    Inf 
705.01/705.01	o 298
705.01/705.01	c * 705s| 20919 | 16023 |  4255k| 203.4 |  76M| 100 |   - |5645 |  10k|5645 |2806 |  65k|3106 |5035 | 0.000000e+00 | 2.980000e+02 |    Inf 
705.01/705.07	o 296
705.01/705.07	c * 705s| 20922 | 15969 |  4255k| 203.4 |  76M| 100 |   - |5645 |  10k|5645 |2805 |  65k|3107 |5035 | 0.000000e+00 | 2.960000e+02 |    Inf 
710.30/710.31	o 287
710.30/710.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
710.30/710.31	c * 710s| 21112 | 15840 |  4284k| 202.9 |  76M| 100 |   - |5645 |  10k|5645 |2810 |  66k|3219 |5035 | 0.000000e+00 | 2.870000e+02 |    Inf 
710.90/710.96	o 224
710.90/710.96	c * 711s| 21118 | 13261 |  4286k| 203.0 |  69M| 100 |   - |5645 |  10k|5645 |2822 |  66k|3221 |5035 | 0.000000e+00 | 2.240000e+02 |    Inf 
711.50/711.50	o 213
711.50/711.50	c * 712s| 21124 | 12675 |  4289k| 203.0 |  68M| 100 |   - |5645 |  10k|5645 |2805 |  66k|3223 |5035 | 0.000000e+00 | 2.130000e+02 |    Inf 
712.20/712.24	o 190
712.20/712.24	c * 712s| 21148 | 10927 |  4292k| 203.0 |  64M| 100 |   - |5645 |  10k|5645 |2822 |  66k|3233 |5035 | 0.000000e+00 | 1.900000e+02 |    Inf 
712.81/712.85	o 185
712.81/712.85	c * 713s| 21168 | 10649 |  4295k| 202.9 |  63M| 100 |   - |5645 |  10k|5645 |2805 |  66k|3246 |5035 | 0.000000e+00 | 1.850000e+02 |    Inf 
713.00/713.02	o 165
713.00/713.02	c * 713s| 21188 |  8697 |  4296k| 202.7 |  58M| 100 |   - |5645 |  10k|5645 |2750 |  66k|3259 |5035 | 0.000000e+00 | 1.650000e+02 |    Inf 
713.70/713.74	o 140
713.70/713.74	c * 714s| 21226 |  6433 |  4300k| 202.6 |  52M| 100 |   - |5645 |  10k|5645 |2754 |  66k|3285 |5035 | 0.000000e+00 | 1.400000e+02 |    Inf 
713.70/713.78	o 113
713.70/713.78	c * 714s| 21227 |  4834 |  4300k| 202.6 |  48M| 100 |   - |5645 |  10k|5645 |2754 |  66k|3285 |5035 | 0.000000e+00 | 1.130000e+02 |    Inf 
714.50/714.54	o 112
714.50/714.54	c * 715s| 21318 |  4829 |  4301k| 201.8 |  48M| 100 |   - |5645 |  10k|5645 |2746 |  66k|3345 |5036 | 0.000000e+00 | 1.120000e+02 |    Inf 
714.60/714.68	o 109
714.60/714.68	c * 715s| 21332 |  4738 |  4301k| 201.6 |  48M| 100 |   - |5645 |  10k|5645 |2747 |  66k|3352 |5036 | 0.000000e+00 | 1.090000e+02 |    Inf 
717.80/717.83	o 104
717.80/717.83	c * 718s| 21705 |  4566 |  4309k| 198.5 |  49M| 100 |   - |5645 |  10k|5645 |2746 |  66k|3629 |5050 | 0.000000e+00 | 1.040000e+02 |    Inf 
718.40/718.47	o 76
718.40/718.47	c * 718s| 21779 |  2080 |  4310k| 197.9 |  42M| 100 |   - |5645 |  10k|5645 |2765 |  66k|3678 |5050 | 0.000000e+00 | 7.600000e+01 |    Inf 
770.60/770.62	c   771s| 30000 |  2190 |  4384k| 146.1 |  58M| 100 |   - |5645 |9654 |   0 |   0 |  67k|  12k|5146 | 0.000000e+00 | 7.600000e+01 |    Inf 
801.40/801.49	o 60
801.40/801.49	c * 801s| 35320 |  1877 |  4422k| 125.2 |  61M| 100 |   - |5645 |  10k|5645 |2752 |  67k|  18k|5152 | 0.000000e+00 | 6.000000e+01 |    Inf 
814.91/814.91	o 59
814.91/814.91	c * 815s| 37746 |  1836 |  4440k| 117.6 |  61M| 100 |   - |5645 |9095 |5645 |2747 |  67k|  20k|5158 | 0.000000e+00 | 5.900000e+01 |    Inf 
814.91/814.96	o 40
814.91/814.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
814.91/814.96	c * 815s| 37753 |  1332 |  4440k| 117.6 |  56M| 100 |   - |5645 |8768 |5645 |2747 |  67k|  20k|5158 | 0.000000e+00 | 4.000000e+01 |    Inf 
815.70/815.70	o 36
815.70/815.70	c * 816s| 37873 |  1309 |  4441k| 117.3 |  56M| 100 |   - |5645 |7547 |5645 |2748 |  67k|  20k|5158 | 0.000000e+00 | 3.600000e+01 |    Inf 
824.20/824.22	o 35
824.20/824.22	c * 824s| 39486 |  1188 |  4459k| 112.9 |  55M| 100 |   - |5645 |7324 |5645 |2747 |  67k|  22k|5182 | 0.000000e+00 | 3.500000e+01 |    Inf 
825.20/825.25	o 25
825.20/825.25	c * 825s| 39707 |  1059 |  4461k| 112.3 |  52M| 100 |   - |5645 |7445 |5645 |2750 |  67k|  23k|5184 | 0.000000e+00 | 2.500000e+01 |    Inf 
827.01/827.02	c   827s| 40000 |   992 |  4466k| 111.6 |  50M| 100 |  17 |5645 |6194 |5645 |2747 |  67k|  23k|5191 | 0.000000e+00 | 2.500000e+01 |    Inf 
829.90/829.95	o 23
829.90/829.95	c * 830s| 40740 |   986 |  4472k| 109.8 |  50M| 100 |   - |5645 |6851 |5645 |2747 |  67k|  24k|5191 | 0.000000e+00 | 2.300000e+01 |    Inf 
830.00/830.04	o 13
830.00/830.04	c * 830s| 40760 |   813 |  4472k| 109.7 |  45M| 100 |   - |5645 |6692 |5645 |2748 |  67k|  24k|5191 | 0.000000e+00 | 1.300000e+01 |    Inf 
838.41/838.44	o 9
838.41/838.44	c * 838s| 42375 |   571 |  4503k| 106.3 |  43M| 100 |   - |5645 |5450 |5645 |2744 |  67k|  26k|5199 | 0.000000e+00 | 9.000000e+00 |    Inf 
839.11/839.16	o 7
839.11/839.16	c * 839s| 42485 |   543 |  4507k| 106.1 |  42M| 100 |   - |5645 |5068 |5645 |2747 |  67k|  26k|5199 | 0.000000e+00 | 7.000000e+00 |    Inf 
840.51/840.53	o 6
840.51/840.53	c * 841s| 42744 |   503 |  4512k| 105.6 |  41M| 100 |   - |5645 |4788 |5645 |2747 |  67k|  27k|5200 | 0.000000e+00 | 6.000000e+00 |    Inf 
847.20/847.24	o 5
847.20/847.24	c * 847s| 44096 |   414 |  4540k| 103.0 |  40M| 100 |   - |5645 |5008 |5645 |2749 |  67k|  28k|5203 | 0.000000e+00 | 5.000000e+00 |    Inf 
859.50/859.52	o 4
859.50/859.52	c * 860s| 46806 |   417 |  4589k|  98.0 |  41M| 100 |   - |5645 |6886 |5645 |2744 |  67k|  32k|5242 | 0.000000e+00 | 4.000000e+00 |    Inf 
862.00/862.08	o 3
862.00/862.08	c * 862s| 47443 |   422 |  4599k|  96.9 |  41M| 100 |   - |5645 |7126 |5645 |2746 |  67k|  32k|5243 | 0.000000e+00 | 3.000000e+00 |    Inf 
873.60/873.69	c   874s| 50000 |   408 |  4648k|  93.0 |  41M| 100 |   - |5645 |7059 |   0 |   0 |  67k|  36k|5249 | 0.000000e+00 | 3.000000e+00 |    Inf 
921.11/921.12	c   921s| 60000 |   395 |  4850k|  80.8 |  42M| 100 |  31 |5645 |  10k|5645 |2747 |  67k|  48k|5358 | 0.000000e+00 | 3.000000e+00 |    Inf 
963.10/963.14	o 2
963.10/963.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
963.10/963.14	c * 963s| 68583 |   418 |  5031k|  73.4 |  45M| 100 |   - |5645 |  15k|5645 |2749 |  67k|  60k|5473 | 0.000000e+00 | 2.000000e+00 |    Inf 
970.80/970.83	c   971s| 70000 |   404 |  5064k|  72.3 |  44M| 100 |  29 |5645 |  12k|5645 |2747 |  67k|  62k|5514 | 0.000000e+00 | 2.000000e+00 |    Inf 
1018.00/1018.06	c  1018s| 80000 |   360 |  5267k|  65.8 |  45M| 100 |  35 |5645 |  15k|5645 |2747 |  67k|  75k|5643 | 0.000000e+00 | 2.000000e+00 |    Inf 
1064.70/1064.80	c  1065s| 90000 |   315 |  5465k|  60.7 |  45M| 100 |  41 |5645 |  14k|5645 |2747 |  67k|  88k|5750 | 0.000000e+00 | 2.000000e+00 |    Inf 
1116.10/1116.12	c  1116s|100000 |   254 |  5694k|  56.9 |  43M| 100 |   - |5645 |  11k|5645 |2747 |  67k| 101k|5902 | 0.000000e+00 | 2.000000e+00 |    Inf 
1166.80/1166.88	c  1167s|110000 |   204 |  5916k|  53.8 |  42M| 100 |  40 |5645 |  10k|5645 |2744 |  67k| 114k|6018 | 0.000000e+00 | 2.000000e+00 |    Inf 
1219.21/1219.28	c  1219s|120000 |   190 |  6148k|  51.2 |  43M| 100 |  43 |5645 |  13k|5645 |2747 |  67k| 127k|6148 | 0.000000e+00 | 2.000000e+00 |    Inf 
1272.61/1272.62	c  1273s|130000 |   153 |  6387k|  49.1 |  42M| 100 |  26 |5645 |  13k|5645 |2747 |  67k| 140k|6309 | 0.000000e+00 | 2.000000e+00 |    Inf 
1323.11/1323.15	c  1323s|140000 |   116 |  6609k|  47.2 |  42M| 100 |   - |5645 |  15k|5645 |2747 |  67k| 153k|6441 | 0.000000e+00 | 2.000000e+00 |    Inf 
1371.81/1371.89	c  1372s|150000 |    87 |  6816k|  45.4 |  42M| 100 |  43 |5645 |  17k|5645 |2747 |  67k| 166k|6556 | 0.000000e+00 | 2.000000e+00 |    Inf 
1422.81/1422.82	c  1423s|160000 |    94 |  7021k|  43.9 |  42M| 100 |   - |5645 |  15k|5645 |2744 |  67k| 181k|6751 | 0.000000e+00 | 2.000000e+00 |    Inf 
1473.61/1473.62	c  1474s|170000 |    56 |  7218k|  42.5 |  41M| 100 |  31 |5645 |  15k|5645 |2744 |  67k| 194k|6877 | 0.000000e+00 | 2.000000e+00 |    Inf 
1524.31/1524.39	c  1524s|180000 |    52 |  7407k|  41.1 |  42M| 100 |  35 |5645 |  18k|5645 |2747 |  67k| 207k|6981 | 0.000000e+00 | 2.000000e+00 |    Inf 
1576.61/1576.60	c  1577s|190000 |    64 |  7597k|  40.0 |  45M| 100 |  23 |5645 |  23k|5645 |2747 |  67k| 221k|7065 | 0.000000e+00 | 2.000000e+00 |    Inf 
1631.51/1631.57	c  1632s|200000 |    25 |  7795k|  39.0 |  41M| 100 |  34 |5645 |  14k|5645 |2747 |  67k| 234k|7211 | 0.000000e+00 | 2.000000e+00 |    Inf 
1663.82/1663.87	c 
1663.82/1663.87	c SCIP Status        : problem is solved [optimal solution found]
1663.82/1663.87	c Solving Time (sec) : 1663.87
1663.82/1663.87	c Solving Nodes      : 205992
1663.82/1663.87	c Primal Bound       : +2.00000000000000e+00 (308 solutions)
1663.82/1663.87	c Dual Bound         : +2.00000000000000e+00
1663.82/1663.87	c Gap                : 0.00 %
1663.82/1663.88	s OPTIMUM FOUND
1663.82/1663.88	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1663.82/1663.88	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1663.82/1663.88	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1663.82/1663.88	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
1663.82/1663.88	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 
1663.82/1663.88	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1663.82/1663.88	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 
1663.82/1663.88	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 
1663.82/1663.88	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 
1663.82/1663.88	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 
1663.82/1663.88	v -x1 
1663.82/1663.88	c SCIP Status        : problem is solved [optimal solution found]
1663.82/1663.88	c Total Time         :    1663.87
1663.82/1663.88	c   solving          :    1663.87
1663.82/1663.88	c   presolving       :       0.09 (included in solving)
1663.82/1663.88	c   reading          :       0.02 (included in solving)
1663.82/1663.88	c Original Problem   :
1663.82/1663.88	c   Problem name     : HOME/instance-3447287-1307900604.wbo
1663.82/1663.88	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1663.82/1663.88	c   Constraints      : 2708 initial, 2708 maximal
1663.82/1663.88	c Presolved Problem  :
1663.82/1663.88	c   Problem name     : t_HOME/instance-3447287-1307900604.wbo
1663.82/1663.88	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1663.82/1663.88	c   Constraints      : 5414 initial, 25324 maximal
1663.82/1663.88	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1663.82/1663.88	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1663.82/1663.88	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1663.82/1663.88	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1663.82/1663.88	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1663.82/1663.88	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1663.82/1663.88	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1663.82/1663.88	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1663.82/1663.88	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1663.82/1663.88	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1663.82/1663.88	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1663.82/1663.88	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1663.82/1663.88	c   root node        :          -       5347          -          -       5347          -          -          -          -          -
1663.82/1663.88	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1663.82/1663.88	c   integral         :          0          0          0     183343          0       8695          0        121       1115          0          0     229540
1663.82/1663.88	c   varbound         :          0+         6    1060734      67805          0          0      26089          4    2417339      67839          0          0
1663.82/1663.88	c   linear           :       2707          6    1067819         36          0       8691    2844975      26433    4294857          0          0          0
1663.82/1663.88	c   indicator        :       2707          0    1034935      67805          0       8674      41816          0      46340          0          0          0
1663.82/1663.88	c   logicor          :          0+         0     310067          0          0          0     560411       3440     172832          0          0          0
1663.82/1663.88	c   bounddisjunction :          0+         0     109455          0          0          0        741        233       1450          0          0          0
1663.82/1663.88	c   countsols        :          0          0          0         46          0        264          0          0          0          0          0          0
1663.82/1663.88	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1663.82/1663.88	c   integral         :      70.61       0.00       0.00      70.57       0.00       0.04       0.00
1663.82/1663.88	c   varbound         :      17.41       0.00      11.07       6.32       0.00       0.00       0.01
1663.82/1663.88	c   linear           :      59.16       0.00      55.38       0.00       0.00       1.60       2.18
1663.82/1663.88	c   indicator        :      56.85       0.01      15.69      26.80       0.00      14.33       0.02
1663.82/1663.88	c   logicor          :      32.35       0.00      31.47       0.00       0.00       0.00       0.88
1663.82/1663.88	c   bounddisjunction :       0.68       0.00       0.68       0.00       0.00       0.00       0.00
1663.82/1663.88	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1663.82/1663.88	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1663.82/1663.88	c   vbounds          :     113914      10023          7     381595
1663.82/1663.88	c   rootredcost      :         47          0          0       2673
1663.82/1663.88	c   pseudoobj        :    1075903      26577       8070    2412126
1663.82/1663.88	c Propagator Timings :  TotalTime  Propagate    Resprop
1663.82/1663.88	c   vbounds          :      32.10      32.10       0.00
1663.82/1663.88	c   rootredcost      :       0.22       0.22       0.00
1663.82/1663.88	c   pseudoobj        :      47.69      46.91       0.78
1663.82/1663.88	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1663.82/1663.88	c   propagation      :       3.03      38187      38130     190631       27.0        837       23.3          -
1663.82/1663.88	c   infeasible LP    :      23.82      55655      55655     344541       36.7        991       17.2          0
1663.82/1663.88	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1663.82/1663.88	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1663.82/1663.88	c   pseudo solution  :       0.00          2          2          2        2.0          0        0.0          -
1663.82/1663.88	c   applied globally :          -          -          -     241961       29.3          -          -          -
1663.82/1663.88	c   applied locally  :          -          -          -          0        0.0          -          -          -
1663.82/1663.88	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1663.82/1663.88	c   cut pool         :       0.00          5          -          -         57          -    (maximal pool size: 308)
1663.82/1663.88	c   redcost          :      15.75     139192          0     376746          0          0
1663.82/1663.88	c   impliedbounds    :       0.00          6          0          0          0          0
1663.82/1663.88	c   intobj           :       0.00          0          0          0          0          0
1663.82/1663.88	c   gomory           :       0.57          6          0          0       1338          0
1663.82/1663.88	c   cgmip            :       0.00          0          0          0          0          0
1663.82/1663.88	c   closecuts        :       0.00          0          0          0          0          0
1663.82/1663.88	c   strongcg         :       0.50          6          0          0       2169          0
1663.82/1663.88	c   cmir             :       0.12          6          0          0          1          0
1663.82/1663.88	c   flowcover        :       0.12          6          0          0          2          0
1663.82/1663.88	c   clique           :       0.00          1          0          0          0          0
1663.82/1663.88	c   zerohalf         :       0.00          0          0          0          0          0
1663.82/1663.88	c   mcf              :       0.00          1          0          0          0          0
1663.82/1663.88	c   oddcycle         :       0.00          0          0          0          0          0
1663.82/1663.88	c   rapidlearning    :       0.20          1          0          0          0          0
1663.82/1663.88	c Pricers            :       Time      Calls       Vars
1663.82/1663.88	c   problem variables:       0.00          0          0
1663.82/1663.88	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1663.82/1663.88	c   relpscost        :      70.44     115531        121       1115          0          0     229540
1663.82/1663.88	c   pscost           :       0.00          0          0          0          0          0          0
1663.82/1663.88	c   inference        :       0.00          0          0          0          0          0          0
1663.82/1663.88	c   mostinf          :       0.00          0          0          0          0          0          0
1663.82/1663.88	c   leastinf         :       0.00          0          0          0          0          0          0
1663.82/1663.88	c   fullstrong       :       0.00          0          0          0          0          0          0
1663.82/1663.88	c   allfullstrong    :       0.00          0          0          0          0          0          0
1663.82/1663.88	c   random           :       0.00          0          0          0          0          0          0
1663.82/1663.88	c Primal Heuristics  :       Time      Calls      Found
1663.82/1663.88	c   LP solutions     :       0.06          -         46
1663.82/1663.88	c   pseudo solutions :       0.00          -          0
1663.82/1663.88	c   feaspump         :       0.01          0          0
1663.82/1663.88	c   intshifting      :       0.00          0          0
1663.82/1663.88	c   oneopt           :       0.61         43          0
1663.82/1663.88	c   crossover        :       2.22         40          0
1663.82/1663.88	c   rootsoldiving    :      10.70         82          0
1663.82/1663.88	c   objpscostdiving  :       9.02         83          0
1663.82/1663.88	c   linesearchdiving :      12.20        301          1
1663.82/1663.88	c   guideddiving     :      12.22        301          0
1663.82/1663.88	c   pscostdiving     :      12.35        301          0
1663.82/1663.88	c   coefdiving       :      17.28        302          0
1663.82/1663.88	c   fracdiving       :      13.14        302          0
1663.82/1663.88	c   veclendiving     :       6.07        302          0
1663.82/1663.88	c   trivial          :       0.01          2          1
1663.82/1663.88	c   shiftandpropagate:       0.00          0          0
1663.82/1663.88	c   simplerounding   :       7.24     116653          0
1663.82/1663.88	c   zirounding       :       0.32       1000          0
1663.82/1663.88	c   rounding         :       1.66       4827          0
1663.82/1663.88	c   shifting         :       1.95       1455          0
1663.82/1663.88	c   twoopt           :       0.00          0          0
1663.82/1663.88	c   fixandinfer      :       0.00          0          0
1663.82/1663.88	c   clique           :       0.00          0          0
1663.82/1663.88	c   intdiving        :       0.00          0          0
1663.82/1663.88	c   actconsdiving    :       0.00          0          0
1663.82/1663.88	c   octane           :       0.00          0          0
1663.82/1663.88	c   rens             :       0.05          1          0
1663.82/1663.88	c   rins             :       0.00          0          0
1663.82/1663.88	c   localbranching   :       0.00          0          0
1663.82/1663.88	c   mutation         :       0.00          0          0
1663.82/1663.88	c   dins             :       0.00          0          0
1663.82/1663.88	c   vbounds          :       0.00          0          0
1663.82/1663.88	c   undercover       :       0.00          0          0
1663.82/1663.88	c   subnlp           :       0.05          0          0
1663.82/1663.88	c   trysol           :       0.64       6368        260
1663.82/1663.88	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1663.82/1663.88	c   primal LP        :       2.22          0          0       0.00       0.00
1663.82/1663.88	c   dual LP          :    1030.17     241519    7449485      30.84    7231.33
1663.82/1663.88	c   lex dual LP      :       0.00          0          0       0.00          -
1663.82/1663.88	c   barrier LP       :       0.00          0          0       0.00          -
1663.82/1663.88	c   diving/probing LP:      70.03      14197     468620      33.01    6691.64
1663.82/1663.88	c   strong branching :      68.16       7285     434570      59.65    6375.53
1663.82/1663.88	c     (at root node) :          -         33       3312     100.36          -
1663.82/1663.88	c   conflict analysis:       0.00          0          0       0.00          -
1663.82/1663.88	c B&B Tree           :
1663.82/1663.88	c   number of runs   :          1
1663.82/1663.88	c   nodes            :     205992
1663.82/1663.88	c   nodes (total)    :     205992
1663.82/1663.88	c   nodes left       :          0
1663.82/1663.88	c   max depth        :        100
1663.82/1663.88	c   max depth (total):        100
1663.82/1663.88	c   backtracks       :      20058 (9.7%)
1663.82/1663.88	c   delayed cutoffs  :       4781
1663.82/1663.88	c   repropagations   :     417518 (1286692 domain reductions, 3764 cutoffs)
1663.82/1663.88	c   avg switch length:       5.75
1663.82/1663.88	c   switching time   :      62.76
1663.82/1663.88	c Solution           :
1663.82/1663.88	c   Solutions found  :        308 (48 improvements)
1663.82/1663.88	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1663.82/1663.88	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 68583 nodes, 963.14 seconds, depth 49, found by <relaxation>)
1663.82/1663.88	c   Dual Bound       : +2.00000000000000e+00
1663.82/1663.88	c   Gap              :       0.00 %
1663.82/1663.88	c   Root Dual Bound  : +0.00000000000000e+00
1663.82/1663.88	c   Root Iterations  :        655
1663.92/1663.93	c Time complete: 1663.94.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447287-1307900604/watcher-3447287-1307900604 -o /var/tmp/evaluation-result-3447287-1307900604/solver-3447287-1307900604 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447287-1307900604.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.01 2.00 1.84 2/177 11708
/proc/meminfo: memFree=1125804/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=10296 CPUtime=0 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 1566 0 0 0 0 0 0 0 25 0 1 0 901659083 10543104 1519 33554432000 4194304 9128323 140736429541136 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11708/statm: 2574 1523 399 1205 0 1365 0

[startup+0.079421 s]
/proc/loadavg: 2.01 2.00 1.84 2/177 11708
/proc/meminfo: memFree=1125804/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=35728 CPUtime=0.07 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 7950 0 0 0 7 0 0 0 25 0 1 0 901659083 36585472 7644 33554432000 4194304 9128323 140736429541136 18446744073709551615 5089499 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35728

[startup+0.100415 s]
/proc/loadavg: 2.01 2.00 1.84 2/177 11708
/proc/meminfo: memFree=1125804/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=35728 CPUtime=0.09 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 901659083 36585472 7644 33554432000 4194304 9128323 140736429541136 18446744073709551615 5977237 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.300385 s]
/proc/loadavg: 2.01 2.00 1.84 2/177 11708
/proc/meminfo: memFree=1125804/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=72480 CPUtime=0.29 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 17356 0 0 0 27 2 0 0 25 0 1 0 901659083 74219520 16938 33554432000 4194304 9128323 140736429541136 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 18120 16968 686 1205 0 16911 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72480

[startup+0.700315 s]
/proc/loadavg: 2.01 2.00 1.84 2/177 11708
/proc/meminfo: memFree=1125804/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=51816 CPUtime=0.69 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 20979 0 0 0 67 2 0 0 25 0 1 0 901659083 53059584 11853 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 12954 11853 712 1205 0 11745 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51816

[startup+1.50029 s]
/proc/loadavg: 2.01 2.00 1.84 3/178 11709
/proc/meminfo: memFree=1080932/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=57908 CPUtime=1.49 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 22369 0 0 0 146 3 0 0 25 0 1 0 901659083 59297792 13235 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 14477 13235 711 1205 0 13268 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57908

[startup+3.10102 s]
/proc/loadavg: 2.01 2.00 1.84 3/178 11709
/proc/meminfo: memFree=1072996/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=62500 CPUtime=3.09 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 29742 0 0 0 304 5 0 0 25 0 1 0 901659083 64000000 14396 33554432000 4194304 9128323 140736429541136 18446744073709551615 7177050 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 15625 14396 729 1205 0 14416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62500

[startup+6.30045 s]
/proc/loadavg: 2.01 2.00 1.84 3/178 11709
/proc/meminfo: memFree=1071040/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=62500 CPUtime=6.29 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 29743 0 0 0 621 8 0 0 25 0 1 0 901659083 64000000 14397 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 15625 14397 729 1205 0 14416 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62500

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 1.84 3/178 11709
/proc/meminfo: memFree=1068864/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=64640 CPUtime=12.69 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 30364 0 0 0 1256 13 0 0 25 0 1 0 901659083 66191360 15017 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 16160 15017 730 1205 0 14951 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64640

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.84 3/178 11709
/proc/meminfo: memFree=1061664/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=72360 CPUtime=25.49 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 37932 0 0 0 2524 25 0 0 25 0 1 0 901659083 74096640 16759 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 18090 16759 732 1205 0 16881 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72360

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.84 3/178 11710
/proc/meminfo: memFree=1056652/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=76960 CPUtime=51.09 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 47110 0 0 0 5059 50 0 0 25 0 1 0 901659083 78807040 17889 33554432000 4194304 9128323 140736429541136 18446744073709551615 5105551 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 19240 17889 741 1205 0 18031 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76960

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 11711
/proc/meminfo: memFree=1049800/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=82500 CPUtime=102.29 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 54606 0 0 0 10127 102 0 0 25 0 1 0 901659083 84480000 19289 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 20625 19289 741 1205 0 19416 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 82500

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/178 11713
/proc/meminfo: memFree=1038712/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=89996 CPUtime=162.29 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 62541 0 0 0 16064 165 0 0 25 0 1 0 901659083 92155904 21179 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 22499 21179 741 1205 0 21290 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 89996

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.86 3/178 11715
/proc/meminfo: memFree=1014496/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=116872 CPUtime=222.29 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 68924 0 0 0 22009 220 0 0 25 0 1 0 901659083 119676928 27562 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 29218 27562 741 1205 0 28009 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 116872

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 11716
/proc/meminfo: memFree=1010860/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=116872 CPUtime=282.3 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 69009 0 0 0 27951 279 0 0 25 0 1 0 901659083 119676928 27646 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 29218 27646 741 1205 0 28009 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 116872

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 11718
/proc/meminfo: memFree=1008092/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=116872 CPUtime=342.3 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 69017 0 0 0 33886 344 0 0 25 0 1 0 901659083 119676928 27654 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 29218 27654 741 1205 0 28009 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 116872

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 11719
/proc/meminfo: memFree=1009784/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=114304 CPUtime=402.3 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 73772 0 0 0 39828 402 0 0 25 0 1 0 901659083 117047296 27327 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 28576 27327 741 1205 0 27367 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 114304

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 11721
/proc/meminfo: memFree=1004796/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=118172 CPUtime=462.3 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 86182 0 0 0 45767 463 0 0 25 0 1 0 901659083 121008128 28282 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 29543 28282 741 1205 0 28334 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 118172

[startup+522.301 s]
/proc/loadavg: 2.06 2.01 1.90 3/178 11723
/proc/meminfo: memFree=1002288/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=122824 CPUtime=522.3 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 93314 0 0 0 51708 522 0 0 25 0 1 0 901659083 125771776 29445 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 30706 29445 741 1205 0 29497 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 122824

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 1.90 3/178 11724
/proc/meminfo: memFree=996408/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=127008 CPUtime=582.3 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 108297 0 0 0 57660 570 0 0 25 0 1 0 901659083 130056192 30503 33554432000 4194304 9128323 140736429541136 18446744073709551615 6732490 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 31752 30503 741 1205 0 30543 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 127008

[startup+642.301 s]

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

/proc/meminfo: memFree=939348/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=178980 CPUtime=762.3 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 181724 0 0 0 75525 705 0 0 25 0 1 0 901659083 183275520 43493 33554432000 4194304 9128323 140736429541136 18446744073709551615 5992960 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 44745 43493 742 1205 0 43536 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 178980

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11731
/proc/meminfo: memFree=906572/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=210620 CPUtime=822.3 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 207890 0 0 0 81504 726 0 0 25 0 1 0 901659083 215674880 51383 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 52655 51383 753 1205 0 51446 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 210620

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11732
/proc/meminfo: memFree=903548/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=213940 CPUtime=882.3 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 286382 0 0 0 87458 772 0 0 25 0 1 0 901659083 219074560 52222 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11708/statm: 53485 52222 753 1205 0 52276 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 213940

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11734
/proc/meminfo: memFree=901644/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=216004 CPUtime=942.31 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 294896 0 0 0 93418 813 0 0 25 0 1 0 901659083 221188096 52686 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11708/statm: 54001 52686 753 1205 0 52792 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 216004

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11735
/proc/meminfo: memFree=898124/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=217080 CPUtime=1002.31 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 320900 0 0 0 99369 862 0 0 25 0 1 0 901659083 222289920 53007 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11708/statm: 54270 53007 755 1205 0 53061 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 217080

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11746
/proc/meminfo: memFree=897220/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=219036 CPUtime=1062.31 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 327185 0 0 0 105327 904 0 0 25 0 1 0 901659083 224292864 53458 33554432000 4194304 9128323 140736429541136 18446744073709551615 4892799 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11708/statm: 54759 53458 755 1205 0 53550 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 219036

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11748
/proc/meminfo: memFree=896152/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=219100 CPUtime=1122.3 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 332995 0 0 0 111279 951 0 0 25 0 1 0 901659083 224358400 53500 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11708/statm: 54775 53500 755 1205 0 53566 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 219100

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11749
/proc/meminfo: memFree=897088/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=219304 CPUtime=1182.31 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 333045 0 0 0 117234 997 0 0 25 0 1 0 901659083 224567296 53550 33554432000 4194304 9128323 140736429541136 18446744073709551615 7342745 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11708/statm: 54826 53550 755 1205 0 53617 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 219304

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11751
/proc/meminfo: memFree=893188/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=219280 CPUtime=1242.3 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 338817 0 0 0 123188 1042 0 0 25 0 1 0 901659083 224542720 53533 33554432000 4194304 9128323 140736429541136 18446744073709551615 5201664 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11708/statm: 54820 53533 755 1205 0 53611 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 219280

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11755
/proc/meminfo: memFree=840248/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=219812 CPUtime=1302.32 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 338915 0 0 0 129140 1092 0 0 25 0 1 0 901659083 225087488 53631 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11708/statm: 54953 53631 755 1205 0 53744 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 219812

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11757
/proc/meminfo: memFree=840312/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=219812 CPUtime=1362.31 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 338918 0 0 0 135094 1137 0 0 25 0 1 0 901659083 225087488 53634 33554432000 4194304 9128323 140736429541136 18446744073709551615 6857436 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11708/statm: 54953 53634 755 1205 0 53744 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 219812

[startup+1422.31 s]
/proc/loadavg: 1.95 1.98 1.91 3/178 11798
/proc/meminfo: memFree=899768/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=220620 CPUtime=1422.31 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 339126 0 0 0 141052 1179 0 0 25 0 1 0 901659083 225914880 53839 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11708/statm: 55155 53839 755 1205 0 53946 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 220620

[startup+1482.3 s]
/proc/loadavg: 1.98 1.98 1.91 3/178 11799
/proc/meminfo: memFree=893560/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=220612 CPUtime=1482.3 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 341274 0 0 0 147019 1211 0 0 25 0 1 0 901659083 225906688 53874 33554432000 4194304 9128323 140736429541136 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11708/statm: 55153 53874 755 1205 0 53944 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 220612

[startup+1542.3 s]
/proc/loadavg: 2.03 2.00 1.91 3/178 11801
/proc/meminfo: memFree=874108/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=220812 CPUtime=1542.31 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 341335 0 0 0 152989 1242 0 0 25 0 1 0 901659083 226111488 53935 33554432000 4194304 9128323 140736429541136 18446744073709551615 6857544 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11708/statm: 55203 53935 755 1205 0 53994 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 220812

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 11802
/proc/meminfo: memFree=868992/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=222352 CPUtime=1602.31 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 341669 0 0 0 158961 1270 0 0 25 0 1 0 901659083 227688448 54269 33554432000 4194304 9128323 140736429541136 18446744073709551615 6732472 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11708/statm: 55588 54269 755 1205 0 54379 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 222352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11804
/proc/meminfo: memFree=868588/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=222488 CPUtime=1662.31 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 341726 0 0 0 164932 1299 0 0 25 0 1 0 901659083 227827712 54326 33554432000 4194304 9128323 140736429541136 18446744073709551615 6857100 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11708/statm: 55622 54326 755 1205 0 54413 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 222488

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

[startup+1663.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11804
/proc/meminfo: memFree=868708/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=222488 CPUtime=1663.11 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 341726 0 0 0 165012 1299 0 0 25 0 1 0 901659083 227827712 54326 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11708/statm: 55622 54326 755 1205 0 54413 0
Current children cumulated CPU time (s) 1663.11
Current children cumulated vsize (KiB) 222488

[startup+1663.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11804
/proc/meminfo: memFree=868708/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=222488 CPUtime=1663.51 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 341726 0 0 0 165052 1299 0 0 25 0 1 0 901659083 227827712 54326 33554432000 4194304 9128323 140736429541136 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11708/statm: 55622 54326 755 1205 0 54413 0
Current children cumulated CPU time (s) 1663.51
Current children cumulated vsize (KiB) 222488

[startup+1663.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 11804
/proc/meminfo: memFree=868708/32950928 swapFree=67050636/67111528
[pid=11708] ppid=11706 vsize=221076 CPUtime=1663.92 cores=0,2,4,6
/proc/11708/stat : 11708 (scip-2.0.1.4.li) R 11706 11708 10203 0 -1 4202496 341728 0 0 0 165092 1300 0 0 25 0 1 0 901659083 226381824 53975 33554432000 4194304 9128323 140736429541136 18446744073709551615 6885361 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11708/statm: 55269 53975 757 1205 0 54060 0
Current children cumulated CPU time (s) 1663.92
Current children cumulated vsize (KiB) 221076

Child status: 0
Real time (s): 1663.93
CPU time (s): 1663.95
CPU user time (s): 1650.94
CPU system time (s): 13.009
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 239976

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

runsolver used 2.44963 second user time and 5.31519 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-12 19:43:24
IDJOB=3447287
IDBENCH=79268
IDSOLVER=1944
FILE ID=node126/3447287-1307900604
RUNJOBID= node126-1307898939-11560
PBS_JOBID= 13559580
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/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551347--soft-0-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447287-1307900604/watcher-3447287-1307900604 -o /var/tmp/evaluation-result-3447287-1307900604/solver-3447287-1307900604 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447287-1307900604.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 7333324480eb5267e10bc3c9063685b0
RANDOM SEED=1780319855

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1126356 kB
Buffers:         51260 kB
Cached:       30594436 kB
SwapCached:      14604 kB
Active:       15966588 kB
Inactive:     14897560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1126356 kB
SwapTotal:    67111528 kB
SwapFree:     67050636 kB
Dirty:           12048 kB
Writeback:           0 kB
AnonPages:      215496 kB
Mapped:          12520 kB
Slab:           894568 kB
PageTables:       4536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   413084 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 node126 at 2011-06-12 20:11:08