Trace number 3447278

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 1468.84 1468.79

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552288--soft-0-100-0.wbo
MD5SUMca8c0bf53108e4446976d449224bf298
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 benchmark106.711
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 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 727
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-3447278-1307900488.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.05	o 136367
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   387 |     - |  18M|   0 |  35 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.69/0.72	c   0.7s|     1 |     0 |   478 |     - |  18M|   0 |  41 |5645 |8121 |5645 |2753 |  46 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.99/1.01	c   1.0s|     1 |     0 |   715 |     - |  19M|   0 |  39 |5645 |8121 |5645 |2764 |  57 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
1.19/1.24	c   1.2s|     1 |     0 |   778 |     - |  19M|   0 |  53 |5645 |8121 |5645 |2778 |  71 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
1.59/1.61	c   1.6s|     1 |     0 |   823 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2781 |  74 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
1.89/1.97	c   2.0s|     1 |     0 |   844 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2785 |  78 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
2.99/3.02	c   3.0s|     1 |     2 |   844 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2785 |  78 |   0 |  33 | 0.000000e+00 | 1.363670e+05 |    Inf 
13.59/13.61	o 719
13.59/13.61	c *13.6s|   191 |   190 |  4238 |  17.9 |  23M| 165 |   - |5645 |8121 |5645 |2815 | 148 |   0 | 952 | 0.000000e+00 | 7.190000e+02 |    Inf 
14.09/14.15	o 491
14.09/14.15	c *14.2s|   220 |   211 |  5266 |  20.2 |  25M| 165 |   - |5645 |8121 |5645 |2828 | 230 |   0 | 995 | 0.000000e+00 | 4.910000e+02 |    Inf 
14.99/15.09	o 469
14.99/15.09	c *15.1s|   323 |   312 |  6345 |  17.1 |  29M| 165 |   - |5645 |8121 |5645 |2809 | 286 |   0 |1100 | 0.000000e+00 | 4.690000e+02 |    Inf 
15.40/15.47	o 370
15.40/15.47	c *15.5s|   346 |   324 |  6773 |  17.2 |  30M| 165 |   - |5645 |8121 |5645 |2804 | 338 |   0 |1127 | 0.000000e+00 | 3.700000e+02 |    Inf 
19.80/19.88	o 354
19.80/19.88	c *19.9s|   644 |   522 | 18020 |  26.7 |  32M| 165 |   - |5645 |8200 |5645 |2765 | 871 |  79 |1309 | 0.000000e+00 | 3.540000e+02 |    Inf 
21.39/21.46	o 336
21.39/21.46	c *21.5s|   743 |   583 | 22533 |  29.2 |  32M| 165 |   - |5645 |8252 |5645 |2793 |1099 | 131 |1331 | 0.000000e+00 | 3.360000e+02 |    Inf 
25.20/25.24	o 300
25.20/25.24	c *25.2s|  1020 |   747 | 35606 |  34.1 |  33M| 165 |   - |5645 |8374 |5645 |2769 |1499 | 253 |1389 | 0.000000e+00 | 3.000000e+02 |    Inf 
25.20/25.29	o 251
25.20/25.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.20/25.29	c *25.3s|  1021 |   698 | 35630 |  34.1 |  33M| 165 |   - |5645 |8374 |5645 |2769 |1503 | 253 |1389 | 0.000000e+00 | 2.510000e+02 |    Inf 
25.99/26.01	o 248
25.99/26.01	c *26.0s|  1067 |   706 | 37166 |  34.1 |  33M| 165 |   - |5645 |8401 |5645 |2770 |1571 | 280 |1417 | 0.000000e+00 | 2.480000e+02 |    Inf 
27.40/27.47	o 235
27.40/27.47	c *27.5s|  1180 |   753 | 41863 |  34.8 |  34M| 165 |   - |5645 |8484 |5645 |2748 |1620 | 363 |1468 | 0.000000e+00 | 2.350000e+02 |    Inf 
27.50/27.53	o 217
27.50/27.53	c *27.5s|  1182 |   721 | 41948 |  34.8 |  34M| 165 |   - |5645 |8484 |5645 |2753 |1627 | 363 |1468 | 0.000000e+00 | 2.170000e+02 |    Inf 
27.50/27.54	o 215
27.50/27.54	c *27.5s|  1183 |   716 | 41954 |  34.8 |  34M| 165 |   - |5645 |8484 |5645 |2752 |1627 | 363 |1468 | 0.000000e+00 | 2.150000e+02 |    Inf 
28.29/28.38	o 205
28.29/28.38	c *28.4s|  1264 |   747 | 43967 |  34.1 |  34M| 165 |   - |5645 |8525 |5645 |2776 |1708 | 404 |1470 | 0.000000e+00 | 2.050000e+02 |    Inf 
28.39/28.41	o 203
28.39/28.41	c *28.4s|  1265 |   733 | 43979 |  34.1 |  34M| 165 |   - |5645 |8525 |5645 |2774 |1708 | 404 |1470 | 0.000000e+00 | 2.030000e+02 |    Inf 
29.70/29.73	o 200
29.70/29.73	c *29.7s|  1380 |   762 | 47581 |  33.9 |  34M| 165 |   - |5645 |8605 |5645 |2746 |1787 | 484 |1476 | 0.000000e+00 | 2.000000e+02 |    Inf 
29.70/29.75	o 195
29.70/29.75	c *29.8s|  1384 |   760 | 47623 |  33.8 |  34M| 165 |   - |5645 |8605 |5645 |2746 |1788 | 484 |1476 | 0.000000e+00 | 1.950000e+02 |    Inf 
29.79/29.89	o 188
29.79/29.89	c *29.9s|  1397 |   750 | 47835 |  33.7 |  34M| 165 |   - |5645 |8614 |5645 |2754 |1790 | 493 |1476 | 0.000000e+00 | 1.880000e+02 |    Inf 
29.89/29.98	o 187
29.89/29.98	c *30.0s|  1401 |   751 | 48071 |  33.7 |  35M| 165 |   - |5645 |8614 |5645 |2745 |1790 | 493 |1476 | 0.000000e+00 | 1.870000e+02 |    Inf 
30.29/30.39	o 136
30.29/30.39	c *30.4s|  1442 |   573 | 48807 |  33.3 |  33M| 165 |   - |5645 |8672 |5645 |2751 |1819 | 551 |1476 | 0.000000e+00 | 1.360000e+02 |    Inf 
30.40/30.48	o 135
30.40/30.48	c *30.5s|  1448 |   570 | 49021 |  33.3 |  33M| 165 |   - |5645 |8674 |5645 |2745 |1819 | 553 |1477 | 0.000000e+00 | 1.350000e+02 |    Inf 
30.49/30.51	o 124
30.49/30.51	c *30.5s|  1450 |   529 | 49103 |  33.3 |  33M| 165 |   - |5645 |8674 |5645 |2748 |1822 | 553 |1477 | 0.000000e+00 | 1.240000e+02 |    Inf 
30.49/30.59	o 122
30.49/30.59	c *30.6s|  1456 |   522 | 49260 |  33.3 |  33M| 165 |   - |5645 |8676 |5645 |2746 |1823 | 555 |1477 | 0.000000e+00 | 1.220000e+02 |    Inf 
33.89/33.90	o 115
33.89/33.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.89/33.90	c *33.9s|  1653 |   585 | 66034 |  39.5 |  34M| 165 |   - |5645 |8811 |5645 |2756 |2038 | 690 |1479 | 0.000000e+00 | 1.150000e+02 |    Inf 
35.10/35.12	o 82
35.10/35.12	c *35.1s|  1716 |   503 | 69378 |  40.0 |  34M| 165 |   - |5645 |8851 |5645 |2778 |2142 | 730 |1508 | 0.000000e+00 | 8.200000e+01 |    Inf 
35.39/35.45	o 68
35.39/35.45	c *35.5s|  1744 |   477 | 69901 |  39.6 |  34M| 165 |   - |5645 |7804 |5645 |2763 |2157 | 748 |1508 | 0.000000e+00 | 6.800000e+01 |    Inf 
35.49/35.57	o 42
35.49/35.57	c *35.6s|  1746 |   399 | 70026 |  39.6 |  33M| 165 |   - |5645 |6998 |5645 |2768 |2175 | 748 |1508 | 0.000000e+00 | 4.200000e+01 |    Inf 
35.49/35.59	o 41
35.49/35.59	c *35.6s|  1747 |   393 | 70041 |  39.6 |  33M| 165 |   - |5645 |6998 |5645 |2750 |2175 | 748 |1508 | 0.000000e+00 | 4.100000e+01 |    Inf 
35.89/35.91	o 23
35.89/35.91	c *35.9s|  1762 |   244 | 70997 |  39.8 |  30M| 165 |   - |5645 |5389 |5645 |2760 |2188 | 765 |1520 | 0.000000e+00 | 2.300000e+01 |    Inf 
43.39/43.46	o 22
43.39/43.46	c *43.5s|  2761 |   317 | 98170 |  35.3 |  32M| 165 |   - |5645 |5381 |5645 |2752 |2211 |1860 |1638 | 0.000000e+00 | 2.200000e+01 |    Inf 
44.29/44.34	o 21
44.29/44.34	c *44.3s|  2900 |   345 |101362 |  34.7 |  32M| 165 |   - |5645 |5400 |5645 |2756 |2218 |2003 |1642 | 0.000000e+00 | 2.100000e+01 |    Inf 
47.10/47.11	o 8
47.10/47.11	c *47.1s|  3428 |   350 |110643 |  32.0 |  32M| 165 |   - |5645 |5899 |5645 |2754 |2227 |2666 |1643 | 0.000000e+00 | 8.000000e+00 |    Inf 
47.39/47.44	o 7
47.39/47.44	c *47.4s|  3462 |   350 |111453 |  32.0 |  32M| 165 |   - |5645 |5228 |5645 |2753 |2228 |2712 |1654 | 0.000000e+00 | 7.000000e+00 |    Inf 
55.79/55.83	o 3
55.79/55.83	c *55.8s|  4840 |   369 |142020 |  29.2 |  33M| 165 |   - |5645 |6311 |5645 |2752 |2232 |4404 |1823 | 0.000000e+00 | 3.000000e+00 |    Inf 
80.20/80.27	c  80.3s| 10000 |   572 |254334 |  25.4 |  36M| 165 |   - |5645 |9221 |5645 |2752 |2232 |  10k|1831 | 0.000000e+00 | 3.000000e+00 |    Inf 
91.59/91.63	o 1
91.59/91.63	c *91.6s| 12334 |   570 |306692 |  24.8 |  36M| 165 |   - |5645 |9125 |5645 |2753 |2233 |  13k|1831 | 0.000000e+00 | 1.000000e+00 |    Inf 
129.80/129.85	c   130s| 20000 |   540 |472235 |  23.6 |  36M| 165 |   - |5645 |7776 |5645 |2752 |2233 |  23k|2143 | 0.000000e+00 | 1.000000e+00 |    Inf 
181.40/181.50	c   181s| 30000 |   578 |693927 |  23.1 |  38M| 165 |   - |5645 |9884 |5645 |2752 |2233 |  36k|2716 | 0.000000e+00 | 1.000000e+00 |    Inf 
232.40/232.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
232.40/232.44	c   232s| 40000 |   545 |911775 |  22.8 |  38M| 165 |   - |5645 |  10k|5645 |2745 |2233 |  49k|3270 | 0.000000e+00 | 1.000000e+00 |    Inf 
283.40/283.46	c   283s| 50000 |   472 |  1131k|  22.6 |  38M| 165 |  44 |5645 |  10k|5645 |2752 |2233 |  61k|3755 | 0.000000e+00 | 1.000000e+00 |    Inf 
335.10/335.12	c   335s| 60000 |   384 |  1349k|  22.5 |  37M| 165 |   - |5645 |9974 |5645 |2752 |2233 |  74k|4299 | 0.000000e+00 | 1.000000e+00 |    Inf 
384.91/384.98	c   385s| 70000 |   414 |  1565k|  22.3 |  38M| 165 |   - |5645 |  10k|5645 |2745 |2233 |  87k|4627 | 0.000000e+00 | 1.000000e+00 |    Inf 
438.10/438.18	c   438s| 80000 |   333 |  1798k|  22.5 |  38M| 165 |  47 |5645 |  11k|5645 |2752 |2233 | 101k|4984 | 0.000000e+00 | 1.000000e+00 |    Inf 
490.11/490.10	c   490s| 90000 |   332 |  2021k|  22.4 |  38M| 165 |   - |5645 |  12k|5645 |2752 |2233 | 113k|5367 | 0.000000e+00 | 1.000000e+00 |    Inf 
539.01/539.01	c   539s|100000 |   530 |  2229k|  22.3 |  42M| 165 |  42 |5645 |  15k|5645 |2752 |2233 | 127k|5685 | 0.000000e+00 | 1.000000e+00 |    Inf 
587.51/587.57	c   588s|110000 |   741 |  2441k|  22.2 |  46M| 165 |  37 |5645 |  20k|5645 |2752 |2233 | 140k|5919 | 0.000000e+00 | 1.000000e+00 |    Inf 
636.91/636.99	c   637s|120000 |   794 |  2649k|  22.1 |  48M| 165 |  45 |5645 |  22k|5645 |2752 |2233 | 153k|6223 | 0.000000e+00 | 1.000000e+00 |    Inf 
685.32/685.34	c   685s|130000 |   867 |  2858k|  22.0 |  51M| 165 |  32 |5645 |  27k|5645 |2752 |2233 | 168k|6428 | 0.000000e+00 | 1.000000e+00 |    Inf 
734.31/734.32	c   734s|140000 |   579 |  3064k|  21.9 |  44M| 165 |  27 |5645 |  17k|5645 |2752 |2233 | 181k|6629 | 0.000000e+00 | 1.000000e+00 |    Inf 
784.92/784.97	c   785s|150000 |   275 |  3278k|  21.9 |  39M| 165 |  25 |5645 |  13k|5645 |2752 |2233 | 195k|6927 | 0.000000e+00 | 1.000000e+00 |    Inf 
835.62/835.67	c   836s|160000 |   290 |  3502k|  21.9 |  42M| 165 |  40 |5645 |  18k|5645 |2752 |2233 | 209k|7099 | 0.000000e+00 | 1.000000e+00 |    Inf 
884.43/884.43	c   884s|170000 |   271 |  3708k|  21.8 |  41M| 165 |  38 |5645 |  16k|5645 |2752 |2233 | 222k|7395 | 0.000000e+00 | 1.000000e+00 |    Inf 
932.32/932.34	c   932s|180000 |   187 |  3907k|  21.7 |  39M| 165 |   - |5645 |  14k|5645 |2752 |2233 | 235k|7602 | 0.000000e+00 | 1.000000e+00 |    Inf 
982.93/982.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
982.93/982.92	c   983s|190000 |   220 |  4132k|  21.7 |  41M| 165 |   - |5645 |  18k|5645 |2745 |2233 | 249k|7729 | 0.000000e+00 | 1.000000e+00 |    Inf 
1034.03/1034.08	c  1034s|200000 |   169 |  4353k|  21.8 |  40M| 165 |  34 |5645 |  16k|5645 |2752 |2233 | 262k|7928 | 0.000000e+00 | 1.000000e+00 |    Inf 
1084.93/1084.98	c  1085s|210000 |   172 |  4574k|  21.8 |  40M| 165 |  49 |5645 |  16k|5645 |2752 |2233 | 274k|8148 | 0.000000e+00 | 1.000000e+00 |    Inf 
1134.14/1134.13	c  1134s|220000 |   102 |  4782k|  21.7 |  37M| 165 |  29 |5645 |  12k|5645 |2752 |2233 | 287k|8338 | 0.000000e+00 | 1.000000e+00 |    Inf 
1184.53/1184.55	c  1185s|230000 |   174 |  4997k|  21.7 |  40M| 165 |   - |5645 |  16k|5645 |2752 |2233 | 300k|8515 | 0.000000e+00 | 1.000000e+00 |    Inf 
1237.13/1237.15	c  1237s|240000 |   204 |  5222k|  21.8 |  42M| 165 |   - |5645 |  20k|5645 |2752 |2233 | 314k|8705 | 0.000000e+00 | 1.000000e+00 |    Inf 
1288.63/1288.64	c  1289s|250000 |    83 |  5443k|  21.8 |  37M| 165 |   - |5645 |  12k|5645 |2752 |2233 | 327k|8892 | 0.000000e+00 | 1.000000e+00 |    Inf 
1338.93/1338.92	c  1339s|260000 |    82 |  5666k|  21.8 |  39M| 165 |  38 |5645 |  17k|5645 |2752 |2233 | 339k|9077 | 0.000000e+00 | 1.000000e+00 |    Inf 
1388.33/1388.30	c  1388s|270000 |    58 |  5880k|  21.8 |  40M| 165 |  23 |5645 |  20k|5645 |2752 |2233 | 352k|9235 | 0.000000e+00 | 1.000000e+00 |    Inf 
1440.74/1440.72	c  1441s|280000 |    19 |  6106k|  21.8 |  40M| 165 |   - |5645 |  21k|5645 |2752 |2233 | 365k|9410 | 0.000000e+00 | 1.000000e+00 |    Inf 
1468.74/1468.74	c 
1468.74/1468.74	c SCIP Status        : problem is solved [optimal solution found]
1468.74/1468.74	c Solving Time (sec) : 1468.74
1468.74/1468.74	c Solving Nodes      : 285472
1468.74/1468.74	c Primal Bound       : +1.00000000000000e+00 (152 solutions)
1468.74/1468.74	c Dual Bound         : +1.00000000000000e+00
1468.74/1468.74	c Gap                : 0.00 %
1468.74/1468.74	s OPTIMUM FOUND
1468.74/1468.74	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 x211 -x210 
1468.74/1468.74	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1468.74/1468.74	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 
1468.74/1468.74	v x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1468.74/1468.74	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1468.74/1468.74	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1468.74/1468.74	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 
1468.74/1468.74	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 
1468.74/1468.74	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 
1468.74/1468.74	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 
1468.74/1468.74	v -x1 
1468.74/1468.74	c SCIP Status        : problem is solved [optimal solution found]
1468.74/1468.74	c Total Time         :    1468.74
1468.74/1468.74	c   solving          :    1468.74
1468.74/1468.74	c   presolving       :       0.09 (included in solving)
1468.74/1468.74	c   reading          :       0.02 (included in solving)
1468.74/1468.74	c Original Problem   :
1468.74/1468.74	c   Problem name     : HOME/instance-3447278-1307900488.wbo
1468.74/1468.74	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1468.74/1468.74	c   Constraints      : 2708 initial, 2708 maximal
1468.74/1468.74	c Presolved Problem  :
1468.74/1468.74	c   Problem name     : t_HOME/instance-3447278-1307900488.wbo
1468.74/1468.74	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1468.74/1468.74	c   Constraints      : 5414 initial, 27777 maximal
1468.74/1468.74	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1468.74/1468.74	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1468.74/1468.74	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1468.74/1468.74	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1468.74/1468.74	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1468.74/1468.74	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1468.74/1468.74	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1468.74/1468.74	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1468.74/1468.74	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1468.74/1468.74	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1468.74/1468.74	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1468.74/1468.74	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1468.74/1468.74	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1468.74/1468.74	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1468.74/1468.74	c   integral         :          0          0          0     149796          0        864          0        359       3317          0          0     290148
1468.74/1468.74	c   varbound         :          0+         6      58069       2185          0          0       2239          0     243220       2222          0          0
1468.74/1468.74	c   linear           :       2707          6    1341228         25          0        860    4571161      22029    4831548          0          0          0
1468.74/1468.74	c   indicator        :       2707          0      57051       2185          0        857       2161          0       1929          0          0          0
1468.74/1468.74	c   logicor          :          0+         0     395087          0          0          0     853928       1596     189107          0          0          0
1468.74/1468.74	c   bounddisjunction :          0+         0      93490          0          0          0         57          0         61          0          0          0
1468.74/1468.74	c   countsols        :          0          0          0         34          0        120          0          0          0          0          0          0
1468.74/1468.74	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1468.74/1468.74	c   integral         :      71.65       0.00       0.00      71.62       0.00       0.03       0.00
1468.74/1468.74	c   varbound         :       0.97       0.00       0.74       0.23       0.00       0.00       0.00
1468.74/1468.74	c   linear           :      63.34       0.00      60.51       0.00       0.00       0.22       2.61
1468.74/1468.74	c   indicator        :       2.83       0.00       0.90       0.69       0.00       1.25       0.00
1468.74/1468.74	c   logicor          :      44.74       0.00      43.41       0.00       0.00       0.00       1.33
1468.74/1468.74	c   bounddisjunction :       0.19       0.00       0.19       0.00       0.00       0.00       0.00
1468.74/1468.74	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1468.74/1468.74	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1468.74/1468.74	c   vbounds          :      10570        778          0      86748
1468.74/1468.74	c   rootredcost      :         34          0          0       2707
1468.74/1468.74	c   pseudoobj        :    1341467       2226        390     239209
1468.74/1468.74	c Propagator Timings :  TotalTime  Propagate    Resprop
1468.74/1468.74	c   vbounds          :       3.09       3.09       0.00
1468.74/1468.74	c   rootredcost      :       0.28       0.28       0.00
1468.74/1468.74	c   pseudoobj        :      48.62      48.55       0.07
1468.74/1468.74	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1468.74/1468.74	c   propagation      :       1.45      24015      23942     127685       27.2        534       21.5          -
1468.74/1468.74	c   infeasible LP    :      48.42     119837     119836     776247       37.6       1021       16.1          0
1468.74/1468.74	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1468.74/1468.74	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1468.74/1468.74	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1468.74/1468.74	c   applied globally :          -          -          -     372498       33.2          -          -          -
1468.74/1468.74	c   applied locally  :          -          -          -          0        0.0          -          -          -
1468.74/1468.74	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1468.74/1468.74	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 76)
1468.74/1468.74	c   redcost          :      14.00     149119          0      87187          0          0
1468.74/1468.74	c   impliedbounds    :       0.00          6          0          0          0          0
1468.74/1468.74	c   intobj           :       0.00          0          0          0          0          0
1468.74/1468.74	c   gomory           :       0.61          6          0          0       1544          0
1468.74/1468.74	c   cgmip            :       0.00          0          0          0          0          0
1468.74/1468.74	c   closecuts        :       0.00          0          0          0          0          0
1468.74/1468.74	c   strongcg         :       0.58          6          0          0       1277          0
1468.74/1468.74	c   cmir             :       0.17          6          0          0          4          0
1468.74/1468.74	c   flowcover        :       0.13          6          0          0          7          0
1468.74/1468.74	c   clique           :       0.00          1          0          0          0          0
1468.74/1468.74	c   zerohalf         :       0.00          0          0          0          0          0
1468.74/1468.74	c   mcf              :       0.00          1          0          0          0          0
1468.74/1468.74	c   oddcycle         :       0.00          0          0          0          0          0
1468.74/1468.74	c   rapidlearning    :       0.20          1          0          0          0          0
1468.74/1468.74	c Pricers            :       Time      Calls       Vars
1468.74/1468.74	c   problem variables:       0.00          0          0
1468.74/1468.74	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1468.74/1468.74	c   relpscost        :      71.46     147607        359       3317          0          0     290148
1468.74/1468.74	c   pscost           :       0.00          0          0          0          0          0          0
1468.74/1468.74	c   inference        :       0.00          0          0          0          0          0          0
1468.74/1468.74	c   mostinf          :       0.00          0          0          0          0          0          0
1468.74/1468.74	c   leastinf         :       0.00          0          0          0          0          0          0
1468.74/1468.74	c   fullstrong       :       0.00          0          0          0          0          0          0
1468.74/1468.74	c   allfullstrong    :       0.00          0          0          0          0          0          0
1468.74/1468.74	c   random           :       0.00          0          0          0          0          0          0
1468.74/1468.74	c Primal Heuristics  :       Time      Calls      Found
1468.74/1468.74	c   LP solutions     :       0.02          -         34
1468.74/1468.74	c   pseudo solutions :       0.00          -          0
1468.74/1468.74	c   feaspump         :       0.01          0          0
1468.74/1468.74	c   oneopt           :       0.40         30          0
1468.74/1468.74	c   crossover        :       0.68          9          0
1468.74/1468.74	c   veclendiving     :       1.07         36          0
1468.74/1468.74	c   guideddiving     :       1.64         36          0
1468.74/1468.74	c   pscostdiving     :       1.08         36          0
1468.74/1468.74	c   coefdiving       :       1.99         37          0
1468.74/1468.74	c   fracdiving       :       2.19         37          0
1468.74/1468.74	c   linesearchdiving :       0.84         37          0
1468.74/1468.74	c   objpscostdiving  :       0.38         19          0
1468.74/1468.74	c   rootsoldiving    :       0.61         19          0
1468.74/1468.74	c   trivial          :       0.01          2          1
1468.74/1468.74	c   shiftandpropagate:       0.00          0          0
1468.74/1468.74	c   simplerounding   :       0.77     147752          1
1468.74/1468.74	c   zirounding       :       0.53       1000          0
1468.74/1468.74	c   rounding         :       0.87       5411          0
1468.74/1468.74	c   shifting         :       0.92       1676          0
1468.74/1468.74	c   intshifting      :       0.01          0          0
1468.74/1468.74	c   twoopt           :       0.00          0          0
1468.74/1468.74	c   fixandinfer      :       0.00          0          0
1468.74/1468.74	c   clique           :       0.00          0          0
1468.74/1468.74	c   intdiving        :       0.00          0          0
1468.74/1468.74	c   actconsdiving    :       0.00          0          0
1468.74/1468.74	c   octane           :       0.00          0          0
1468.74/1468.74	c   rens             :       0.05          1          0
1468.74/1468.74	c   rins             :       0.00          0          0
1468.74/1468.74	c   localbranching   :       0.00          0          0
1468.74/1468.74	c   mutation         :       0.00          0          0
1468.74/1468.74	c   dins             :       0.00          0          0
1468.74/1468.74	c   vbounds          :       0.00          0          0
1468.74/1468.74	c   undercover       :       0.00          0          0
1468.74/1468.74	c   subnlp           :       0.05          0          0
1468.74/1468.74	c   trysol           :       0.30        632        116
1468.74/1468.74	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1468.74/1468.74	c   primal LP        :       0.03          0          0       0.00       0.00
1468.74/1468.74	c   dual LP          :     967.09     269088    6197911      23.03    6408.85
1468.74/1468.74	c   lex dual LP      :       0.00          0          0       0.00          -
1468.74/1468.74	c   barrier LP       :       0.00          0          0       0.00          -
1468.74/1468.74	c   diving/probing LP:       6.84       4341      30070       6.93    4395.77
1468.74/1468.74	c   strong branching :      68.29       9475     428149      45.19    6269.61
1468.74/1468.74	c     (at root node) :          -         33       9104     275.88          -
1468.74/1468.74	c   conflict analysis:       0.00          0          0       0.00          -
1468.74/1468.74	c B&B Tree           :
1468.74/1468.74	c   number of runs   :          1
1468.74/1468.74	c   nodes            :     285472
1468.74/1468.74	c   nodes (total)    :     285472
1468.74/1468.74	c   nodes left       :          0
1468.74/1468.74	c   max depth        :        165
1468.74/1468.74	c   max depth (total):        165
1468.74/1468.74	c   backtracks       :      31544 (11.0%)
1468.74/1468.74	c   delayed cutoffs  :       3814
1468.74/1468.74	c   repropagations   :     549302 (777503 domain reductions, 3395 cutoffs)
1468.74/1468.74	c   avg switch length:       5.41
1468.74/1468.74	c   switching time   :      77.38
1468.74/1468.74	c Solution           :
1468.74/1468.74	c   Solutions found  :        152 (35 improvements)
1468.74/1468.74	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1468.74/1468.74	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 12334 nodes, 91.63 seconds, depth 30, found by <relaxation>)
1468.74/1468.74	c   Dual Bound       : +1.00000000000000e+00
1468.74/1468.74	c   Gap              :       0.00 %
1468.74/1468.74	c   Root Dual Bound  : +0.00000000000000e+00
1468.74/1468.74	c   Root Iterations  :        844
1468.74/1468.78	c Time complete: 1468.83.

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-3447278-1307900488/watcher-3447278-1307900488 -o /tmp/evaluation-result-3447278-1307900488/solver-3447278-1307900488 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447278-1307900488.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 2.00 3/177 18555
/proc/meminfo: memFree=2193704/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=10292 CPUtime=0 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 1567 0 0 0 0 0 0 0 19 0 1 0 980279466 10539008 1521 33554432000 4194304 9128323 140737315505216 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18555/statm: 2573 1523 399 1205 0 1364 0

