Trace number 3447321

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 1800.08 1800.1

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900565534--soft-0-100-0.wbo
MD5SUMcf389047fd441928b15b38cce26251ed
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark149.691
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 685
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-3447321-1307900835.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.06	o 135279
0.00/0.06	c feasible solution found by trivial heuristic, objective value  1.352790e+05
0.00/0.06	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.07	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.12	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (3 rounds):
0.09/0.13	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.13	c  2707 implications, 0 cliques
0.09/0.13	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.13	c    2707 constraints of type <linear>
0.09/0.13	c    2707 constraints of type <indicator>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.10
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.0.1.4
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1800
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 13950
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.16	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.16	c t 0.2s|     1 |     0 |   155 |     - |  17M|   0 |  39 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |   522 |     - |  18M|   0 |  17 |5645 |8121 |5645 |2734 |  27 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.68/0.70	c   0.7s|     1 |     0 |   785 |     - |  18M|   0 |  20 |5645 |8121 |5645 |2778 |  71 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.78/0.86	c   0.9s|     1 |     0 |   924 |     - |  19M|   0 |  46 |5645 |8121 |5645 |2798 |  91 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
1.10/1.20	c   1.2s|     1 |     0 |   981 |     - |  19M|   0 |  58 |5645 |8121 |5645 |2810 | 103 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
1.59/1.62	c   1.6s|     1 |     0 |  1073 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2816 | 109 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
1.99/2.09	c   2.1s|     1 |     0 |  1146 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2821 | 114 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
3.68/3.72	c   3.7s|     1 |     2 |  1146 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2821 | 114 |   0 |  33 | 0.000000e+00 | 1.352790e+05 |    Inf 
35.69/35.75	o 1307
35.69/35.75	c *35.8s|   556 |   555 | 89405 | 159.0 |  31M|  51 |   - |5645 |8121 |5645 |2817 |1512 |   0 | 961 | 0.000000e+00 | 1.307000e+03 |    Inf 
178.09/178.11	o 352
178.09/178.11	c * 178s|  5372 |  4251 |880172 | 163.7 |  41M|  64 |   - |5645 |8121 |5645 |2842 |  14k|   0 |1906 | 0.000000e+00 | 3.520000e+02 |    Inf 
321.08/321.13	o 337
321.08/321.13	c * 321s|  8930 |  7131 |  1751k| 196.0 |  53M|  67 |   - |5645 |9234 |5645 |2828 |  23k|1115 |2670 | 0.000000e+00 | 3.370000e+02 |    Inf 
321.68/321.70	o 322
321.68/321.70	c * 322s|  8941 |  6921 |  1755k| 196.2 |  53M|  67 |   - |5645 |9234 |5645 |2832 |  23k|1115 |2670 | 0.000000e+00 | 3.220000e+02 |    Inf 
341.88/341.97	o 321
341.88/341.97	c c 342s|  9375 |  7225 |  1872k| 199.6 |  55M|  67 |   - |5645 |9446 |5645 |2783 |  24k|1328 |2784 | 0.000000e+00 | 3.210000e+02 |    Inf 
368.68/368.79	c   369s| 10000 |  7687 |  2025k| 202.4 |  57M|  67 |   1 |5645 |9723 |5645 |2784 |  26k|1622 |2904 | 0.000000e+00 | 3.210000e+02 |    Inf 
395.57/395.64	o 308
395.57/395.64	c * 396s| 10942 |  7926 |  2157k| 197.1 |  59M|  67 |   - |5645 |9988 |5645 |2806 |  29k|2019 |3031 | 0.000000e+00 | 3.080000e+02 |    Inf 
395.67/395.73	o 285
395.67/395.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.67/395.73	c * 396s| 10945 |  7465 |  2157k| 197.0 |  57M|  67 |   - |5645 |9982 |5645 |2811 |  29k|2020 |3031 | 0.000000e+00 | 2.850000e+02 |    Inf 
417.28/417.37	o 264
417.28/417.37	c * 417s| 11689 |  7510 |  2268k| 194.0 |  58M|  71 |   - |5645 |9934 |5645 |2793 |  31k|2368 |3149 | 0.000000e+00 | 2.640000e+02 |    Inf 
417.87/417.95	o 260
417.87/417.95	c * 418s| 11721 |  7428 |  2270k| 193.7 |  57M|  71 |   - |5645 |9928 |5645 |2786 |  31k|2386 |3150 | 0.000000e+00 | 2.600000e+02 |    Inf 
420.58/420.68	o 251
420.58/420.68	c * 421s| 11853 |  7312 |  2283k| 192.5 |  56M|  71 |   - |5645 |9925 |5645 |2789 |  31k|2433 |3154 | 0.000000e+00 | 2.510000e+02 |    Inf 
424.37/424.47	o 238
424.37/424.47	c * 424s| 12030 |  6959 |  2300k| 191.1 |  55M|  71 |   - |5645 |9889 |5645 |2812 |  31k|2527 |3164 | 0.000000e+00 | 2.380000e+02 |    Inf 
435.17/435.20	o 234
435.17/435.20	c * 435s| 12443 |  7126 |  2358k| 189.5 |  57M|  71 |   - |5645 |9671 |5645 |2816 |  32k|2767 |3186 | 0.000000e+00 | 2.340000e+02 |    Inf 
441.68/441.75	o 228
441.68/441.75	c c 442s| 12643 |  7109 |  2393k| 189.2 |  57M|  71 |   - |5645 |9626 |5645 |2792 |  33k|2850 |3222 | 0.000000e+00 | 2.280000e+02 |    Inf 
474.08/474.14	o 215
474.08/474.14	c * 474s| 13839 |  7368 |  2577k| 186.1 |  60M|  71 |   - |5645 |9388 |5645 |2793 |  34k|3487 |3366 | 0.000000e+00 | 2.150000e+02 |    Inf 
477.88/477.96	o 199
477.88/477.96	c * 478s| 14016 |  7141 |  2596k| 185.2 |  58M|  71 |   - |5645 |9321 |5645 |2805 |  35k|3590 |3379 | 0.000000e+00 | 1.990000e+02 |    Inf 
490.68/490.79	o 191
490.68/490.79	c * 491s| 14712 |  7306 |  2662k| 180.9 |  60M|  71 |   - |5645 |9102 |5645 |2788 |  35k|3962 |3399 | 0.000000e+00 | 1.910000e+02 |    Inf 
491.67/491.75	o 190
491.67/491.75	c * 492s| 14741 |  7305 |  2667k| 180.9 |  61M|  71 |   - |5645 |9083 |5645 |2784 |  36k|3976 |3407 | 0.000000e+00 | 1.900000e+02 |    Inf 
500.07/500.16	o 182
500.07/500.16	c * 500s| 15091 |  7051 |  2712k| 179.7 |  61M|  71 |   - |5645 |9076 |5645 |2788 |  36k|4240 |3471 | 0.000000e+00 | 1.820000e+02 |    Inf 
500.67/500.74	o 163
500.67/500.74	c * 501s| 15140 |  6516 |  2714k| 179.2 |  57M|  71 |   - |5645 |9095 |5645 |2800 |  36k|4275 |3472 | 0.000000e+00 | 1.630000e+02 |    Inf 
500.67/500.78	o 157
500.67/500.78	c * 501s| 15141 |  6291 |  2714k| 179.2 |  56M|  71 |   - |5645 |9095 |5645 |2790 |  36k|4275 |3472 | 0.000000e+00 | 1.570000e+02 |    Inf 
500.87/500.99	o 141
500.87/500.99	c * 501s| 15147 |  5619 |  2715k| 179.2 |  52M|  71 |   - |5645 |9091 |5645 |2802 |  36k|4277 |3473 | 0.000000e+00 | 1.410000e+02 |    Inf 
500.97/501.05	o 121
500.97/501.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
500.97/501.05	c * 501s| 15148 |  4748 |  2715k| 179.2 |  49M|  71 |   - |5645 |9091 |5645 |2803 |  36k|4277 |3473 | 0.000000e+00 | 1.210000e+02 |    Inf 
501.07/501.18	o 119
501.07/501.18	c * 501s| 15153 |  4714 |  2716k| 179.2 |  49M|  71 |   - |5645 |9087 |5645 |2782 |  36k|4278 |3473 | 0.000000e+00 | 1.190000e+02 |    Inf 
501.58/501.68	o 118
501.58/501.68	c * 502s| 15192 |  4664 |  2717k| 178.8 |  48M|  71 |   - |5645 |9074 |5645 |2795 |  36k|4301 |3476 | 0.000000e+00 | 1.180000e+02 |    Inf 
504.17/504.29	o 92
504.17/504.29	c * 504s| 15425 |  2170 |  2724k| 176.6 |  41M|  71 |   - |5645 |9009 |5645 |2806 |  36k|4459 |3478 | 0.000000e+00 | 9.200000e+01 |    Inf 
552.67/552.74	c   553s| 20000 |  2672 |  2803k| 140.1 |  60M|  81 |  11 |5645 |9890 |5645 |2801 |  38k|9349 |3592 | 0.000000e+00 | 9.200000e+01 |    Inf 
644.27/644.30	c   644s| 30000 |  3308 |  2923k|  97.4 |  83M| 105 |   - |5645 |  10k|   0 |   0 |  42k|  20k|3781 | 0.000000e+00 | 9.200000e+01 |    Inf 
712.77/712.89	c   713s| 40000 |  3811 |  3010k|  75.2 |  99M| 105 |   - |5645 |  10k|   0 |   0 |  44k|  30k|3891 | 0.000000e+00 | 9.200000e+01 |    Inf 
743.97/744.06	o 86
743.97/744.06	c * 744s| 43671 |  3744 |  3052k|  69.9 | 106M| 107 |   - |5645 |  10k|5645 |2785 |  45k|  34k|4004 | 0.000000e+00 | 8.600000e+01 |    Inf 
744.07/744.10	o 76
744.07/744.10	c * 744s| 43672 |  3677 |  3052k|  69.9 | 105M| 107 |   - |5645 |  10k|5645 |2785 |  45k|  34k|4004 | 0.000000e+00 | 7.600000e+01 |    Inf 
789.87/789.94	c   790s| 50000 |  3819 |  3105k|  62.1 | 114M| 107 |   1 |5645 |9170 |5645 |2782 |  47k|  42k|4074 | 0.000000e+00 | 7.600000e+01 |    Inf 
829.66/829.78	o 39
829.66/829.78	c * 830s| 56091 |  3392 |  3155k|  56.2 | 111M| 110 |   - |5645 |  10k|5645 |2786 |  48k|  49k|4109 | 0.000000e+00 | 3.900000e+01 |    Inf 
829.76/829.85	o 24
829.76/829.85	c * 830s| 56094 |  2695 |  3155k|  56.2 |  92M| 110 |   - |5645 |7826 |5645 |2785 |  48k|  49k|4109 | 0.000000e+00 | 2.400000e+01 |    Inf 
831.97/832.00	o 23
831.97/832.00	c * 832s| 56373 |  2576 |  3162k|  56.1 |  90M| 110 |   - |5645 |5893 |5645 |2782 |  48k|  49k|4115 | 0.000000e+00 | 2.300000e+01 |    Inf 
836.76/836.89	o 4
836.76/836.89	c * 837s| 57173 |  1289 |  3178k|  55.6 |  60M| 110 |   - |5645 |5415 |5645 |2786 |  48k|  51k|4124 | 0.000000e+00 | 4.000000e+00 |    Inf 
847.67/847.75	c   848s| 60000 |   912 |  3218k|  53.6 |  54M| 110 |   - |5645 |6062 |5645 |2782 |  48k|  54k|4150 | 0.000000e+00 | 4.000000e+00 |    Inf 
855.66/855.77	o 3
855.66/855.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
855.66/855.77	c * 856s| 62423 |   812 |  3246k|  52.0 |  53M| 110 |   - |5645 |6560 |5645 |2785 |  48k|  57k|4151 | 0.000000e+00 | 3.000000e+00 |    Inf 
882.87/882.94	c   883s| 70000 |   706 |  3342k|  47.7 |  52M| 110 |   - |5645 |9419 |   0 |   0 |  48k|  67k|4202 | 0.000000e+00 | 3.000000e+00 |    Inf 
918.36/918.49	c   918s| 80000 |   678 |  3465k|  43.3 |  54M| 110 |  40 |5645 |  12k|5645 |2782 |  48k|  81k|4264 | 0.000000e+00 | 3.000000e+00 |    Inf 
921.46/921.50	o 1
921.46/921.50	c * 922s| 80839 |   482 |  3475k|  43.0 |  47M| 110 |   - |5645 |  11k|5645 |2783 |  48k|  82k|4264 | 0.000000e+00 | 1.000000e+00 |    Inf 
956.76/956.83	c   957s| 90000 |   459 |  3604k|  40.0 |  48M| 110 |  28 |5645 |  12k|5645 |2782 |  48k|  94k|4346 | 0.000000e+00 | 1.000000e+00 |    Inf 
998.87/998.94	c   999s|100000 |   450 |  3764k|  37.6 |  49M| 110 |   - |5645 |  14k|5645 |2782 |  48k| 107k|4435 | 0.000000e+00 | 1.000000e+00 |    Inf 
1040.26/1040.33	c  1040s|110000 |   406 |  3916k|  35.6 |  48M| 110 |  31 |5645 |  14k|5645 |2782 |  48k| 121k|4552 | 0.000000e+00 | 1.000000e+00 |    Inf 
1082.37/1082.44	c  1082s|120000 |   408 |  4072k|  33.9 |  51M| 110 |   - |5645 |  18k|5645 |2782 |  48k| 134k|4663 | 0.000000e+00 | 1.000000e+00 |    Inf 
1123.77/1123.84	c  1124s|130000 |   428 |  4212k|  32.4 |  54M| 110 |   - |5645 |  25k|   0 |   0 |  48k| 147k|4753 | 0.000000e+00 | 1.000000e+00 |    Inf 
1168.27/1168.36	c  1168s|140000 |   438 |  4360k|  31.1 |  56M| 110 |  35 |5645 |  30k|5645 |2782 |  48k| 160k|4864 | 0.000000e+00 | 1.000000e+00 |    Inf 
1213.86/1213.97	c  1214s|150000 |   404 |  4509k|  30.1 |  57M| 110 |  33 |5645 |  33k|5645 |2782 |  48k| 174k|4972 | 0.000000e+00 | 1.000000e+00 |    Inf 
1261.36/1261.45	c  1261s|160000 |   393 |  4671k|  29.2 |  54M| 110 |  35 |5645 |  24k|5645 |2782 |  48k| 187k|5085 | 0.000000e+00 | 1.000000e+00 |    Inf 
1306.67/1306.79	c  1307s|170000 |   431 |  4824k|  28.4 |  56M| 110 |   - |5645 |  28k|   0 |   0 |  48k| 200k|5167 | 0.000000e+00 | 1.000000e+00 |    Inf 
1351.17/1351.21	c  1351s|180000 |   456 |  4971k|  27.6 |  57M| 110 |  45 |5645 |  28k|5645 |2782 |  48k| 214k|5252 | 0.000000e+00 | 1.000000e+00 |    Inf 
1396.17/1396.20	c  1396s|190000 |   385 |  5118k|  26.9 |  58M| 110 |   - |5645 |  31k|   0 |   0 |  48k| 227k|5329 | 0.000000e+00 | 1.000000e+00 |    Inf 
1445.17/1445.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1445.17/1445.26	c  1445s|200000 |   378 |  5289k|  26.4 |  56M| 110 |  26 |5645 |  27k|5645 |2782 |  48k| 241k|5445 | 0.000000e+00 | 1.000000e+00 |    Inf 
1488.07/1488.10	c  1488s|210000 |   308 |  5434k|  25.9 |  51M| 110 |  36 |5645 |  20k|5645 |2782 |  48k| 254k|5574 | 0.000000e+00 | 1.000000e+00 |    Inf 
1529.28/1529.35	c  1529s|220000 |   275 |  5580k|  25.4 |  52M| 110 |   - |5645 |  24k|   0 |   0 |  48k| 267k|5652 | 0.000000e+00 | 1.000000e+00 |    Inf 
1573.38/1573.49	c  1573s|230000 |   283 |  5727k|  24.9 |  54M| 110 |  30 |5645 |  29k|5645 |2782 |  48k| 280k|5758 | 0.000000e+00 | 1.000000e+00 |    Inf 
1617.67/1617.77	c  1618s|240000 |   286 |  5868k|  24.4 |  55M| 110 |   - |5645 |  31k|5645 |2782 |  48k| 293k|5861 | 0.000000e+00 | 1.000000e+00 |    Inf 
1663.47/1663.53	c  1664s|250000 |   283 |  6012k|  24.0 |  56M| 110 |   - |5645 |  34k|5645 |2782 |  48k| 307k|5936 | 0.000000e+00 | 1.000000e+00 |    Inf 
1709.18/1709.20	c  1709s|260000 |   313 |  6150k|  23.7 |  59M| 110 |  30 |5645 |  39k|5645 |2782 |  48k| 320k|6046 | 0.000000e+00 | 1.000000e+00 |    Inf 
1756.68/1756.77	c  1757s|270000 |   270 |  6294k|  23.3 |  58M| 110 |   - |5645 |  37k|5645 |2782 |  48k| 334k|6173 | 0.000000e+00 | 1.000000e+00 |    Inf 
1799.98/1800.00	c 
1799.98/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.98/1800.00	c Solving Time (sec) : 1800.00
1799.98/1800.00	c Solving Nodes      : 279342
1799.98/1800.00	c Primal Bound       : +1.00000000000000e+00 (294 solutions)
1799.98/1800.00	c Dual Bound         : +0.00000000000000e+00
1799.98/1800.00	c Gap                : infinite
1799.98/1800.00	s SATISFIABLE
1799.98/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 
1799.98/1800.00	v -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1799.98/1800.00	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 x171 -x170 -x169 -x168 
1799.98/1800.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1799.98/1800.00	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1799.98/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 
1799.98/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 
1799.98/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 -x54 
1799.98/1800.00	v -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 
1799.98/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 
1799.98/1800.00	v -x1 
1799.98/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.98/1800.00	c Total Time         :    1800.00
1799.98/1800.00	c   solving          :    1800.00
1799.98/1800.00	c   presolving       :       0.10 (included in solving)
1799.98/1800.00	c   reading          :       0.02 (included in solving)
1799.98/1800.00	c Original Problem   :
1799.98/1800.00	c   Problem name     : HOME/instance-3447321-1307900835.wbo
1799.98/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.98/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1799.98/1800.00	c Presolved Problem  :
1799.98/1800.00	c   Problem name     : t_HOME/instance-3447321-1307900835.wbo
1799.98/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1799.98/1800.00	c   Constraints      : 5414 initial, 41434 maximal
1799.98/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.98/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1799.98/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1799.98/1800.00	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1799.98/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1799.98/1800.00	c   integral         :          0          0          0     200599          0       7512          0        134        907          0          0     302726
1799.98/1800.00	c   varbound         :          0+         6     594003      48502          0          0      66692          9    6872121      48576          0          0
1799.98/1800.00	c   linear           :       2707          6    1699028         25          0       7508    4900739      51938    6149584          0          0          0
1799.98/1800.00	c   indicator        :       2707          0     584146      48502          0       7496      80756          0      72851          0          0          0
1799.98/1800.00	c   logicor          :          0+         0     490858          0          0          0    1100978       7731     360324          0          0          0
1799.98/1800.00	c   bounddisjunction :          0+         0     157827          0          0          0        654         67       1125          0          0          0
1799.98/1800.00	c   countsols        :          0          0          0         31          0        265          0          0          0          0          0          0
1799.98/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1799.98/1800.00	c   integral         :      66.30       0.00       0.00      66.26       0.00       0.04       0.00
1799.98/1800.00	c   varbound         :      26.07       0.00      22.38       3.67       0.00       0.00       0.03
1799.98/1800.00	c   linear           :      81.70       0.00      76.31       0.00       0.00       1.73       3.65
1799.98/1800.00	c   indicator        :      58.96       0.00      28.66      16.89       0.00      13.37       0.03
1799.98/1800.00	c   logicor          :      83.98       0.00      82.38       0.00       0.00       0.00       1.60
1799.98/1800.00	c   bounddisjunction :       1.12       0.00       1.11       0.00       0.00       0.00       0.00
1799.98/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.98/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1799.98/1800.00	c   vbounds          :     243693      30237         18    1283079
1799.98/1800.00	c   rootredcost      :         33          0          0       2707
1799.98/1800.00	c   pseudoobj        :    1716188      68728      17261    6867463
1799.98/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1799.98/1800.00	c   vbounds          :      75.67      75.66       0.01
1799.98/1800.00	c   rootredcost      :       0.34       0.34       0.00
1799.98/1800.00	c   pseudoobj        :      78.00      75.86       2.14
1799.98/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.98/1800.00	c   propagation      :       7.31      77024      76898     466878       29.9       1610       20.7          -
1799.98/1800.00	c   infeasible LP    :      26.84      60397      60394     450275       39.6       1690       13.2          0
1799.98/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.98/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.98/1800.00	c   pseudo solution  :       0.00         10         10         14        4.4          0        0.0          -
1799.98/1800.00	c   applied globally :          -          -          -     346150       29.0          -          -          -
1799.98/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.98/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.98/1800.00	c   cut pool         :       0.00          5          -          -          2          -    (maximal pool size: 166)
1799.98/1800.00	c   redcost          :      21.25     177188          0    1270224          0          0
1799.98/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1799.98/1800.00	c   intobj           :       0.00          0          0          0          0          0
1799.98/1800.00	c   gomory           :       0.63          6          0          0       1500          0
1799.98/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1799.98/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1799.98/1800.00	c   strongcg         :       0.60          6          0          0       1909          0
1799.98/1800.00	c   cmir             :       0.16          6          0          0          2          0
1799.98/1800.00	c   flowcover        :       0.14          6          0          0          4          0
1799.98/1800.00	c   clique           :       0.00          1          0          0          0          0
1799.98/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1799.98/1800.00	c   mcf              :       0.00          1          0          0          0          0
1799.98/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1799.98/1800.00	c   rapidlearning    :       0.22          1          0          0          0          0
1799.98/1800.00	c Pricers            :       Time      Calls       Vars
1799.98/1800.00	c   problem variables:       0.00          0          0
1799.98/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.98/1800.00	c   relpscost        :      66.07     152094        134        907          0          0     302726
1799.98/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1799.98/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1799.98/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1799.98/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1799.98/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.98/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.98/1800.00	c   random           :       0.00          0          0          0          0          0          0
1799.98/1800.00	c Primal Heuristics  :       Time      Calls      Found
1799.98/1800.00	c   LP solutions     :       0.06          -         31
1799.98/1800.00	c   pseudo solutions :       0.00          -          0
1799.98/1800.00	c   feaspump         :       0.01          0          0
1799.98/1800.00	c   oneopt           :       0.62         30          0
1799.98/1800.00	c   crossover        :       1.72         25          0
1799.98/1800.00	c   rootsoldiving    :       9.13         75          0
1799.98/1800.00	c   objpscostdiving  :       7.38         76          0
1799.98/1800.00	c   veclendiving     :       5.15        211          0
1799.98/1800.00	c   guideddiving     :       9.10        211          0
1799.98/1800.00	c   fracdiving       :       8.71        212          0
1799.98/1800.00	c   linesearchdiving :       9.74        212          0
1799.98/1800.00	c   coefdiving       :      14.72        212          2
1799.98/1800.00	c   pscostdiving     :      11.89        212          0
1799.98/1800.00	c   trivial          :       0.01          2          1
1799.98/1800.00	c   shiftandpropagate:       0.00          0          0
1799.98/1800.00	c   simplerounding   :       7.93     154685          0
1799.98/1800.00	c   zirounding       :       0.46       1000          0
1799.98/1800.00	c   rounding         :       2.29       5499          0
1799.98/1800.00	c   shifting         :       2.39       1689          0
1799.98/1800.00	c   intshifting      :       0.01          0          0
1799.98/1800.00	c   twoopt           :       0.00          0          0
1799.98/1800.00	c   fixandinfer      :       0.00          0          0
1799.98/1800.00	c   clique           :       0.00          0          0
1799.98/1800.00	c   intdiving        :       0.00          0          0
1799.98/1800.00	c   actconsdiving    :       0.00          0          0
1799.98/1800.00	c   octane           :       0.00          0          0
1799.98/1800.00	c   rens             :       0.06          1          0
1799.98/1800.00	c   rins             :       0.00          0          0
1799.98/1800.00	c   localbranching   :       0.00          0          0
1799.98/1800.00	c   mutation         :       0.00          0          0
1799.98/1800.00	c   dins             :       0.00          0          0
1799.98/1800.00	c   vbounds          :       0.00          0          0
1799.98/1800.00	c   undercover       :       0.00          0          0
1799.98/1800.00	c   subnlp           :       0.06          0          0
1799.98/1800.00	c   trysol           :       0.68       6217        260
1799.98/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.98/1800.00	c   primal LP        :       1.32          0          0       0.00       0.00
1799.98/1800.00	c   dual LP          :     934.72     264649    6101733      23.06    6527.85
1799.98/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1799.98/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1799.98/1800.00	c   diving/probing LP:      55.76      10319     332026      32.18    5954.35
1799.98/1800.00	c   strong branching :      63.29       6221     381524      61.33    6028.51
1799.98/1800.00	c     (at root node) :          -         33      11302     342.48          -
1799.98/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1799.98/1800.00	c B&B Tree           :
1799.98/1800.00	c   number of runs   :          1
1799.98/1800.00	c   nodes            :     279342
1799.98/1800.00	c   nodes (total)    :     279342
1799.98/1800.00	c   nodes left       :        267
1799.98/1800.00	c   max depth        :        110
1799.98/1800.00	c   max depth (total):        110
1799.98/1800.00	c   backtracks       :      27002 (9.7%)
1799.98/1800.00	c   delayed cutoffs  :       9900
1799.98/1800.00	c   repropagations   :     715605 (2589418 domain reductions, 8296 cutoffs)
1799.98/1800.00	c   avg switch length:       6.63
1799.98/1800.00	c   switching time   :     114.99
1799.98/1800.00	c Solution           :
1799.98/1800.00	c   Solutions found  :        294 (34 improvements)
1799.98/1800.00	c   First Solution   : +1.35279000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1799.98/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 80839 nodes, 921.50 seconds, depth 44, found by <relaxation>)
1799.98/1800.00	c   Dual Bound       : +0.00000000000000e+00
1799.98/1800.00	c   Gap              :   infinite
1799.98/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1799.98/1800.00	c   Root Iterations  :       1146
1799.98/1800.09	c Time complete: 1800.07.

