Trace number 3447360

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.14 1800.08

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676--soft-0-100-0.wbo
MD5SUMb818ef86615e3f5ee29c4c2fadd6f1fe
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 benchmark128.587
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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-3447360-1307901294.wbo>
0.01/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.01/0.02	c problem read
0.01/0.02	c presolving settings loaded
0.01/0.05	o 136842
0.01/0.05	c feasible solution found by trivial heuristic, objective value  1.368420e+05
0.01/0.05	c presolving:
0.01/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.01/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.368420e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   375 |     - |  18M|   0 |  43 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |   422 |     - |  18M|   0 |  52 |5645 |8121 |5645 |2748 |  41 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.89/0.91	c   0.9s|     1 |     0 |   442 |     - |  19M|   0 |  53 |5645 |8121 |5645 |2751 |  44 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
1.19/1.23	c   1.2s|     1 |     0 |   472 |     - |  20M|   0 |  56 |5645 |8121 |5645 |2757 |  50 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
1.59/1.61	c   1.6s|     1 |     0 |   508 |     - |  20M|   0 |  54 |5645 |8121 |5645 |2767 |  60 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
1.99/2.00	c   2.0s|     1 |     0 |   527 |     - |  20M|   0 |  57 |5645 |8121 |5645 |2775 |  68 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
2.69/2.74	c   2.7s|     1 |     2 |   527 |     - |  21M|   0 |  57 |5645 |8121 |5645 |2775 |  68 |   0 |  33 | 0.000000e+00 | 1.368420e+05 |    Inf 
15.59/15.63	o 588
15.59/15.63	c *15.6s|   192 |   190 | 17238 |  87.5 |  27M|  46 |   - |5645 |8121 |5645 |2780 | 204 |   0 |1356 | 0.000000e+00 | 5.880000e+02 |    Inf 
268.80/268.87	o 440
268.80/268.87	c * 269s|  7908 |  7435 |  1589k| 200.9 |  53M|  73 |   - |5645 |9142 |5645 |2906 |  25k|1026 |3749 | 0.000000e+00 | 4.400000e+02 |    Inf 
270.61/270.63	o 388
270.61/270.63	c * 271s|  7922 |  7239 |  1597k| 201.6 |  53M|  73 |   - |5645 |9142 |5645 |2906 |  25k|1026 |3750 | 0.000000e+00 | 3.880000e+02 |    Inf 
293.10/293.18	o 363
293.10/293.18	c * 293s|  8542 |  7461 |  1722k| 201.6 |  54M|  73 |   - |5645 |9488 |5645 |2894 |  28k|1374 |3933 | 0.000000e+00 | 3.630000e+02 |    Inf 
294.00/294.09	o 353
294.00/294.09	c * 294s|  8548 |  7387 |  1726k| 201.9 |  54M|  73 |   - |5645 |9488 |5645 |2903 |  28k|1374 |3934 | 0.000000e+00 | 3.530000e+02 |    Inf 
299.30/299.35	o 296
299.30/299.35	c * 299s|  8669 |  7056 |  1754k| 202.3 |  52M|  73 |   - |5645 |9547 |5645 |2862 |  28k|1436 |3954 | 0.000000e+00 | 2.960000e+02 |    Inf 
306.20/306.20	o 276
306.20/306.20	c * 306s|  8870 |  6890 |  1790k| 201.9 |  52M|  73 |   - |5645 |9670 |5645 |2802 |  29k|1570 |3993 | 0.000000e+00 | 2.760000e+02 |    Inf 
336.80/336.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.80/336.86	c   337s| 10000 |  7480 |  1973k| 197.3 |  56M|  73 |  17 |5645 |  10k|5645 |2758 |  32k|2181 |4204 | 0.000000e+00 | 2.760000e+02 |    Inf 
392.91/392.99	o 269
392.91/392.99	c * 393s| 12210 |  8571 |  2312k| 189.4 |  62M|  73 |   - |5645 |9962 |5645 |2850 |  37k|3500 |4554 | 0.000000e+00 | 2.690000e+02 |    Inf 
393.40/393.47	o 252
393.40/393.47	c * 393s| 12212 |  8356 |  2313k| 189.4 |  61M|  73 |   - |5645 |9953 |5645 |2999 |  37k|3500 |4554 | 0.000000e+00 | 2.520000e+02 |    Inf 
395.20/395.28	o 230
395.20/395.28	c * 395s| 12314 |  8020 |  2323k| 188.7 |  60M|  73 |   - |5645 |9933 |5645 |2777 |  37k|3556 |4554 | 0.000000e+00 | 2.300000e+02 |    Inf 
398.80/398.85	o 218
398.80/398.85	c * 399s| 12497 |  7873 |  2341k| 187.4 |  59M|  73 |   - |5645 |9823 |5645 |2809 |  37k|3671 |4575 | 0.000000e+00 | 2.180000e+02 |    Inf 
400.31/400.36	o 214
400.31/400.36	c p 400s| 12535 |  7791 |  2349k| 187.4 |  59M|  73 |   - |5645 |9799 |5645 |2812 |  38k|3693 |4590 | 0.000000e+00 | 2.140000e+02 |    Inf 
402.80/402.85	o 201
402.80/402.85	c * 403s| 12648 |  7573 |  2363k| 186.8 |  58M|  73 |   - |5645 |9725 |5645 |2761 |  38k|3757 |4616 | 0.000000e+00 | 2.010000e+02 |    Inf 
402.80/402.87	o 199
402.80/402.87	c * 403s| 12649 |  7514 |  2363k| 186.8 |  58M|  73 |   - |5645 |9725 |5645 |2758 |  38k|3757 |4616 | 0.000000e+00 | 1.990000e+02 |    Inf 
404.31/404.37	o 197
404.31/404.37	c * 404s| 12771 |  7486 |  2370k| 185.6 |  58M|  73 |   - |5645 |9620 |5645 |2772 |  38k|3832 |4628 | 0.000000e+00 | 1.970000e+02 |    Inf 
404.41/404.43	o 193
404.41/404.43	c * 404s| 12773 |  7271 |  2370k| 185.6 |  56M|  73 |   - |5645 |9618 |5645 |2772 |  38k|3832 |4628 | 0.000000e+00 | 1.930000e+02 |    Inf 
404.51/404.50	o 157
404.51/404.50	c * 405s| 12774 |  5965 |  2370k| 185.5 |  51M|  73 |   - |5645 |9616 |5645 |2789 |  38k|3832 |4630 | 0.000000e+00 | 1.570000e+02 |    Inf 
404.60/404.67	o 139
404.60/404.67	c * 405s| 12780 |  5075 |  2371k| 185.5 |  49M|  73 |   - |5645 |9614 |5645 |2771 |  38k|3837 |4630 | 0.000000e+00 | 1.390000e+02 |    Inf 
413.90/413.95	o 115
413.90/413.95	c * 414s| 14054 |  4197 |  2395k| 170.4 |  50M|  73 |   - |5645 |9387 |5645 |2753 |  38k|4746 |4664 | 0.000000e+00 | 1.150000e+02 |    Inf 
414.01/414.01	o 96
414.01/414.01	c * 414s| 14056 |  3571 |  2395k| 170.4 |  48M|  73 |   - |5645 |9383 |5645 |2755 |  38k|4746 |4664 | 0.000000e+00 | 9.600000e+01 |    Inf 
414.90/414.93	o 95
414.90/414.93	c * 415s| 14209 |  2388 |  2397k| 168.7 |  44M|  73 |   - |5645 |9100 |5645 |2750 |  38k|4851 |4665 | 0.000000e+00 | 9.500000e+01 |    Inf 
424.30/424.30	o 75
424.30/424.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
424.30/424.30	c * 424s| 15628 |  2189 |  2412k| 154.3 |  47M|  88 |   - |5645 |9434 |5645 |2757 |  38k|6140 |4681 | 0.000000e+00 | 7.500000e+01 |    Inf 
447.61/447.68	c   448s| 20000 |  2314 |  2449k| 122.5 |  54M|  88 |   1 |5645 |8592 |5645 |2751 |  38k|  10k|4692 | 0.000000e+00 | 7.500000e+01 |    Inf 
462.50/462.51	o 73
462.50/462.51	c p 463s| 22710 |  2301 |  2469k| 108.7 |  57M|  88 |   - |5645 |8256 |5645 |2740 |  39k|  13k|4724 | 0.000000e+00 | 7.300000e+01 |    Inf 
498.21/498.25	c   498s| 30000 |  2391 |  2509k|  83.6 |  62M| 119 |   - |5645 |9800 |   0 |   0 |  39k|  21k|4751 | 0.000000e+00 | 7.300000e+01 |    Inf 
516.20/516.26	o 72
516.20/516.26	c * 516s| 33777 |  2461 |  2530k|  74.9 |  64M| 119 |   - |5645 |  10k|5645 |2752 |  39k|  25k|4774 | 0.000000e+00 | 7.200000e+01 |    Inf 
516.61/516.68	o 49
516.61/516.68	c * 517s| 33827 |  1827 |  2531k|  74.8 |  60M| 119 |   - |5645 |  10k|5645 |2751 |  39k|  25k|4777 | 0.000000e+00 | 4.900000e+01 |    Inf 
517.51/517.53	o 48
517.51/517.53	c * 518s| 33964 |  1775 |  2532k|  74.5 |  60M| 119 |   - |5645 |8072 |5645 |2740 |  39k|  25k|4777 | 0.000000e+00 | 4.800000e+01 |    Inf 
521.81/521.87	o 45
521.81/521.87	c * 522s| 34903 |  1738 |  2537k|  72.7 |  60M| 119 |   - |5645 |7625 |5645 |2750 |  39k|  26k|4781 | 0.000000e+00 | 4.500000e+01 |    Inf 
528.11/528.19	o 41
528.11/528.19	c * 528s| 36151 |  1587 |  2546k|  70.4 |  59M| 119 |   - |5645 |7205 |5645 |2740 |  39k|  28k|4792 | 0.000000e+00 | 4.100000e+01 |    Inf 
532.51/532.57	o 29
532.51/532.57	c * 533s| 36993 |  1513 |  2553k|  69.0 |  59M| 119 |   - |5645 |6991 |5645 |2750 |  39k|  29k|4803 | 0.000000e+00 | 2.900000e+01 |    Inf 
533.61/533.69	o 18
533.61/533.69	c * 534s| 37189 |  1274 |  2556k|  68.7 |  54M| 119 |   - |5645 |6112 |5645 |2743 |  39k|  29k|4809 | 0.000000e+00 | 1.800000e+01 |    Inf 
535.01/535.06	o 9
535.01/535.06	c * 535s| 37411 |  1037 |  2560k|  68.4 |  50M| 119 |   - |5645 |4977 |5645 |2752 |  39k|  29k|4816 | 0.000000e+00 | 9.000000e+00 |    Inf 
535.91/535.91	o 6
535.91/535.91	c * 536s| 37512 |   940 |  2563k|  68.3 |  47M| 119 |   - |5645 |4108 |5645 |2752 |  39k|  30k|4822 | 0.000000e+00 | 6.000000e+00 |    Inf 
545.52/545.58	o 5
545.52/545.58	c * 546s| 39715 |   650 |  2602k|  65.5 |  45M| 119 |   - |5645 |5370 |5645 |2751 |  39k|  32k|4833 | 0.000000e+00 | 5.000000e+00 |    Inf 
546.81/546.84	c   547s| 40000 |   644 |  2607k|  65.2 |  44M| 119 |   - |5645 |5363 |   0 |   0 |  39k|  33k|4833 | 0.000000e+00 | 5.000000e+00 |    Inf 
552.31/552.34	o 4
552.31/552.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
552.31/552.34	c * 552s| 41284 |   601 |  2630k|  63.7 |  43M| 119 |   - |5645 |5412 |5645 |2740 |  39k|  34k|4833 | 0.000000e+00 | 4.000000e+00 |    Inf 
576.71/576.71	o 2
576.71/576.71	c * 577s| 47397 |   494 |  2725k|  57.5 |  43M| 119 |   - |5645 |8015 |5645 |2751 |  39k|  42k|4916 | 0.000000e+00 | 2.000000e+00 |    Inf 
586.81/586.85	c   587s| 50000 |   478 |  2765k|  55.3 |  43M| 119 |   - |5645 |8024 |5645 |2750 |  39k|  46k|4951 | 0.000000e+00 | 2.000000e+00 |    Inf 
588.01/588.05	o 1
588.01/588.05	c * 588s| 50324 |   482 |  2769k|  55.0 |  43M| 119 |   - |5645 |8376 |5645 |2750 |  39k|  46k|4956 | 0.000000e+00 | 1.000000e+00 |    Inf 
630.01/630.09	c   630s| 60000 |   479 |  2943k|  49.0 |  46M| 119 |   - |5645 |  14k|5645 |2750 |  39k|  59k|5086 | 0.000000e+00 | 1.000000e+00 |    Inf 
673.62/673.65	c   674s| 70000 |   457 |  3118k|  44.5 |  47M| 119 |   - |5645 |  13k|   0 |   0 |  39k|  72k|5244 | 0.000000e+00 | 1.000000e+00 |    Inf 
716.51/716.51	c   717s| 80000 |   456 |  3284k|  41.0 |  45M| 119 |  21 |5645 |  11k|5645 |2750 |  39k|  85k|5368 | 0.000000e+00 | 1.000000e+00 |    Inf 
755.41/755.41	c   755s| 90000 |   447 |  3428k|  38.1 |  47M| 119 |  43 |5645 |  16k|5645 |2750 |  39k|  98k|5551 | 0.000000e+00 | 1.000000e+00 |    Inf 
795.62/795.60	c   796s|100000 |   442 |  3576k|  35.8 |  48M| 119 |  26 |5645 |  18k|5645 |2750 |  39k| 112k|5707 | 0.000000e+00 | 1.000000e+00 |    Inf 
838.52/838.52	c   839s|110000 |   486 |  3736k|  34.0 |  51M| 119 |  25 |5645 |  21k|5645 |2750 |  39k| 126k|5822 | 0.000000e+00 | 1.000000e+00 |    Inf 
879.61/879.62	c   880s|120000 |   483 |  3881k|  32.3 |  52M| 119 |  30 |5645 |  23k|5645 |2750 |  39k| 140k|5936 | 0.000000e+00 | 1.000000e+00 |    Inf 
922.12/922.16	c   922s|130000 |   468 |  4029k|  31.0 |  52M| 119 |   - |5645 |  23k|5645 |2750 |  39k| 154k|6064 | 0.000000e+00 | 1.000000e+00 |    Inf 
963.42/963.46	c   963s|140000 |   462 |  4170k|  29.8 |  54M| 119 |   - |5645 |  28k|5645 |2750 |  39k| 168k|6162 | 0.000000e+00 | 1.000000e+00 |    Inf 
1006.92/1006.93	c  1007s|150000 |   448 |  4322k|  28.8 |  54M| 119 |   - |5645 |  29k|5645 |2750 |  39k| 181k|6277 | 0.000000e+00 | 1.000000e+00 |    Inf 
1049.33/1049.37	c  1049s|160000 |   433 |  4463k|  27.9 |  55M| 119 |   - |5645 |  30k|   0 |   0 |  39k| 195k|6365 | 0.000000e+00 | 1.000000e+00 |    Inf 
1095.22/1095.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1095.22/1095.24	c  1095s|170000 |   424 |  4622k|  27.2 |  49M| 119 |  36 |5645 |  15k|5645 |2750 |  39k| 209k|6600 | 0.000000e+00 | 1.000000e+00 |    Inf 
1134.43/1134.45	c  1134s|180000 |   375 |  4766k|  26.5 |  50M| 119 |  26 |5645 |  18k|5645 |2740 |  39k| 221k|6686 | 0.000000e+00 | 1.000000e+00 |    Inf 
1175.62/1175.63	c  1176s|190000 |   377 |  4921k|  25.9 |  49M| 119 |  19 |5645 |  17k|5645 |2740 |  39k| 234k|6797 | 0.000000e+00 | 1.000000e+00 |    Inf 
1220.13/1220.19	c  1220s|200000 |   390 |  5094k|  25.5 |  52M| 119 |   - |5645 |  21k|5645 |2750 |  39k| 248k|6956 | 0.000000e+00 | 1.000000e+00 |    Inf 
1263.73/1263.80	c  1264s|210000 |   498 |  5255k|  25.0 |  54M| 119 |  27 |5645 |  23k|5645 |2750 |  39k| 262k|7070 | 0.000000e+00 | 1.000000e+00 |    Inf 
1308.44/1308.48	c  1308s|220000 |   431 |  5423k|  24.7 |  54M| 119 |   - |5645 |  24k|   0 |   0 |  39k| 276k|7226 | 0.000000e+00 | 1.000000e+00 |    Inf 
1353.43/1353.47	c  1353s|230000 |   324 |  5589k|  24.3 |  51M| 119 |   - |5645 |  22k|   0 |   0 |  39k| 290k|7340 | 0.000000e+00 | 1.000000e+00 |    Inf 
1397.93/1397.93	c  1398s|240000 |   305 |  5749k|  24.0 |  52M| 119 |   - |5645 |  23k|   0 |   0 |  39k| 303k|7438 | 0.000000e+00 | 1.000000e+00 |    Inf 
1440.13/1440.16	c  1440s|250000 |   307 |  5897k|  23.6 |  54M| 119 |   - |5645 |  28k|5645 |2740 |  39k| 316k|7545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1482.04/1482.05	c  1482s|260000 |   308 |  6034k|  23.2 |  56M| 119 |  31 |5645 |  32k|5645 |2740 |  39k| 330k|7674 | 0.000000e+00 | 1.000000e+00 |    Inf 
1524.43/1524.46	c  1524s|270000 |   335 |  6162k|  22.8 |  59M| 119 |   - |5645 |  38k|5645 |2740 |  39k| 344k|7721 | 0.000000e+00 | 1.000000e+00 |    Inf 
1570.04/1570.00	c  1570s|280000 |   310 |  6302k|  22.5 |  57M| 119 |   - |5645 |  34k|   0 |   0 |  39k| 357k|7831 | 0.000000e+00 | 1.000000e+00 |    Inf 
1614.44/1614.42	c  1614s|290000 |   311 |  6439k|  22.2 |  58M| 119 |   - |5645 |  34k|   0 |   0 |  39k| 371k|7963 | 0.000000e+00 | 1.000000e+00 |    Inf 
1659.74/1659.74	c  1660s|300000 |   323 |  6576k|  21.9 |  61M| 119 |   - |5645 |  40k|   0 |   0 |  39k| 385k|8006 | 0.000000e+00 | 1.000000e+00 |    Inf 
1705.85/1705.89	c  1706s|310000 |   287 |  6715k|  21.7 |  56M| 119 |   - |5645 |  29k|5645 |2740 |  39k| 400k|8181 | 0.000000e+00 | 1.000000e+00 |    Inf 
1751.64/1751.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1751.64/1751.61	c  1752s|320000 |   293 |  6873k|  21.5 |  54M| 119 |   - |5645 |  24k|   0 |   0 |  39k| 413k|8273 | 0.000000e+00 | 1.000000e+00 |    Inf 
1795.54/1795.59	c  1796s|330000 |   292 |  7031k|  21.3 |  54M| 119 |  32 |5645 |  24k|5645 |2750 |  39k| 426k|8330 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1800.01
1800.05/1800.00	c Solving Nodes      : 330977
1800.05/1800.01	c Primal Bound       : +1.00000000000000e+00 (417 solutions)
1800.05/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.01	c Gap                : infinite
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 x211 -x210 
1800.05/1800.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1800.05/1800.01	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.01	v -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 x149 -x148 -x147 
1800.05/1800.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1800.05/1800.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1800.05/1800.01	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
1800.05/1800.01	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 
1800.05/1800.01	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 
1800.05/1800.01	v -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.05/1800.01	v -x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Total Time         :    1800.01
1800.05/1800.01	c   solving          :    1800.01
1800.05/1800.01	c   presolving       :       0.09 (included in solving)
1800.05/1800.01	c   reading          :       0.02 (included in solving)
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-3447360-1307901294.wbo
1800.05/1800.01	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 2708 initial, 2708 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-3447360-1307901294.wbo
1800.05/1800.01	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 5414 initial, 43831 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0     216777          0       5517          0        250       1388          0          0     351984
1800.05/1800.01	c   varbound         :          0+         6     331376      39683          0          0      24164          0    2616318      39710          0          0
1800.05/1800.01	c   linear           :       2707          6    1933595         20          1       5513    5863569      60478    6981423          0          0          0
1800.05/1800.01	c   indicator        :       2707          0     326882      39683          0       5501      52738          0      48140          0          0          0
1800.05/1800.01	c   logicor          :          0+         0     560093          0          0          0    1588880       7546     471642          0          0          0
1800.05/1800.01	c   bounddisjunction :          0+         0     169400          0          0          0        597         76        960          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0         34          1        385          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.01	c   integral         :      66.34       0.00       0.00      66.29       0.00       0.05       0.00
1800.05/1800.01	c   varbound         :      13.51       0.00      10.22       3.28       0.00       0.00       0.01
1800.05/1800.01	c   linear           :      91.40       0.00      86.48       0.00       0.00       1.29       3.63
1800.05/1800.01	c   indicator        :      37.74       0.00      14.27      14.82       0.00       8.63       0.02
1800.05/1800.01	c   logicor          :      96.12       0.00      93.68       0.00       0.00       0.00       2.44
1800.05/1800.01	c   bounddisjunction :       0.77       0.00       0.77       0.00       0.00       0.00       0.00
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :      99671      11318          9     269090
1800.05/1800.01	c   rootredcost      :         36          0          0       2707
1800.05/1800.01	c   pseudoobj        :    1944018      24215      10434    2611194
1800.05/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.01	c   vbounds          :      29.28      29.28       0.00
1800.05/1800.01	c   rootredcost      :       0.40       0.40       0.00
1800.05/1800.01	c   pseudoobj        :      76.16      75.45       0.71
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :       6.33      78543      78442     502072       35.8       2411       25.1          -
1800.05/1800.01	c   infeasible LP    :      37.47      87034      87031     650466       42.5       1874       15.9          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          2          2          5       11.0          1       11.0          -
1800.05/1800.01	c   applied globally :          -          -          -     427971       32.8          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          5          -          -         26          -    (maximal pool size: 390)
1800.05/1800.01	c   redcost          :      19.42     190799          0     265042          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.71          6          0          0       1000          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.58          6          0          0       2789          0
1800.05/1800.01	c   cmir             :       0.14          6          0          0          4          0
1800.05/1800.01	c   flowcover        :       0.12          6          0          0          4          0
1800.05/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.21          1          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :      66.08     177089        250       1388          0          0     351984
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.04          -         34
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   feaspump         :       0.01          0          0
1800.05/1800.01	c   intshifting      :       0.01          0          0
1800.05/1800.01	c   oneopt           :       0.57         34          0
1800.05/1800.01	c   crossover        :       1.47         22          0
1800.05/1800.01	c   linesearchdiving :       5.37        181          0
1800.05/1800.01	c   guideddiving     :       6.50        181          0
1800.05/1800.01	c   objpscostdiving  :       5.55         91          0
1800.05/1800.01	c   rootsoldiving    :       8.11         91          0
1800.05/1800.01	c   coefdiving       :       6.92        182          0
1800.05/1800.01	c   pscostdiving     :       6.34        182          2
1800.05/1800.01	c   fracdiving       :       5.38        182          0
1800.05/1800.01	c   veclendiving     :       3.74        182          0
1800.05/1800.01	c   trivial          :       0.01          2          1
1800.05/1800.01	c   shiftandpropagate:       0.00          0          0
1800.05/1800.01	c   simplerounding   :       3.92     178049          0
1800.05/1800.01	c   zirounding       :       0.47       1000          0
1800.05/1800.01	c   rounding         :       2.00       5917          0
1800.05/1800.01	c   shifting         :       1.93       1852          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   clique           :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.05          1          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   vbounds          :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   subnlp           :       0.06          0          0
1800.05/1800.01	c   trysol           :       0.83       4020        380
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       1.42          0          0       0.00       0.00
1800.05/1800.01	c   dual LP          :    1003.33     304118    6829202      22.46    6806.56
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:      33.49       8569     218440      25.49    6522.44
1800.05/1800.01	c   strong branching :      62.75       8347     392056      46.97    6247.45
1800.05/1800.01	c     (at root node) :          -         33       4857     147.18          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :     330977
1800.05/1800.01	c   nodes (total)    :     330977
1800.05/1800.01	c   nodes left       :        297
1800.05/1800.01	c   max depth        :        119
1800.05/1800.01	c   max depth (total):        119
1800.05/1800.01	c   backtracks       :      32504 (9.8%)
1800.05/1800.01	c   delayed cutoffs  :      11042
1800.05/1800.01	c   repropagations   :     911804 (1949203 domain reductions, 9707 cutoffs)
1800.05/1800.01	c   avg switch length:       6.92
1800.05/1800.01	c   switching time   :     121.42
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :        417 (37 improvements)
1800.05/1800.01	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.05/1800.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 50324 nodes, 588.05 seconds, depth 44, found by <relaxation>)
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :        527
1800.05/1800.08	c Time complete: 1800.12.

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 31233
/proc/meminfo: memFree=1114556/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=10296 CPUtime=0 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 1563 0 0 0 0 0 0 0 25 0 1 0 980360045 10543104 1516 33554432000 4194304 9128323 140734901516096 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31233/statm: 2574 1516 399 1205 0 1365 0