[startup+0.08576 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18555
/proc/meminfo: memFree=2193704/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=35724 CPUtime=0.07 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 7949 0 0 0 7 0 0 0 19 0 1 0 980279466 36581376 7644 33554432000 4194304 9128323 140737315505216 18446744073709551615 5973216 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35724

[startup+0.100754 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18555
/proc/meminfo: memFree=2193704/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=35724 CPUtime=0.09 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 7949 0 0 0 9 0 0 0 19 0 1 0 980279466 36581376 7644 33554432000 4194304 9128323 140737315505216 18446744073709551615 5090066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300728 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18555
/proc/meminfo: memFree=2193704/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=72884 CPUtime=0.29 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 17525 0 0 0 28 1 0 0 20 0 1 0 980279466 74633216 17121 33554432000 4194304 9128323 140737315505216 18446744073709551615 5190595 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 18221 17121 699 1205 0 17012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72884

[startup+0.700656 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18555
/proc/meminfo: memFree=2193704/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=53424 CPUtime=0.69 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 21439 0 0 0 67 2 0 0 20 0 1 0 980279466 54706176 12316 33554432000 4194304 9128323 140737315505216 18446744073709551615 8008915 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 13356 12316 719 1205 0 12147 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53424

[startup+1.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18556
/proc/meminfo: memFree=2144984/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=57988 CPUtime=1.49 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 22421 0 0 0 146 3 0 0 23 0 1 0 980279466 59379712 13290 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 14497 13290 711 1205 0 13288 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57988

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18556
/proc/meminfo: memFree=2137420/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=64860 CPUtime=3.09 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 30186 0 0 0 302 7 0 0 25 0 1 0 980279466 66416640 14894 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 16215 14894 724 1205 0 15006 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64860

[startup+6.30062 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18556
/proc/meminfo: memFree=2134888/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=65436 CPUtime=6.29 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 30387 0 0 0 614 15 0 0 25 0 1 0 980279466 67006464 15095 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 16359 15095 724 1205 0 15150 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65436

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18556
/proc/meminfo: memFree=2134504/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=66200 CPUtime=12.69 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 30574 0 0 0 1238 31 0 0 25 0 1 0 980279466 67788800 15282 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 16550 15282 724 1205 0 15341 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66200

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18557
/proc/meminfo: memFree=2113556/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=82304 CPUtime=25.49 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 46571 0 0 0 2499 50 0 0 25 0 1 0 980279466 84279296 19208 33554432000 4194304 9128323 140737315505216 18446744073709551615 5992478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 20576 19208 737 1205 0 19367 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82304

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18557
/proc/meminfo: memFree=2098684/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=109316 CPUtime=51.09 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 73349 0 0 0 5014 95 0 0 25 0 1 0 980279466 111939584 25947 33554432000 4194304 9128323 140737315505216 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 27329 25947 761 1205 0 26120 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109316

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18559
/proc/meminfo: memFree=2082092/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=100836 CPUtime=102.29 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 106248 0 0 0 10039 190 0 0 25 0 1 0 980279466 103256064 23900 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 25209 23900 761 1205 0 24000 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 100836

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18560
/proc/meminfo: memFree=2059604/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=102952 CPUtime=162.3 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 113370 0 0 0 15921 309 0 0 25 0 1 0 980279466 105422848 24428 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 25738 24428 761 1205 0 24529 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 102952

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18562
/proc/meminfo: memFree=2043920/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=105692 CPUtime=222.3 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 116364 0 0 0 21810 420 0 0 25 0 1 0 980279466 108228608 25122 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 26423 25122 761 1205 0 25214 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 105692

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18564
/proc/meminfo: memFree=2029624/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=106684 CPUtime=282.3 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 116596 0 0 0 27703 527 0 0 25 0 1 0 980279466 109244416 25354 33554432000 4194304 9128323 140737315505216 18446744073709551615 7162951 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 26671 25354 761 1205 0 25462 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 106684

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 18604
/proc/meminfo: memFree=2315892/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=107224 CPUtime=342.3 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 116654 0 0 0 33570 660 0 0 25 0 1 0 980279466 109797376 25412 33554432000 4194304 9128323 140737315505216 18446744073709551615 7342912 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 26806 25412 761 1205 0 25597 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 107224

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18606
/proc/meminfo: memFree=2261784/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=107456 CPUtime=402.31 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 119065 0 0 0 39441 790 0 0 25 0 1 0 980279466 110034944 25541 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 26864 25541 761 1205 0 25655 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 107456

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18607
/proc/meminfo: memFree=2214128/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=107736 CPUtime=462.31 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 119151 0 0 0 45293 938 0 0 25 0 1 0 980279466 110321664 25627 33554432000 4194304 9128323 140737315505216 18446744073709551615 7163269 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 26934 25627 761 1205 0 25725 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 107736

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18609
/proc/meminfo: memFree=2170796/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=108852 CPUtime=522.31 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 119441 0 0 0 51165 1066 0 0 25 0 1 0 980279466 111464448 25917 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 27213 25917 761 1205 0 26004 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 108852

[startup+582.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 18611
/proc/meminfo: memFree=2146812/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=113628 CPUtime=582.31 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 120640 0 0 0 57032 1199 0 0 25 0 1 0 980279466 116355072 27116 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 28407 27116 761 1205 0 27198 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 113628

[startup+642.301 s]

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

/proc/meminfo: memFree=2123308/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=121024 CPUtime=822.31 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 124899 0 0 0 80506 1725 0 0 25 0 1 0 980279466 123928576 28908 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 30256 28908 760 1205 0 29047 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 121024

[startup+882.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 18619
/proc/meminfo: memFree=2120396/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=121168 CPUtime=882.32 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 124954 0 0 0 86378 1854 0 0 25 0 1 0 980279466 124076032 28963 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 30292 28963 760 1205 0 29083 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 121168

[startup+942.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 18620
/proc/meminfo: memFree=2118728/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=121548 CPUtime=942.32 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 125019 0 0 0 92249 1983 0 0 25 0 1 0 980279466 124465152 29028 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 30387 29028 760 1205 0 29178 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 121548

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18622
/proc/meminfo: memFree=2115940/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=121548 CPUtime=1002.33 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 125024 0 0 0 98120 2113 0 0 25 0 1 0 980279466 124465152 29033 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 30387 29033 760 1205 0 29178 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 121548

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18623
/proc/meminfo: memFree=2113408/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=122360 CPUtime=1062.33 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 125190 0 0 0 103990 2243 0 0 25 0 1 0 980279466 125296640 29199 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 30590 29199 760 1205 0 29381 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 122360

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18625
/proc/meminfo: memFree=2113112/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=121844 CPUtime=1122.33 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127502 0 0 0 109859 2374 0 0 25 0 1 0 980279466 124768256 29154 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 30461 29154 760 1205 0 29252 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 121844

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18636
/proc/meminfo: memFree=2111440/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=123252 CPUtime=1182.33 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127732 0 0 0 115734 2499 0 0 25 0 1 0 980279466 126210048 29384 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 30813 29384 760 1205 0 29604 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 123252

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18637
/proc/meminfo: memFree=2110856/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=123252 CPUtime=1242.33 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127783 0 0 0 121607 2626 0 0 25 0 1 0 980279466 126210048 29435 33554432000 4194304 9128323 140737315505216 18446744073709551615 7192348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 30813 29435 760 1205 0 29604 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 123252

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18639
/proc/meminfo: memFree=2110796/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=123392 CPUtime=1302.34 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127831 0 0 0 127479 2755 0 0 25 0 1 0 980279466 126353408 29483 33554432000 4194304 9128323 140737315505216 18446744073709551615 7051405 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 30848 29483 760 1205 0 29639 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 123392

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18640
/proc/meminfo: memFree=2110376/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=123392 CPUtime=1362.34 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127834 0 0 0 133350 2884 0 0 25 0 1 0 980279466 126353408 29486 33554432000 4194304 9128323 140737315505216 18446744073709551615 5984669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 30848 29486 760 1205 0 29639 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 123392

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18642
/proc/meminfo: memFree=2109332/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=124032 CPUtime=1422.35 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127984 0 0 0 139223 3012 0 0 25 0 1 0 980279466 127008768 29636 33554432000 4194304 9128323 140737315505216 18446744073709551615 7097376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 31008 29636 760 1205 0 29799 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 124032

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

[startup+1433.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18642
/proc/meminfo: memFree=2109320/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=124032 CPUtime=1433.54 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127989 0 0 0 140317 3037 0 0 25 0 1 0 980279466 127008768 29641 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 31008 29641 760 1205 0 29799 0
Current children cumulated CPU time (s) 1433.54
Current children cumulated vsize (KiB) 124032

[startup+1446.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 18643
/proc/meminfo: memFree=2109316/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=124032 CPUtime=1446.34 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127990 0 0 0 141570 3064 0 0 25 0 1 0 980279466 127008768 29642 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 31008 29642 760 1205 0 29799 0
Current children cumulated CPU time (s) 1446.34
Current children cumulated vsize (KiB) 124032

[startup+1459.1 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18643
/proc/meminfo: memFree=2109432/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=124032 CPUtime=1459.14 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127990 0 0 0 142822 3092 0 0 25 0 1 0 980279466 127008768 29642 33554432000 4194304 9128323 140737315505216 18446744073709551615 5234464 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 31008 29642 760 1205 0 29799 0
Current children cumulated CPU time (s) 1459.14
Current children cumulated vsize (KiB) 124032

[startup+1465.5 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18643
/proc/meminfo: memFree=2109416/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=124032 CPUtime=1465.54 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127990 0 0 0 143449 3105 0 0 25 0 1 0 980279466 127008768 29642 33554432000 4194304 9128323 140737315505216 18446744073709551615 5984577 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 31008 29642 760 1205 0 29799 0
Current children cumulated CPU time (s) 1465.54
Current children cumulated vsize (KiB) 124032

[startup+1467.1 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18643
/proc/meminfo: memFree=2109416/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=124032 CPUtime=1467.14 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127990 0 0 0 143606 3108 0 0 25 0 1 0 980279466 127008768 29642 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 31008 29642 760 1205 0 29799 0
Current children cumulated CPU time (s) 1467.14
Current children cumulated vsize (KiB) 124032

[startup+1467.9 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18643
/proc/meminfo: memFree=2109416/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=124032 CPUtime=1467.94 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127990 0 0 0 143685 3109 0 0 25 0 1 0 980279466 127008768 29642 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 31008 29642 760 1205 0 29799 0
Current children cumulated CPU time (s) 1467.94
Current children cumulated vsize (KiB) 124032

[startup+1468.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18643
/proc/meminfo: memFree=2109416/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=124032 CPUtime=1468.34 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127990 0 0 0 143724 3110 0 0 25 0 1 0 980279466 127008768 29642 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 31008 29642 760 1205 0 29799 0
Current children cumulated CPU time (s) 1468.34
Current children cumulated vsize (KiB) 124032

[startup+1468.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 18643
/proc/meminfo: memFree=2109416/32950928 swapFree=67051116/67111528
[pid=18555] ppid=18553 vsize=124032 CPUtime=1468.74 cores=1,3,5,7
/proc/18555/stat : 18555 (scip-2.0.1.4.li) R 18553 18555 18084 0 -1 4202496 127990 0 0 0 143763 3111 0 0 25 0 1 0 980279466 127008768 29642 33554432000 4194304 9128323 140737315505216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18555/statm: 31008 29642 760 1205 0 29799 0
Current children cumulated CPU time (s) 1468.74
Current children cumulated vsize (KiB) 124032

Child status: 0
Real time (s): 1468.79
CPU time (s): 1468.84
CPU user time (s): 1437.71
CPU system time (s): 31.1213
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 124032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1437.71
system time used= 31.1213
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127994
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1817

runsolver used 2.22766 second user time and 5.79012 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-12 19:41:28
IDJOB=3447278
IDBENCH=79265
IDSOLVER=1944
FILE ID=node113/3447278-1307900488
RUNJOBID= node113-1307897181-18313
PBS_JOBID= 13559602
Free space on /tmp= 1856 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.1900552288--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-3447278-1307900488/watcher-3447278-1307900488 -o /tmp/evaluation-result-3447278-1307900488/solver-3447278-1307900488 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447278-1307900488.wbo -t 1800 -m 15500

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

MD5SUM BENCH= ca8c0bf53108e4446976d449224bf298
RANDOM SEED=916421880

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2193760 kB
Buffers:         70700 kB
Cached:       29436868 kB
SwapCached:      14112 kB
Active:       14831036 kB
Inactive:     14998940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2193760 kB
SwapTotal:    67111528 kB
SwapFree:     67051116 kB
Dirty:           12032 kB
Writeback:           0 kB
AnonPages:      319444 kB
Mapped:          12168 kB
Slab:           863524 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   516196 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= 1844 MiB
End job on node113 at 2011-06-12 20:05:57