Verifier Data

OK	1

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.99 1.99 3/177 18729
/proc/meminfo: memFree=7880612/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=9852 CPUtime=0 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 1467 0 0 0 0 0 0 0 25 0 1 0 980314171 10088448 1421 33554432000 4194304 9128323 140736690125520 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18729/statm: 2463 1424 399 1205 0 1254 0

[startup+0.100148 s]
/proc/loadavg: 1.93 1.99 1.99 3/177 18729
/proc/meminfo: memFree=7880612/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=35728 CPUtime=0.09 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 7949 0 0 0 8 1 0 0 25 0 1 0 980314171 36585472 7644 33554432000 4194304 9128323 140736690125520 18446744073709551615 5976470 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.201147 s]
/proc/loadavg: 1.93 1.99 1.99 3/177 18729
/proc/meminfo: memFree=7880612/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=46672 CPUtime=0.19 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 10959 0 0 0 18 1 0 0 18 0 1 0 980314171 47792128 10555 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 11668 10555 660 1205 0 10459 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 46672

[startup+0.30108 s]
/proc/loadavg: 1.93 1.99 1.99 3/177 18729
/proc/meminfo: memFree=7880612/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=50272 CPUtime=0.28 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 11887 0 0 0 27 1 0 0 18 0 1 0 980314171 51478528 11483 33554432000 4194304 9128323 140736690125520 18446744073709551615 7980987 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 12601 11485 685 1205 0 11392 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 50272