[startup+0.013474 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 31233
/proc/meminfo: memFree=1114556/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=11880 CPUtime=0.01 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 1936 0 0 0 1 0 0 0 25 0 1 0 980360045 12165120 1889 33554432000 4194304 9128323 140734901516096 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31233/statm: 2970 1905 399 1205 0 1761 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11880

[startup+0.100461 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 31233
/proc/meminfo: memFree=1114556/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=35728 CPUtime=0.09 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 980360045 36585472 7644 33554432000 4194304 9128323 140734901516096 18446744073709551615 5090093 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.300427 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 31233
/proc/meminfo: memFree=1114556/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=71660 CPUtime=0.29 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 17249 0 0 0 28 1 0 0 25 0 1 0 980360045 73379840 16844 33554432000 4194304 9128323 140734901516096 18446744073709551615 4338658 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 17915 16844 699 1205 0 16706 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71660

[startup+0.700351 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 31233
/proc/meminfo: memFree=1114556/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=51976 CPUtime=0.69 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 20988 0 0 0 66 3 0 0 25 0 1 0 980360045 53223424 11864 33554432000 4194304 9128323 140734901516096 18446744073709551615 6701603 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 12994 11864 718 1205 0 11785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51976

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 31234
/proc/meminfo: memFree=1066964/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=59284 CPUtime=1.49 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 22800 0 0 0 145 4 0 0 25 0 1 0 980360045 60706816 13668 33554432000 4194304 9128323 140734901516096 18446744073709551615 6702463 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 14821 13668 711 1205 0 13612 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59284

[startup+3.10091 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 31234
/proc/meminfo: memFree=1059400/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=64500 CPUtime=3.09 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 29941 0 0 0 302 7 0 0 25 0 1 0 980360045 66048000 14878 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 16125 14878 721 1205 0 14916 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64500

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 31235
/proc/meminfo: memFree=1056996/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=64768 CPUtime=6.29 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 30001 0 0 0 616 13 0 0 25 0 1 0 980360045 66322432 14938 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 16192 14938 721 1205 0 14983 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64768

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 31235
/proc/meminfo: memFree=1054532/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=66892 CPUtime=12.69 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 30462 0 0 0 1243 26 0 0 25 0 1 0 980360045 68497408 15399 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 16723 15399 722 1205 0 15514 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66892

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 31235
/proc/meminfo: memFree=1042116/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=75940 CPUtime=25.49 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 34845 0 0 0 2496 53 0 0 25 0 1 0 980360045 77762560 17646 33554432000 4194304 9128323 140734901516096 18446744073709551615 7177526 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 18985 17646 734 1205 0 17776 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75940

[startup+51.1001 s]
/proc/loadavg: 2.06 2.02 1.94 3/178 31236
/proc/meminfo: memFree=1030272/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=82676 CPUtime=51.09 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 38764 0 0 0 4996 113 0 0 25 0 1 0 980360045 84660224 19354 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 20669 19354 734 1205 0 19460 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82676

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 31276
/proc/meminfo: memFree=1188924/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=87436 CPUtime=102.3 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 52043 0 0 0 9978 252 0 0 25 0 1 0 980360045 89534464 20507 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 21859 20507 734 1205 0 20650 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 87436

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 31278
/proc/meminfo: memFree=1174256/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=93416 CPUtime=162.3 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 53561 0 0 0 15845 385 0 0 25 0 1 0 980360045 95657984 22025 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 23354 22025 734 1205 0 22145 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 93416

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 31279
/proc/meminfo: memFree=1159120/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=98404 CPUtime=222.3 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 59555 0 0 0 21717 513 0 0 25 0 1 0 980360045 100765696 23278 33554432000 4194304 9128323 140734901516096 18446744073709551615 7177637 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 24601 23278 734 1205 0 23392 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 98404

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 31281
/proc/meminfo: memFree=1138476/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=105688 CPUtime=282.3 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 66171 0 0 0 27597 633 0 0 25 0 1 0 980360045 108224512 25136 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 26422 25136 734 1205 0 25213 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 105688

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 31282
/proc/meminfo: memFree=1118336/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=115516 CPUtime=342.3 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 88660 0 0 0 33473 757 0 0 25 0 1 0 980360045 118288384 27555 33554432000 4194304 9128323 140734901516096 18446744073709551615 4893806 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 28879 27555 734 1205 0 27670 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 115516

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 31293
/proc/meminfo: memFree=1102340/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=126728 CPUtime=402.31 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 102257 0 0 0 39343 888 0 0 25 0 1 0 980360045 129769472 30354 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 31682 30354 734 1205 0 30473 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 126728

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 31295
/proc/meminfo: memFree=1062004/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=165588 CPUtime=462.3 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 149539 0 0 0 45297 933 0 0 25 0 1 0 980360045 169562112 39993 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 41397 39993 734 1205 0 40188 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 165588

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 31296
/proc/meminfo: memFree=1038508/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=188752 CPUtime=522.31 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 177504 0 0 0 51265 966 0 0 25 0 1 0 980360045 193282048 45808 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 47188 45808 742 1205 0 45979 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 188752

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 31298
/proc/meminfo: memFree=1031392/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=193704 CPUtime=582.31 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 231531 0 0 0 57176 1055 0 0 25 0 1 0 980360045 198352896 47081 33554432000 4194304 9128323 140734901516096 18446744073709551615 6732565 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 48426 47081 742 1205 0 47217 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 193704

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31304
/proc/meminfo: memFree=1020728/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=200388 CPUtime=822.32 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 254062 0 0 0 80800 1432 0 0 25 0 1 0 980360045 205197312 48771 33554432000 4194304 9128323 140734901516096 18446744073709551615 6581562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 50097 48771 742 1205 0 48888 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 200388

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31306
/proc/meminfo: memFree=1017460/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=201832 CPUtime=882.32 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 254445 0 0 0 86719 1513 0 0 25 0 1 0 980360045 206675968 49154 33554432000 4194304 9128323 140734901516096 18446744073709551615 7184224 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 50458 49154 742 1205 0 49249 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 201832

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31307
/proc/meminfo: memFree=1016184/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=203064 CPUtime=942.32 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 254725 0 0 0 92639 1593 0 0 25 0 1 0 980360045 207937536 49434 33554432000 4194304 9128323 140734901516096 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 50766 49434 742 1205 0 49557 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 203064

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31309
/proc/meminfo: memFree=1011916/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=206308 CPUtime=1002.32 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 255551 0 0 0 98561 1671 0 0 25 0 1 0 980360045 211259392 50260 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 51577 50260 742 1205 0 50368 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 206308

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31311
/proc/meminfo: memFree=1010616/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=207448 CPUtime=1062.33 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 258140 0 0 0 104482 1751 0 0 25 0 1 0 980360045 212426752 50547 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 51862 50547 742 1205 0 50653 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 207448

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31312
/proc/meminfo: memFree=1009324/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=209288 CPUtime=1122.32 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 258488 0 0 0 110398 1834 0 0 25 0 1 0 980360045 214310912 50892 33554432000 4194304 9128323 140734901516096 18446744073709551615 7343451 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 52322 50892 742 1205 0 51113 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 209288

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31314
/proc/meminfo: memFree=1008528/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=209428 CPUtime=1182.33 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 258512 0 0 0 116312 1921 0 0 25 0 1 0 980360045 214454272 50916 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 52357 50916 742 1205 0 51148 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 209428

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31315
/proc/meminfo: memFree=1005020/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=209716 CPUtime=1242.33 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 258605 0 0 0 122230 2003 0 0 25 0 1 0 980360045 214749184 51009 33554432000 4194304 9128323 140734901516096 18446744073709551615 7191101 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 52429 51009 742 1205 0 51220 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 209716

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31317
/proc/meminfo: memFree=1004472/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=210040 CPUtime=1302.34 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 258641 0 0 0 128145 2089 0 0 25 0 1 0 980360045 215080960 51045 33554432000 4194304 9128323 140734901516096 18446744073709551615 8135196 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 52510 51045 742 1205 0 51301 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 210040

[startup+1362.3 s]
/proc/loadavg: 2.11 2.03 1.96 3/178 31319
/proc/meminfo: memFree=1004144/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=210172 CPUtime=1362.33 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 258698 0 0 0 134060 2173 0 0 25 0 1 0 980360045 215216128 51102 33554432000 4194304 9128323 140734901516096 18446744073709551615 6732570 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 52543 51102 742 1205 0 51334 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 210172

[startup+1422.31 s]
/proc/loadavg: 2.04 2.02 1.96 3/178 31320
/proc/meminfo: memFree=1003356/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=210676 CPUtime=1422.34 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 258834 0 0 0 139981 2253 0 0 25 0 1 0 980360045 215732224 51238 33554432000 4194304 9128323 140734901516096 18446744073709551615 7267311 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 52669 51238 742 1205 0 51460 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 210676

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/178 31322
/proc/meminfo: memFree=1003060/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=210788 CPUtime=1482.33 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 264615 0 0 0 145899 2334 0 0 25 0 1 0 980360045 215846912 51226 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 52697 51226 742 1205 0 51488 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 210788

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 31323
/proc/meminfo: memFree=1001016/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=212692 CPUtime=1542.34 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 265114 0 0 0 151830 2404 0 0 25 0 1 0 980360045 217796608 51725 33554432000 4194304 9128323 140734901516096 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 53173 51725 742 1205 0 51964 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 212692

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 31325
/proc/meminfo: memFree=1000564/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=212876 CPUtime=1602.34 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 265149 0 0 0 157765 2469 0 0 25 0 1 0 980360045 217985024 51760 33554432000 4194304 9128323 140734901516096 18446744073709551615 6523933 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 53219 51760 742 1205 0 52010 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 212876

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 31327
/proc/meminfo: memFree=998996/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=214248 CPUtime=1662.35 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 265470 0 0 0 163693 2542 0 0 25 0 1 0 980360045 219389952 52081 33554432000 4194304 9128323 140734901516096 18446744073709551615 6585821 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 53562 52081 742 1205 0 52353 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 214248

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 31328
/proc/meminfo: memFree=994856/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=218068 CPUtime=1722.34 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 266392 0 0 0 169616 2618 0 0 25 0 1 0 980360045 223301632 52988 33554432000 4194304 9128323 140734901516096 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 54517 52988 742 1205 0 53308 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 218068

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 31330
/proc/meminfo: memFree=994056/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=218068 CPUtime=1782.34 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 266412 0 0 0 175539 2695 0 0 25 0 1 0 980360045 223301632 53008 33554432000 4194304 9128323 140734901516096 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 54517 53008 742 1205 0 53308 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 218068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 31330
/proc/meminfo: memFree=993412/32950928 swapFree=67051812/67111528
[pid=31233] ppid=31231 vsize=218068 CPUtime=1800.05 cores=1,3,5,7
/proc/31233/stat : 31233 (scip-2.0.1.4.li) R 31231 31233 29668 0 -1 4202496 266412 0 0 0 177287 2718 0 0 25 0 1 0 980360045 223301632 53008 33554432000 4194304 9128323 140734901516096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/31233/statm: 54517 53008 742 1205 0 53308 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 218068

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

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

Child status: 0
Real time (s): 1800.08
CPU time (s): 1800.14
CPU user time (s): 1772.94
CPU system time (s): 27.1989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 233220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.94
system time used= 27.1989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266416
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= 8
involuntary context switches= 2106

runsolver used 2.67959 second user time and 6.06108 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-12 19:54:54
IDJOB=3447360
IDBENCH=79302
IDSOLVER=1944
FILE ID=node116/3447360-1307901294
RUNJOBID= node116-1307897212-30855
PBS_JOBID= 13559589
Free space on /var/tmp= 2872 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900559676--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-3447360-1307901294/watcher-3447360-1307901294 -o /var/tmp/evaluation-result-3447360-1307901294/solver-3447360-1307901294 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447360-1307901294.wbo -t 1800 -m 15500

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

MD5SUM BENCH= b818ef86615e3f5ee29c4c2fadd6f1fe
RANDOM SEED=1691565967

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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.77
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.826
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.826
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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1114992 kB
Buffers:         54400 kB
Cached:       30585644 kB
SwapCached:      12792 kB
Active:       16285264 kB
Inactive:     14598064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1114992 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:           12132 kB
Writeback:           0 kB
AnonPages:      240936 kB
Mapped:          12260 kB
Slab:           888500 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   435788 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= 2860 MiB
End job on node116 at 2011-06-12 20:24:56