[startup+0.701026 s]
/proc/loadavg: 1.93 1.99 1.99 3/177 18729
/proc/meminfo: memFree=7880612/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=54080 CPUtime=0.68 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 21579 0 0 0 66 2 0 0 18 0 1 0 980314171 55377920 12457 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 13520 12457 716 1205 0 12311 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 54080

[startup+1.50088 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 18730
/proc/meminfo: memFree=7831772/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=57860 CPUtime=1.49 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 22413 0 0 0 146 3 0 0 19 0 1 0 980314171 59248640 13284 33554432000 4194304 9128323 140736690125520 18446744073709551615 6637261 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 14465 13284 709 1205 0 13256 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57860

[startup+3.10066 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 18730
/proc/meminfo: memFree=7825064/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=61292 CPUtime=3.09 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 29569 0 0 0 304 5 0 0 24 0 1 0 980314171 62763008 14224 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 15323 14224 728 1205 0 14114 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61292

[startup+6.30112 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 18730
/proc/meminfo: memFree=7823428/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=64084 CPUtime=6.29 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 30155 0 0 0 622 7 0 0 25 0 1 0 980314171 65622016 14810 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 16021 14810 729 1205 0 14812 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64084

[startup+12.701 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 18730
/proc/meminfo: memFree=7822988/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=64084 CPUtime=12.69 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 30157 0 0 0 1258 11 0 0 25 0 1 0 980314171 65622016 14812 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 16021 14812 729 1205 0 14812 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64084

[startup+25.5009 s]
/proc/loadavg: 1.95 1.99 1.99 3/178 18730
/proc/meminfo: memFree=7815764/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=70628 CPUtime=25.49 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 37485 0 0 0 2528 21 0 0 25 0 1 0 980314171 72323072 16276 33554432000 4194304 9128323 140736690125520 18446744073709551615 6416803 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 17657 16276 730 1205 0 16448 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70628

[startup+51.1006 s]
/proc/loadavg: 1.97 1.99 1.99 3/178 18730
/proc/meminfo: memFree=7807592/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=76464 CPUtime=51.09 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 41207 0 0 0 5070 39 0 0 25 0 1 0 980314171 78299136 17811 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 19116 17811 732 1205 0 17907 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76464

[startup+102.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/178 18732
/proc/meminfo: memFree=7799488/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=81292 CPUtime=102.29 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 54561 0 0 0 10151 78 0 0 25 0 1 0 980314171 83243008 19069 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 20323 19069 732 1205 0 19114 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 81292

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18734
/proc/meminfo: memFree=7787636/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=88368 CPUtime=162.28 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 62280 0 0 0 16109 119 0 0 25 0 1 0 980314171 90488832 20840 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 22092 20840 732 1205 0 20883 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 88368

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18736
/proc/meminfo: memFree=7776292/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=96268 CPUtime=222.28 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 76418 0 0 0 22062 166 0 0 25 0 1 0 980314171 98578432 22835 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 24067 22835 740 1205 0 22858 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 96268

[startup+282.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18736
/proc/meminfo: memFree=7768412/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=100412 CPUtime=282.28 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 83449 0 0 0 28020 208 0 0 25 0 1 0 980314171 102821888 23881 33554432000 4194304 9128323 140736690125520 18446744073709551615 7315378 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 25103 23881 740 1205 0 23894 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 100412

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 18738
/proc/meminfo: memFree=7759656/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=106368 CPUtime=342.28 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 96756 0 0 0 33976 252 0 0 25 0 1 0 980314171 108920832 25369 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 26592 25369 740 1205 0 25383 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 106368

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18740
/proc/meminfo: memFree=7745832/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=116332 CPUtime=402.28 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 119208 0 0 0 39934 294 0 0 25 0 1 0 980314171 119123968 27854 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 29083 27854 740 1205 0 27874 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 116332

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18742
/proc/meminfo: memFree=7733248/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=127036 CPUtime=462.27 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 139478 0 0 0 45891 336 0 0 25 0 1 0 980314171 130084864 30568 33554432000 4194304 9128323 140736690125520 18446744073709551615 6713371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 31759 30568 740 1205 0 30550 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 127036

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18744
/proc/meminfo: memFree=7702932/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=152576 CPUtime=522.28 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 163921 0 0 0 51856 372 0 0 25 0 1 0 980314171 156237824 36942 33554432000 4194304 9128323 140736690125520 18446744073709551615 4232530 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 38144 36942 740 1205 0 36935 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 152576

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18746
/proc/meminfo: memFree=7657120/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=193840 CPUtime=582.27 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 181941 0 0 0 57841 386 0 0 25 0 1 0 980314171 198492160 47102 33554432000 4194304 9128323 140736690125520 18446744073709551615 5604739 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18729/statm: 48460 47102 740 1205 0 47251 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 193840

[startup+642.301 s]

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

/proc/meminfo: memFree=7545860/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=334328 CPUtime=1062.26 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 295298 0 0 0 105640 586 0 0 25 0 1 0 980314171 342351872 81519 33554432000 4194304 9128323 140736690125520 18446744073709551615 4947242 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 83582 81519 742 1205 0 82373 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 334328

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18808
/proc/meminfo: memFree=7542328/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=336384 CPUtime=1122.27 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 295841 0 0 0 111607 620 0 0 25 0 1 0 980314171 344457216 82062 33554432000 4194304 9128323 140736690125520 18446744073709551615 7217024 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 84096 82062 742 1205 0 82887 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 336384

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18808
/proc/meminfo: memFree=7538792/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=339972 CPUtime=1182.27 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 298982 0 0 0 117575 652 0 0 25 0 1 0 980314171 348131328 82950 33554432000 4194304 9128323 140736690125520 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 84993 82950 742 1205 0 83784 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 339972

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 18810
/proc/meminfo: memFree=7520276/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=343668 CPUtime=1242.27 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 299883 0 0 0 123544 683 0 0 25 0 1 0 980314171 351916032 83850 33554432000 4194304 9128323 140736690125520 18446744073709551615 4232921 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 85917 83850 742 1205 0 84708 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 343668

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 18812
/proc/meminfo: memFree=7494928/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=343824 CPUtime=1302.27 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 299943 0 0 0 129516 711 0 0 25 0 1 0 980314171 352075776 83910 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 85956 83910 742 1205 0 84747 0
Current children cumulated CPU time (s) 1302.27
Current children cumulated vsize (KiB) 343824

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18814
/proc/meminfo: memFree=7474900/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=343824 CPUtime=1362.27 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 299945 0 0 0 135487 740 0 0 25 0 1 0 980314171 352075776 83912 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 85956 83912 742 1205 0 84747 0
Current children cumulated CPU time (s) 1362.27
Current children cumulated vsize (KiB) 343824

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18816
/proc/meminfo: memFree=7452160/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=345000 CPUtime=1422.28 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 302512 0 0 0 141458 770 0 0 25 0 1 0 980314171 353280000 84203 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 86250 84203 742 1205 0 85041 0
Current children cumulated CPU time (s) 1422.28
Current children cumulated vsize (KiB) 345000

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18816
/proc/meminfo: memFree=7434008/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=345140 CPUtime=1482.27 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 302539 0 0 0 147426 801 0 0 25 0 1 0 980314171 353423360 84230 33554432000 4194304 9128323 140736690125520 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 86285 84230 742 1205 0 85076 0
Current children cumulated CPU time (s) 1482.27
Current children cumulated vsize (KiB) 345140

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18818
/proc/meminfo: memFree=7407648/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=345140 CPUtime=1542.28 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 302548 0 0 0 153398 830 0 0 25 0 1 0 980314171 353423360 84239 33554432000 4194304 9128323 140736690125520 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 86285 84239 742 1205 0 85076 0
Current children cumulated CPU time (s) 1542.28
Current children cumulated vsize (KiB) 345140

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18820
/proc/meminfo: memFree=7378952/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=345140 CPUtime=1602.27 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 302557 0 0 0 159366 861 0 0 25 0 1 0 980314171 353423360 84248 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 86285 84248 742 1205 0 85076 0
Current children cumulated CPU time (s) 1602.27
Current children cumulated vsize (KiB) 345140

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 18822
/proc/meminfo: memFree=7353344/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=345284 CPUtime=1662.28 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 302601 0 0 0 165338 890 0 0 25 0 1 0 980314171 353570816 84292 33554432000 4194304 9128323 140736690125520 18446744073709551615 7192336 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 86321 84292 742 1205 0 85112 0
Current children cumulated CPU time (s) 1662.28
Current children cumulated vsize (KiB) 345284

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 18824
/proc/meminfo: memFree=7325372/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=346568 CPUtime=1722.28 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 302886 0 0 0 171308 920 0 0 25 0 1 0 980314171 354885632 84577 33554432000 4194304 9128323 140736690125520 18446744073709551615 5985392 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 86642 84577 742 1205 0 85433 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 346568

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18826
/proc/meminfo: memFree=7292444/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=348268 CPUtime=1782.28 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 303211 0 0 0 177278 950 0 0 25 0 1 0 980314171 356626432 84902 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 87067 84902 742 1205 0 85858 0
Current children cumulated CPU time (s) 1782.28
Current children cumulated vsize (KiB) 348268

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18826
/proc/meminfo: memFree=7287828/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=348268 CPUtime=1791.98 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 303211 0 0 0 178242 956 0 0 25 0 1 0 980314171 356626432 84902 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 87067 84902 742 1205 0 85858 0
Current children cumulated CPU time (s) 1791.98
Current children cumulated vsize (KiB) 348268

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18826
/proc/meminfo: memFree=7286088/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=348268 CPUtime=1795.18 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 303211 0 0 0 178561 957 0 0 25 0 1 0 980314171 356626432 84902 33554432000 4194304 9128323 140736690125520 18446744073709551615 7217859 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 87067 84902 742 1205 0 85858 0
Current children cumulated CPU time (s) 1795.18
Current children cumulated vsize (KiB) 348268

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18826
/proc/meminfo: memFree=7284972/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=348268 CPUtime=1798.38 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 303215 0 0 0 178878 960 0 0 25 0 1 0 980314171 356626432 84906 33554432000 4194304 9128323 140736690125520 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 87067 84906 742 1205 0 85858 0
Current children cumulated CPU time (s) 1798.38
Current children cumulated vsize (KiB) 348268

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18826
/proc/meminfo: memFree=7284848/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=348268 CPUtime=1799.18 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 303217 0 0 0 178958 960 0 0 25 0 1 0 980314171 356626432 84908 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 87067 84908 742 1205 0 85858 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (KiB) 348268

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18826
/proc/meminfo: memFree=7284848/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=348268 CPUtime=1799.58 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 303217 0 0 0 178998 960 0 0 25 0 1 0 980314171 356626432 84908 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 87067 84908 742 1205 0 85858 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 348268

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18826
/proc/meminfo: memFree=7284848/32951124 swapFree=67049472/67111528
[pid=18729] ppid=18727 vsize=348268 CPUtime=1799.98 cores=0,2,4,6
/proc/18729/stat : 18729 (scip-2.0.1.4.li) R 18727 18729 18184 0 -1 4202496 303217 0 0 0 179037 961 0 0 25 0 1 0 980314171 356626432 84908 33554432000 4194304 9128323 140736690125520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18729/statm: 87067 84908 742 1205 0 85858 0
Current children cumulated CPU time (s) 1799.98
Current children cumulated vsize (KiB) 348268

Child status: 0
Real time (s): 1800.1
CPU time (s): 1800.08
CPU user time (s): 1790.45
CPU system time (s): 9.62754
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 353716

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

runsolver used 3.06553 second user time and 5.80112 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-12 19:47:15
IDJOB=3447321
IDBENCH=79285
IDSOLVER=1944
FILE ID=node118/3447321-1307900835
RUNJOBID= node118-1307897649-18411
PBS_JOBID= 13559604
Free space on /tmp= 18204 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.1900565534--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 /tmp/evaluation-result-3447321-1307900835/watcher-3447321-1307900835 -o /tmp/evaluation-result-3447321-1307900835/solver-3447321-1307900835 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447321-1307900835.wbo -t 1800 -m 15500

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

MD5SUM BENCH= cf389047fd441928b15b38cce26251ed
RANDOM SEED=1222062807

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7881172 kB
Buffers:         57864 kB
Cached:       24031888 kB
SwapCached:      14016 kB
Active:        9069752 kB
Inactive:     15207948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7881172 kB
SwapTotal:    67111528 kB
SwapFree:     67049472 kB
Dirty:           12268 kB
Writeback:           4 kB
AnonPages:      187260 kB
Mapped:          12088 kB
Slab:           726976 kB
PageTables:       4980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   385980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 18192 MiB
End job on node118 at 2011-06-12 20:17:15