Trace number 2705567

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.15 1790.09

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900551864--soft-66-100-0.wbo
MD5SUMc0a37f516cf4d2739ccd6d05a55220be
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark21.1608
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 constraints906
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 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 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-2705567-1278572956.wbo>
0.00/0.02	c original problem has 2043 variables (1137 bin, 0 int, 906 impl, 0 cont) and 3614 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 212 impls, 12 clqs
0.04/0.07	c (round 2) 0 del vars, 115 del conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 0 upgd conss, 212 impls, 12 clqs
0.04/0.08	c (round 3) 55 del vars, 170 del conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 1742 upgd conss, 212 impls, 12 clqs
0.04/0.09	c (round 4) 110 del vars, 210 del conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 1742 upgd conss, 212 impls, 12 clqs
0.09/0.12	c    (0.1s) probing: 101/1082 (9.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (5 rounds):
0.09/0.12	c  110 deleted vars, 210 deleted constraints, 906 tightened bounds, 0 added holes, 55 changed sides, 0 changed coefficients
0.09/0.12	c  1903 implications, 12 cliques
0.09/0.12	c presolved problem has 1933 variables (1082 bin, 0 int, 851 impl, 0 cont) and 3404 constraints
0.09/0.12	c      78 constraints of type <setppc>
0.09/0.12	c     851 constraints of type <linear>
0.09/0.12	c     851 constraints of type <indicator>
0.09/0.12	c    1624 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 1.2.1.3
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1789.98
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 3420
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
0.09/0.13	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.13	c   0.1s|     1 |     0 |    40 |     - |8866k|   0 |  35 |1933 |3404 |1933 |1702 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    82 |     - |8982k|   0 |  52 |1933 |3404 |1933 |1719 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   199 |     - |9681k|   0 |  62 |1933 |3404 |1933 |1737 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.46	c   0.4s|     1 |     0 |   535 |     - |9769k|   0 |  80 |1933 |3404 |1933 |1755 |  53 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |   654 |     - |9864k|   0 |  86 |1933 |3404 |1933 |1761 |  59 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |   706 |     - |9950k|   0 |  93 |1933 |3404 |1933 |1766 |  64 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.91	c   0.9s|     1 |     0 |   840 |     - |  10M|   0 |  86 |1933 |3404 |1933 |1769 |  67 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.99/2.04	c   2.0s|     1 |     2 |   840 |     - |  10M|   0 |  86 |1933 |3404 |1933 |1769 |  67 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
12.29/12.37	o 41732
12.29/12.37	c y12.3s|    42 |    41 |  5563 | 115.2 |  10M|  14 |   - |1933 |3423 |   0 |   0 |  80 |  19 | 634 | 0.000000e+00 | 4.173200e+04 |    Inf 
15.49/15.51	o 332
15.49/15.51	c *15.5s|   203 |   154 | 12379 |  57.1 |  11M|  24 |   - |1933 |3474 |1933 |1775 | 245 |  70 | 800 | 0.000000e+00 | 3.320000e+02 |    Inf 
15.69/15.78	o 317
15.69/15.78	c *15.8s|   268 |   203 | 13803 |  48.6 |  12M|  27 |   - |1933 |3505 |1933 |1773 | 302 | 101 | 806 | 0.000000e+00 | 3.170000e+02 |    Inf 
16.49/16.50	o 90
16.49/16.50	c *16.5s|   504 |   215 | 17439 |  33.0 |  12M|  39 |   - |1933 |3591 |1933 |1793 | 464 | 187 | 808 | 0.000000e+00 | 9.000000e+01 |    Inf 
16.49/16.60	o 69
16.49/16.60	c *16.6s|   526 |   214 | 18091 |  32.9 |  12M|  39 |   - |1933 |3520 |1933 |1781 | 484 | 203 | 808 | 0.000000e+00 | 6.900000e+01 |    Inf 
16.59/16.64	o 52
16.59/16.64	c *16.6s|   542 |   220 | 18387 |  32.4 |  12M|  39 |   - |1933 |3343 |1933 |1780 | 505 | 207 | 808 | 0.000000e+00 | 5.200000e+01 |    Inf 
16.70/16.71	o 39
16.70/16.71	c *16.7s|   567 |   172 | 18673 |  31.5 |  12M|  39 |   - |1933 |3206 |1933 |1763 | 515 | 215 | 808 | 0.000000e+00 | 3.900000e+01 |    Inf 
16.70/16.75	o 17
16.70/16.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.70/16.75	c *16.7s|   595 |   154 | 18803 |  30.2 |  12M|  43 |   - |1933 |3100 |1933 |1764 | 520 | 217 | 808 | 0.000000e+00 | 1.700000e+01 |    Inf 
16.70/16.75	o 6
16.70/16.75	c *16.7s|   596 |    85 | 18818 |  30.2 |  12M|  43 |   - |1933 |3100 |1933 |1765 | 521 | 217 | 808 | 0.000000e+00 | 6.000000e+00 |    Inf 
40.09/40.17	c  40.1s| 10000 |   332 |162178 |  16.1 |  15M|  43 |   - |1933 |7904 |   0 |   0 |1672 |  12k|1201 | 0.000000e+00 | 6.000000e+00 |    Inf 
53.69/53.74	o 5
53.69/53.74	c *53.7s| 15404 |   372 |243977 |  15.8 |  17M|  43 |   - |1933 |9489 |1933 |1759 |2112 |  19k|1351 | 0.000000e+00 | 5.000000e+00 |    Inf 
63.89/63.94	c  63.9s| 20000 |   451 |302334 |  15.1 |  17M|  44 |   - |1933 |  10k|   0 |   0 |2567 |  25k|1545 | 0.000000e+00 | 5.000000e+00 |    Inf 
85.90/85.90	c  85.9s| 30000 |   376 |435534 |  14.5 |  18M|  49 |   - |1933 |  10k|1933 |1759 |3598 |  39k|1555 | 0.000000e+00 | 5.000000e+00 |    Inf 
110.79/110.82	c   111s| 40000 |   362 |590831 |  14.8 |  20M|  49 |  23 |1933 |  13k|1933 |1759 |4855 |  52k|1753 | 0.000000e+00 | 5.000000e+00 |    Inf 
135.59/135.62	c   136s| 50000 |   419 |736755 |  14.7 |  21M|  49 |   - |1933 |  15k|1933 |1759 |5856 |  65k|2063 | 0.000000e+00 | 5.000000e+00 |    Inf 
144.70/144.75	o 4
144.70/144.75	c * 145s| 53544 |   438 |788754 |  14.7 |  21M|  49 |   - |1933 |  16k|1933 |1759 |6226 |  70k|2221 | 0.000000e+00 | 4.000000e+00 |    Inf 
160.60/160.62	c   161s| 60000 |   647 |880171 |  14.7 |  23M|  49 |  20 |1933 |  18k|1933 |1759 |7158 |  78k|2361 | 0.000000e+00 | 4.000000e+00 |    Inf 
185.60/185.67	c   186s| 70000 |   746 |  1021k|  14.6 |  24M|  49 |  23 |1933 |  21k|1933 |1759 |8284 |  91k|2583 | 0.000000e+00 | 4.000000e+00 |    Inf 
210.10/210.11	c   210s| 80000 |   855 |  1150k|  14.4 |  26M|  49 |  18 |1933 |  22k|1933 |1764 |9582 | 104k|2825 | 0.000000e+00 | 4.000000e+00 |    Inf 
236.40/236.49	c   236s| 90000 |   897 |  1294k|  14.4 |  26M|  52 |   1 |1933 |  21k|1933 |1764 |  10k| 118k|3023 | 0.000000e+00 | 4.000000e+00 |    Inf 
264.49/264.56	c   265s|100000 |   972 |  1453k|  14.5 |  29M|  57 |   - |1933 |  25k|   0 |   0 |  12k| 131k|3253 | 0.000000e+00 | 4.000000e+00 |    Inf 
292.70/292.71	c   293s|110000 |   901 |  1610k|  14.6 |  27M|  60 |  17 |1933 |  23k|1933 |1759 |  13k| 145k|3457 | 0.000000e+00 | 4.000000e+00 |    Inf 
318.80/318.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
318.80/318.90	c   319s|120000 |   809 |  1753k|  14.6 |  27M|  60 |  15 |1933 |  23k|1933 |1759 |  14k| 158k|3684 | 0.000000e+00 | 4.000000e+00 |    Inf 
345.70/345.77	c   346s|130000 |   775 |  1897k|  14.6 |  27M|  60 |   - |1933 |  23k|   0 |   0 |  16k| 172k|3858 | 0.000000e+00 | 4.000000e+00 |    Inf 
372.30/372.32	c   372s|140000 |   691 |  2041k|  14.6 |  28M|  60 |   - |1933 |  24k|1933 |1764 |  17k| 185k|4100 | 0.000000e+00 | 4.000000e+00 |    Inf 
398.50/398.58	c   399s|150000 |   476 |  2182k|  14.5 |  25M|  60 |   - |1933 |  22k|   0 |   0 |  18k| 199k|4214 | 0.000000e+00 | 4.000000e+00 |    Inf 
424.30/424.35	c   424s|160000 |   302 |  2322k|  14.5 |  22M|  60 |  22 |1933 |  15k|1933 |1759 |  19k| 212k|4564 | 0.000000e+00 | 4.000000e+00 |    Inf 
449.41/449.49	c   449s|170000 |   234 |  2464k|  14.5 |  21M|  60 |   - |1933 |  14k|1933 |1759 |  21k| 225k|4704 | 0.000000e+00 | 4.000000e+00 |    Inf 
474.70/474.75	c   475s|180000 |   245 |  2610k|  14.5 |  22M|  60 |   - |1933 |  17k|   0 |   0 |  22k| 239k|4884 | 0.000000e+00 | 4.000000e+00 |    Inf 
501.31/501.34	c   501s|190000 |   239 |  2766k|  14.6 |  23M|  60 |   1 |1933 |  19k|1933 |1759 |  24k| 252k|5092 | 0.000000e+00 | 4.000000e+00 |    Inf 
524.80/524.87	c   525s|200000 |   248 |  2898k|  14.5 |  22M|  60 |   - |1933 |  15k|   0 |   0 |  24k| 266k|5202 | 0.000000e+00 | 4.000000e+00 |    Inf 
550.01/550.02	c   550s|210000 |   155 |  3048k|  14.5 |  21M|  60 |  12 |1933 |  14k|1933 |1763 |  25k| 279k|5341 | 0.000000e+00 | 4.000000e+00 |    Inf 
574.11/574.15	c   574s|220000 |   260 |  3189k|  14.5 |  21M|  60 |  21 |1933 |  14k|1933 |1759 |  27k| 292k|5518 | 0.000000e+00 | 4.000000e+00 |    Inf 
601.10/601.17	c   601s|230000 |   444 |  3356k|  14.6 |  23M|  60 |  13 |1933 |  17k|1933 |1759 |  28k| 306k|5674 | 0.000000e+00 | 4.000000e+00 |    Inf 
626.51/626.54	c   627s|240000 |   441 |  3503k|  14.6 |  25M|  60 |  19 |1933 |  19k|1933 |1759 |  29k| 320k|5759 | 0.000000e+00 | 4.000000e+00 |    Inf 
651.71/651.78	c   652s|250000 |   405 |  3650k|  14.6 |  24M|  60 |   - |1933 |  17k|1933 |1759 |  30k| 334k|5860 | 0.000000e+00 | 4.000000e+00 |    Inf 
677.21/677.21	c   677s|260000 |   395 |  3798k|  14.6 |  24M|  60 |   - |1933 |  17k|1933 |1764 |  31k| 348k|5989 | 0.000000e+00 | 4.000000e+00 |    Inf 
706.51/706.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
706.51/706.51	c   706s|270000 |   383 |  3968k|  14.7 |  25M|  60 |   - |1933 |  20k|   0 |   0 |  32k| 362k|6148 | 0.000000e+00 | 4.000000e+00 |    Inf 
731.21/731.28	c   731s|280000 |   360 |  4107k|  14.7 |  25M|  60 |   - |1933 |  19k|1933 |1759 |  33k| 375k|6284 | 0.000000e+00 | 4.000000e+00 |    Inf 
758.51/758.55	c   759s|290000 |   345 |  4279k|  14.8 |  25M|  60 |   - |1933 |  18k|   0 |   0 |  34k| 389k|6388 | 0.000000e+00 | 4.000000e+00 |    Inf 
785.92/785.91	c   786s|300000 |   405 |  4441k|  14.8 |  27M|  60 |   9 |1933 |  23k|1933 |1759 |  35k| 403k|6518 | 0.000000e+00 | 4.000000e+00 |    Inf 
812.71/812.75	c   813s|310000 |   422 |  4592k|  14.8 |  28M|  60 |   1 |1933 |  25k|1933 |1759 |  37k| 416k|6623 | 0.000000e+00 | 4.000000e+00 |    Inf 
838.81/838.81	c   839s|320000 |   599 |  4738k|  14.8 |  27M|  60 |   1 |1933 |  20k|1933 |1759 |  38k| 430k|6711 | 0.000000e+00 | 4.000000e+00 |    Inf 
864.71/864.79	c   865s|330000 |   703 |  4892k|  14.8 |  28M|  60 |   - |1933 |  19k|   0 |   0 |  40k| 443k|6804 | 0.000000e+00 | 4.000000e+00 |    Inf 
890.61/890.69	c   891s|340000 |   947 |  5042k|  14.8 |  29M|  60 |  25 |1933 |  21k|1933 |1759 |  41k| 456k|6872 | 0.000000e+00 | 4.000000e+00 |    Inf 
916.81/916.88	c   917s|350000 |  1037 |  5191k|  14.8 |  31M|  60 |   - |1933 |  22k|1933 |1759 |  42k| 470k|6976 | 0.000000e+00 | 4.000000e+00 |    Inf 
942.81/942.87	c   943s|360000 |  1092 |  5337k|  14.8 |  32M|  60 |   - |1933 |  26k|   0 |   0 |  44k| 484k|7091 | 0.000000e+00 | 4.000000e+00 |    Inf 
969.61/969.64	c   970s|370000 |  1194 |  5486k|  14.8 |  34M|  60 |  24 |1933 |  29k|1933 |1759 |  45k| 498k|7189 | 0.000000e+00 | 4.000000e+00 |    Inf 
996.92/996.98	c   997s|380000 |  1141 |  5633k|  14.8 |  33M|  60 |   - |1933 |  25k|1933 |1759 |  46k| 511k|7290 | 0.000000e+00 | 4.000000e+00 |    Inf 
1023.32/1023.31	c  1023s|390000 |  1131 |  5781k|  14.8 |  33M|  60 |   - |1933 |  26k|   0 |   0 |  48k| 525k|7408 | 0.000000e+00 | 4.000000e+00 |    Inf 
1050.22/1050.24	c  1050s|400000 |  1209 |  5929k|  14.8 |  34M|  60 |   - |1933 |  28k|   0 |   0 |  49k| 539k|7496 | 0.000000e+00 | 4.000000e+00 |    Inf 
1078.42/1078.44	c  1078s|410000 |  1301 |  6084k|  14.8 |  36M|  60 |  14 |1933 |  29k|1933 |1759 |  51k| 553k|7580 | 0.000000e+00 | 4.000000e+00 |    Inf 
1108.12/1108.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1108.12/1108.14	c  1108s|420000 |  1337 |  6251k|  14.9 |  36M|  60 |  12 |1933 |  29k|1933 |1759 |  52k| 566k|7687 | 0.000000e+00 | 4.000000e+00 |    Inf 
1135.23/1135.21	c  1135s|430000 |  1401 |  6394k|  14.9 |  37M|  61 |  21 |1933 |  30k|1933 |1759 |  54k| 580k|7759 | 0.000000e+00 | 4.000000e+00 |    Inf 
1162.52/1162.58	c  1163s|440000 |  1429 |  6536k|  14.9 |  38M|  61 |  20 |1933 |  31k|1933 |1759 |  55k| 594k|7836 | 0.000000e+00 | 4.000000e+00 |    Inf 
1192.33/1192.35	c  1192s|450000 |  1499 |  6700k|  14.9 |  37M|  61 |  32 |1933 |  28k|1933 |1759 |  56k| 608k|7903 | 0.000000e+00 | 4.000000e+00 |    Inf 
1220.53/1220.58	c  1221s|460000 |  1537 |  6854k|  14.9 |  36M|  61 |  19 |1933 |  25k|1933 |1759 |  57k| 622k|7987 | 0.000000e+00 | 4.000000e+00 |    Inf 
1249.53/1249.58	c  1250s|470000 |  1624 |  7021k|  14.9 |  38M|  61 |  18 |1933 |  27k|1933 |1759 |  58k| 635k|8077 | 0.000000e+00 | 4.000000e+00 |    Inf 
1277.13/1277.17	c  1277s|480000 |  1705 |  7176k|  14.9 |  39M|  61 |  26 |1933 |  29k|1933 |1759 |  59k| 649k|8160 | 0.000000e+00 | 4.000000e+00 |    Inf 
1304.13/1304.16	c  1304s|490000 |  1760 |  7319k|  14.9 |  40M|  61 |  13 |1933 |  31k|1933 |1759 |  60k| 664k|8254 | 0.000000e+00 | 4.000000e+00 |    Inf 
1333.03/1333.09	c  1333s|500000 |  1876 |  7471k|  14.9 |  42M|  61 |   1 |1933 |  33k|1933 |1764 |  61k| 678k|8334 | 0.000000e+00 | 4.000000e+00 |    Inf 
1363.23/1363.22	c  1363s|510000 |  2028 |  7639k|  15.0 |  43M|  61 |  11 |1933 |  34k|1933 |1759 |  63k| 692k|8413 | 0.000000e+00 | 4.000000e+00 |    Inf 
1392.83/1392.83	c  1393s|520000 |  1963 |  7797k|  15.0 |  42M|  61 |  34 |1933 |  31k|1933 |1759 |  64k| 706k|8493 | 0.000000e+00 | 4.000000e+00 |    Inf 
1420.33/1420.33	c  1420s|530000 |  1931 |  7948k|  15.0 |  42M|  61 |  13 |1933 |  30k|1933 |1759 |  65k| 720k|8579 | 0.000000e+00 | 4.000000e+00 |    Inf 
1450.53/1450.58	c  1451s|540000 |  1952 |  8116k|  15.0 |  42M|  64 |   - |1933 |  31k|1933 |1759 |  66k| 734k|8664 | 0.000000e+00 | 4.000000e+00 |    Inf 
1480.64/1480.61	c  1481s|550000 |  1980 |  8278k|  15.1 |  42M|  64 |   - |1933 |  30k|1933 |1759 |  68k| 748k|8755 | 0.000000e+00 | 4.000000e+00 |    Inf 
1509.34/1509.34	c  1509s|560000 |  2008 |  8433k|  15.1 |  44M|  64 |  14 |1933 |  34k|1933 |1759 |  69k| 762k|8834 | 0.000000e+00 | 4.000000e+00 |    Inf 
1540.14/1540.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1540.14/1540.19	c  1540s|570000 |  2249 |  8596k|  15.1 |  46M|  64 |  14 |1933 |  36k|1933 |1759 |  70k| 776k|8908 | 0.000000e+00 | 4.000000e+00 |    Inf 
1571.14/1571.10	c  1571s|580000 |  2414 |  8759k|  15.1 |  48M|  64 |   - |1933 |  38k|1933 |1759 |  72k| 791k|8980 | 0.000000e+00 | 4.000000e+00 |    Inf 
1603.04/1603.04	c  1603s|590000 |  2501 |  8925k|  15.1 |  48M|  64 |   - |1933 |  37k|   0 |   0 |  74k| 805k|9055 | 0.000000e+00 | 4.000000e+00 |    Inf 
1635.33/1635.37	c  1635s|600000 |  2529 |  9101k|  15.2 |  49M|  65 |   - |1933 |  38k|   0 |   0 |  75k| 820k|9136 | 0.000000e+00 | 4.000000e+00 |    Inf 
1664.94/1664.93	c  1665s|610000 |  2620 |  9254k|  15.2 |  50M|  71 |  11 |1933 |  39k|1933 |1759 |  77k| 834k|9205 | 0.000000e+00 | 4.000000e+00 |    Inf 
1695.74/1695.74	c  1696s|620000 |  2747 |  9419k|  15.2 |  51M|  71 |   - |1933 |  40k|1933 |1765 |  79k| 849k|9256 | 0.000000e+00 | 4.000000e+00 |    Inf 
1726.35/1726.33	c  1726s|630000 |  2762 |  9580k|  15.2 |  51M|  71 |   - |1933 |  39k|   0 |   0 |  80k| 864k|9326 | 0.000000e+00 | 4.000000e+00 |    Inf 
1757.14/1757.10	c  1757s|640000 |  2734 |  9743k|  15.2 |  51M|  71 |   - |1933 |  38k|   0 |   0 |  82k| 879k|9411 | 0.000000e+00 | 4.000000e+00 |    Inf 
1786.04/1786.07	c  1786s|650000 |  2667 |  9892k|  15.2 |  50M|  71 |  17 |1933 |  37k|1933 |1765 |  83k| 893k|9488 | 0.000000e+00 | 4.000000e+00 |    Inf 
1790.05/1790.00	c 
1790.05/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.00	c Solving Time (sec) : 1789.98
1790.05/1790.00	c Solving Nodes      : 651268
1790.05/1790.00	c Primal Bound       : +4.00000000000000e+00 (33 solutions)
1790.05/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.00	c Gap                : infinite
1790.05/1790.01	s SATISFIABLE
1790.05/1790.01	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 
1790.05/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1790.05/1790.01	v -x188 -x187 x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 
1790.05/1790.01	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 
1790.05/1790.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1790.05/1790.01	v -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.05/1790.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 
1790.05/1790.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 
1790.05/1790.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 
1790.05/1790.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 
1790.05/1790.01	v x1 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time       :    1789.98
1790.05/1790.01	c Original Problem   :
1790.05/1790.01	c   Problem name     : HOME/instance-2705567-1278572956.wbo
1790.05/1790.01	c   Variables        : 2043 (1137 binary, 0 integer, 906 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 3614 initial, 3614 maximal
1790.05/1790.01	c Presolved Problem  :
1790.05/1790.01	c   Problem name     : t_HOME/instance-2705567-1278572956.wbo
1790.05/1790.01	c   Variables        : 1933 (1082 binary, 0 integer, 851 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 3404 initial, 40774 maximal
1790.05/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.01	c   trivial          :       0.00         55          0          0          0          0          0          0          0
1790.05/1790.01	c   dualfix          :       0.00         55          0          0          0          0          0          0          0
1790.05/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.01	c   setppc           :       0.00          0          0          0          0          0         40          0          0
1790.05/1790.01	c   linear           :       0.05          0          0          0        906          0        115         55          0
1790.05/1790.01	c   indicator        :       0.00          0          0          0          0          0         55          0          0
1790.05/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.05/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   root node        :          -       1648          -          -       1648          -          -          -          -
1790.05/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   integral         :          0          0          0     364308          0        286       2682          0          0     692314
1790.05/1790.01	c   setppc           :         78          6    2770896      15641          1      53092    2129672          0          0          0
1790.05/1790.01	c   linear           :        851          6    2718311      15736          1      60421    8696119      83776          0          0
1790.05/1790.01	c   indicator        :        851          0    2652776      15705          1         11      70189          0          0          0
1790.05/1790.01	c   logicor          :       1624+         6    1430558        235          1      96548    5130736          0          0          0
1790.05/1790.01	c   bounddisjunction :          0+         0     206981          0          0          1          9          0          0          0
1790.05/1790.01	c   countsols        :          0          0          0        235          1          0          0          0          0          0
1790.05/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.01	c   integral         :      46.43       0.00       0.00      46.43       0.00
1790.05/1790.01	c   setppc           :      15.13       0.00      15.12       0.01       0.00
1790.05/1790.01	c   linear           :      55.15       0.00      54.66       0.49       0.00
1790.05/1790.01	c   indicator        :       3.58       0.01       3.46       0.10       0.00
1790.05/1790.01	c   logicor          :     200.78       0.00     200.78       0.00       0.00
1790.05/1790.01	c   bounddisjunction :       0.24       0.00       0.24       0.00       0.00
1790.05/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.05/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.01	c   vbounds          :       0.49       4328          0         42
1790.05/1790.01	c   rootredcost      :       0.47         11          0        824
1790.05/1790.01	c   pseudoobj        :      38.58    2771334        119      59833
1790.05/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.01	c   propagation      :       9.07     210181     209623    1204608       26.1       5321       25.3          -
1790.05/1790.01	c   infeasible LP    :      24.51     132107     132107     970247       44.7        966       16.9          0
1790.05/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.01	c   applied globally :          -          -          -     895653       29.4          -          -          -
1790.05/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.01	c   cut pool         :       0.00          5          -          -         58          -    (maximal pool size: 499)
1790.05/1790.01	c   redcost          :      13.06     365027          0       5672          0          0
1790.05/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.05/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.01	c   gomory           :       0.28          6          0          0        953          0
1790.05/1790.01	c   strongcg         :       0.22          6          0          0       1403          0
1790.05/1790.01	c   cmir             :       0.04          6          0          0          1          0
1790.05/1790.01	c   flowcover        :       0.06          6          0          0          2          0
1790.05/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.05/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.05/1790.01	c Pricers            :       Time      Calls       Vars
1790.05/1790.01	c   problem variables:       0.00          0          0
1790.05/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   relpscost        :      46.11     348570        286       2682          0          0     692314
1790.05/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   inference        :       0.03        226          0          0          0          0        455
1790.05/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.01	c   LP solutions     :       0.00          -         10
1790.05/1790.01	c   pseudo solutions :       0.00          -          0
1790.05/1790.01	c   intshifting      :       0.01          0          0
1790.05/1790.01	c   oneopt           :       0.22         10          0
1790.05/1790.01	c   feaspump         :       0.03          1          0
1790.05/1790.01	c   crossover        :       0.35          5          0
1790.05/1790.01	c   linesearchdiving :       0.19         73          0
1790.05/1790.01	c   guideddiving     :       0.25         73          0
1790.05/1790.01	c   rootsoldiving    :       0.24         37          0
1790.05/1790.01	c   objpscostdiving  :       0.24         37          0
1790.05/1790.01	c   coefdiving       :       0.27         74          0
1790.05/1790.01	c   pscostdiving     :       0.29         74          0
1790.05/1790.01	c   fracdiving       :       0.25         74          0
1790.05/1790.01	c   veclendiving     :       0.18         74          0
1790.05/1790.01	c   trivial          :       0.00          2          0
1790.05/1790.01	c   simplerounding   :       0.46     348552          0
1790.05/1790.01	c   zirounding       :       0.18       1000          0
1790.05/1790.01	c   rounding         :       0.86       8357          0
1790.05/1790.01	c   shifting         :       0.81       2586          0
1790.05/1790.01	c   twoopt           :       0.00          0          0
1790.05/1790.01	c   fixandinfer      :       0.00          0          0
1790.05/1790.01	c   intdiving        :       0.00          0          0
1790.05/1790.01	c   actconsdiving    :       0.00          0          0
1790.05/1790.01	c   octane           :       0.00          0          0
1790.05/1790.01	c   rens             :       0.04          1          0
1790.05/1790.01	c   rins             :       0.00          0          0
1790.05/1790.01	c   localbranching   :       0.00          0          0
1790.05/1790.01	c   mutation         :       0.00          0          0
1790.05/1790.01	c   dins             :       0.00          0          0
1790.05/1790.01	c   undercover       :       0.00          0          0
1790.05/1790.01	c   nlp              :       0.10          0          0
1790.05/1790.01	c   trysol           :       0.16         24         23
1790.05/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.01	c   dual LP          :    1072.77     493851    9906319      20.06    9234.35
1790.05/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.01	c   diving/probing LP:       1.27        811       6836       8.43    5398.81
1790.05/1790.01	c   strong branching :      42.61       9488     381361      40.19    8951.02
1790.05/1790.01	c     (at root node) :          -         15       8001     533.40          -
1790.05/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.01	c B&B Tree           :
1790.05/1790.01	c   number of runs   :          1
1790.05/1790.01	c   nodes            :     651268
1790.05/1790.01	c   nodes (total)    :     651268
1790.05/1790.01	c   nodes left       :       2663
1790.05/1790.01	c   max depth        :         71
1790.05/1790.01	c   max depth (total):         71
1790.05/1790.01	c   backtracks       :      96063 (14.8%)
1790.05/1790.01	c   delayed cutoffs  :      38383
1790.05/1790.01	c   repropagations   :    1004302 (3033150 domain reductions, 37009 cutoffs)
1790.05/1790.01	c   avg switch length:       4.71
1790.05/1790.01	c   switching time   :     171.95
1790.05/1790.01	c Solution           :
1790.05/1790.01	c   Solutions found  :         33 (11 improvements)
1790.05/1790.01	c   First Solution   : +4.17320000000000e+04   (in run 1, after 41 nodes, 12.34 seconds, depth 15, found by <trysol>)
1790.05/1790.01	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 53544 nodes, 144.72 seconds, depth 30, found by <relaxation>)
1790.05/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.01	c   Gap              :   infinite
1790.05/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.01	c   Root Iterations  :        840
1790.05/1790.09	c Time complete: 1790.14.

Verifier Data

OK	4

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705567-1278572956/watcher-2705567-1278572956 -o /tmp/evaluation-result-2705567-1278572956/solver-2705567-1278572956 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705567-1278572956.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.29 0.08 0.02 3/178 24525
/proc/meminfo: memFree=29183492/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=12340 CPUtime=0
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 1948 0 0 0 0 0 0 0 25 0 1 0 25509706 12636160 1867 4089446400 4194304 10345943 140733857466352 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24525/statm: 3137 1881 429 1502 0 1630 0

[startup+0.0461911 s]
/proc/loadavg: 0.29 0.08 0.02 3/178 24525
/proc/meminfo: memFree=29183492/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=26416 CPUtime=0.04
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 5636 0 0 0 4 0 0 0 25 0 1 0 25509706 27049984 5201 4089446400 4194304 10345943 140733857466352 18446744073709551615 5018757 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24525/statm: 6604 5201 534 1502 0 5097 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26416

[startup+0.101183 s]
/proc/loadavg: 0.29 0.08 0.02 3/178 24525
/proc/meminfo: memFree=29183492/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=27440 CPUtime=0.09
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 5942 0 0 0 9 0 0 0 25 0 1 0 25509706 28098560 5507 4089446400 4194304 10345943 140733857466352 18446744073709551615 5210321 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24525/statm: 6860 5507 562 1502 0 5353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27440

[startup+0.300144 s]
/proc/loadavg: 0.29 0.08 0.02 3/178 24525
/proc/meminfo: memFree=29183492/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=37532 CPUtime=0.29
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 12109 0 0 0 28 1 0 0 25 0 1 0 25509706 38432768 7837 4089446400 4194304 10345943 140733857466352 18446744073709551615 6149695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24525/statm: 9383 7837 747 1502 0 7876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37532

[startup+0.701076 s]
/proc/loadavg: 0.29 0.08 0.02 3/178 24525
/proc/meminfo: memFree=29183492/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=42368 CPUtime=0.69
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 13167 0 0 0 68 1 0 0 25 0 1 0 25509706 43384832 8895 4089446400 4194304 10345943 140733857466352 18446744073709551615 7588205 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24525/statm: 10592 8895 754 1502 0 9085 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42368

[startup+1.50092 s]
/proc/loadavg: 0.29 0.08 0.02 3/179 24526
/proc/meminfo: memFree=29141836/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=45396 CPUtime=1.49
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 17613 0 0 0 147 2 0 0 25 0 1 0 25509706 46485504 9344 4089446400 4194304 10345943 140733857466352 18446744073709551615 7606721 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24525/statm: 11349 9344 796 1502 0 9842 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45396

[startup+3.10063 s]
/proc/loadavg: 0.43 0.11 0.03 3/179 24526
/proc/meminfo: memFree=29141216/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=45168 CPUtime=3.09
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 19446 0 0 0 306 3 0 0 25 0 1 0 25509706 46252032 9332 4089446400 4194304 10345943 140733857466352 18446744073709551615 6566439 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24525/statm: 11292 9332 796 1502 0 9785 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45168

[startup+6.30104 s]
/proc/loadavg: 0.43 0.11 0.03 3/179 24526
/proc/meminfo: memFree=29141612/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=45440 CPUtime=6.3
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 21642 0 0 0 624 6 0 0 25 0 1 0 25509706 46530560 9429 4089446400 4194304 10345943 140733857466352 18446744073709551615 7606704 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24525/statm: 11360 9429 796 1502 0 9853 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 45440

[startup+12.7009 s]
/proc/loadavg: 0.67 0.17 0.05 3/179 24526
/proc/meminfo: memFree=29135748/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=45488 CPUtime=12.69
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 26030 0 0 0 1261 8 0 0 25 0 1 0 25509706 46579712 9402 4089446400 4194304 10345943 140733857466352 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24525/statm: 11372 9402 799 1502 0 9865 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45488

[startup+25.5005 s]
/proc/loadavg: 0.87 0.23 0.07 3/179 24527
/proc/meminfo: memFree=29114416/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=48896 CPUtime=25.49
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 45309 0 0 0 2533 16 0 0 25 0 1 0 25509706 50069504 10682 4089446400 4194304 10345943 140733857466352 18446744073709551615 9266104 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 12224 10682 804 1502 0 10717 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48896

[startup+51.1008 s]
/proc/loadavg: 1.33 0.39 0.13 3/179 24528
/proc/meminfo: memFree=29074884/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=54464 CPUtime=51.09
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 61221 0 0 0 5079 30 0 0 25 0 1 0 25509706 55771136 12097 4089446400 4194304 10345943 140733857466352 18446744073709551615 4288508 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 13616 12129 804 1502 0 12109 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54464

[startup+102.306 s]
/proc/loadavg: 1.73 0.66 0.23 3/179 24529
/proc/meminfo: memFree=29058888/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=56416 CPUtime=102.3
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 79601 0 0 0 10172 58 0 0 25 0 1 0 25509706 57769984 12442 4089446400 4194304 10345943 140733857466352 18446744073709551615 7570096 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 14104 12442 804 1502 0 12597 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 56416

[startup+162.3 s]
/proc/loadavg: 1.90 0.90 0.34 3/179 24530
/proc/meminfo: memFree=29043064/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=64120 CPUtime=162.29
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 105281 0 0 0 16140 89 0 0 25 0 1 0 25509706 65658880 14345 4089446400 4194304 10345943 140733857466352 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 16030 14345 804 1502 0 14523 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 64120

[startup+222.3 s]
/proc/loadavg: 1.96 1.10 0.44 3/179 24532
/proc/meminfo: memFree=29031728/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=69884 CPUtime=222.29
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 126046 0 0 0 22112 117 0 0 25 0 1 0 25509706 71561216 15631 4089446400 4194304 10345943 140733857466352 18446744073709551615 7569784 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 17471 15631 804 1502 0 15964 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 69884

[startup+282.3 s]
/proc/loadavg: 2.02 1.27 0.54 3/179 24534
/proc/meminfo: memFree=29024208/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=73696 CPUtime=282.3
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 143979 0 0 0 28086 144 0 0 25 0 1 0 25509706 75464704 16511 4089446400 4194304 10345943 140733857466352 18446744073709551615 7523551 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 18424 16511 804 1502 0 16917 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 73696

[startup+342.3 s]
/proc/loadavg: 2.00 1.40 0.63 3/179 24536
/proc/meminfo: memFree=29021400/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=73144 CPUtime=342.3
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 150903 0 0 0 34062 168 0 0 25 0 1 0 25509706 74899456 16723 4089446400 4194304 10345943 140733857466352 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 18286 16723 804 1502 0 16779 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 73144

[startup+402.3 s]
/proc/loadavg: 2.00 1.51 0.71 3/179 24537
/proc/meminfo: memFree=29019484/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=73144 CPUtime=402.3
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 155069 0 0 0 40038 192 0 0 25 0 1 0 25509706 74899456 16728 4089446400 4194304 10345943 140733857466352 18446744073709551615 6040009 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 18286 16728 804 1502 0 16779 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 73144

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.79 3/179 24538
/proc/meminfo: memFree=29003196/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=87068 CPUtime=462.3
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 161161 0 0 0 46013 217 0 0 25 0 1 0 25509706 89157632 19803 4089446400 4194304 10345943 140733857466352 18446744073709551615 6037177 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 21767 19803 804 1502 0 20260 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 87068

[startup+522.3 s]
/proc/loadavg: 2.00 1.67 0.86 3/179 24540
/proc/meminfo: memFree=29000916/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=87068 CPUtime=522.31
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 161224 0 0 0 51990 241 0 0 25 0 1 0 25509706 89157632 19866 4089446400 4194304 10345943 140733857466352 18446744073709551615 7588177 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 21767 19866 804 1502 0 20260 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 87068

[startup+582.3 s]
/proc/loadavg: 2.00 1.72 0.93 3/179 24545
/proc/meminfo: memFree=28998004/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=87068 CPUtime=582.31
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 161228 0 0 0 57966 265 0 0 25 0 1 0 25509706 89157632 19870 4089446400 4194304 10345943 140733857466352 18446744073709551615 6309709 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 21767 19870 804 1502 0 20260 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 87068

[startup+642.3 s]
/proc/loadavg: 2.00 1.77 1.00 3/179 24547
/proc/meminfo: memFree=28997888/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=87068 CPUtime=642.32
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 161238 0 0 0 63942 290 0 0 25 0 1 0 25509706 89157632 19880 4089446400 4194304 10345943 140733857466352 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 21767 19880 804 1502 0 20260 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 87068

[startup+702.3 s]

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

/proc/meminfo: memFree=28986996/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=87068 CPUtime=1062.32
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 161299 0 0 0 105782 450 0 0 25 0 1 0 25509706 89157632 19941 4089446400 4194304 10345943 140733857466352 18446744073709551615 6785404 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 21767 19941 804 1502 0 20260 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 87068

[startup+1122.3 s]
/proc/loadavg: 2.00 1.94 1.38 3/179 24559
/proc/meminfo: memFree=28984704/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=87068 CPUtime=1122.33
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 161378 0 0 0 111763 470 0 0 25 0 1 0 25509706 89157632 20020 4089446400 4194304 10345943 140733857466352 18446744073709551615 6929848 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 21767 20020 804 1502 0 20260 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 87068

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.42 3/179 24561
/proc/meminfo: memFree=28981540/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=87068 CPUtime=1182.33
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 161592 0 0 0 117742 491 0 0 25 0 1 0 25509706 89157632 20233 4089446400 4194304 10345943 140733857466352 18446744073709551615 7569574 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 21767 20233 804 1502 0 20260 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 87068

[startup+1242.3 s]
/proc/loadavg: 2.00 1.95 1.45 3/179 24563
/proc/meminfo: memFree=28978480/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=88200 CPUtime=1242.32
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 162121 0 0 0 123720 512 0 0 25 0 1 0 25509706 90316800 20761 4089446400 4194304 10345943 140733857466352 18446744073709551615 7569451 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 22050 20761 804 1502 0 20543 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 88200

[startup+1302.3 s]
/proc/loadavg: 2.07 1.98 1.49 3/179 24564
/proc/meminfo: memFree=28975176/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=88200 CPUtime=1302.33
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 162133 0 0 0 129697 536 0 0 25 0 1 0 25509706 90316800 20773 4089446400 4194304 10345943 140733857466352 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 22050 20773 804 1502 0 20543 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 88200

[startup+1362.3 s]
/proc/loadavg: 2.02 1.98 1.52 3/179 24565
/proc/meminfo: memFree=28973756/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=91116 CPUtime=1362.33
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 165202 0 0 0 135673 560 0 0 25 0 1 0 25509706 93302784 21177 4089446400 4194304 10345943 140733857466352 18446744073709551615 7569848 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 22779 21177 804 1502 0 21272 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 91116

[startup+1422.31 s]
/proc/loadavg: 2.01 1.98 1.55 3/179 24567
/proc/meminfo: memFree=28971972/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=93272 CPUtime=1422.34
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 166474 0 0 0 141653 581 0 0 25 0 1 0 25509706 95510528 21378 4089446400 4194304 10345943 140733857466352 18446744073709551615 7570096 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 23318 21378 804 1502 0 21811 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 93272

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.57 3/179 24569
/proc/meminfo: memFree=28971664/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=93284 CPUtime=1482.33
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 168197 0 0 0 147630 603 0 0 25 0 1 0 25509706 95522816 21508 4089446400 4194304 10345943 140733857466352 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 23321 21508 804 1502 0 21814 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 93284

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.59 3/179 24571
/proc/meminfo: memFree=28967376/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=96300 CPUtime=1542.34
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 172547 0 0 0 153609 625 0 0 25 0 1 0 25509706 98611200 22469 4089446400 4194304 10345943 140733857466352 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 24075 22469 804 1502 0 22568 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 96300

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.62 3/179 24572
/proc/meminfo: memFree=28962612/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=100260 CPUtime=1602.34
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 176385 0 0 0 159585 649 0 0 25 0 1 0 25509706 102666240 23312 4089446400 4194304 10345943 140733857466352 18446744073709551615 7509435 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 25065 23312 804 1502 0 23558 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 100260

[startup+1662.3 s]
/proc/loadavg: 2.08 1.99 1.64 3/179 24573
/proc/meminfo: memFree=28962052/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=100208 CPUtime=1662.34
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 181391 0 0 0 165562 672 0 0 25 0 1 0 25509706 102612992 23389 4089446400 4194304 10345943 140733857466352 18446744073709551615 7569550 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 25052 23389 804 1502 0 23545 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 100208

[startup+1722.3 s]
/proc/loadavg: 2.03 1.99 1.66 3/179 24575
/proc/meminfo: memFree=28961236/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=100480 CPUtime=1722.34
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 185566 0 0 0 171539 695 0 0 25 0 1 0 25509706 102891520 23484 4089446400 4194304 10345943 140733857466352 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 25120 23484 804 1502 0 23613 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 100480

[startup+1782.3 s]
/proc/loadavg: 2.01 1.99 1.68 3/179 24577
/proc/meminfo: memFree=28960176/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=100464 CPUtime=1782.34
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 193630 0 0 0 177514 720 0 0 25 0 1 0 25509706 102875136 23478 4089446400 4194304 10345943 140733857466352 18446744073709551615 7570001 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 25116 23478 804 1502 0 23609 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 100464

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

[startup+1785.5 s]
/proc/loadavg: 2.01 1.99 1.68 3/179 24577
/proc/meminfo: memFree=28960296/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=100464 CPUtime=1785.54
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 193639 0 0 0 177833 721 0 0 25 0 1 0 25509706 102875136 23487 4089446400 4194304 10345943 140733857466352 18446744073709551615 7569469 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 25116 23487 804 1502 0 23609 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 100464

[startup+1787.1 s]
/proc/loadavg: 2.01 1.99 1.68 3/179 24577
/proc/meminfo: memFree=28960296/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=100464 CPUtime=1787.14
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 193646 0 0 0 177993 721 0 0 25 0 1 0 25509706 102875136 23494 4089446400 4194304 10345943 140733857466352 18446744073709551615 5614786 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 25116 23494 804 1502 0 23609 0
Current children cumulated CPU time (s) 1787.14
Current children cumulated vsize (KiB) 100464

[startup+1788.7 s]
/proc/loadavg: 2.01 1.99 1.68 3/179 24577
/proc/meminfo: memFree=28960172/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=100464 CPUtime=1788.74
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 193651 0 0 0 178152 722 0 0 25 0 1 0 25509706 102875136 23499 4089446400 4194304 10345943 140733857466352 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 25116 23499 804 1502 0 23609 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 100464

[startup+1789.5 s]
/proc/loadavg: 2.01 1.99 1.68 3/179 24577
/proc/meminfo: memFree=28960172/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=100464 CPUtime=1789.54
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 193656 0 0 0 178232 722 0 0 25 0 1 0 25509706 102875136 23504 4089446400 4194304 10345943 140733857466352 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 25116 23504 804 1502 0 23609 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 100464

[startup+1789.9 s]
/proc/loadavg: 2.01 1.99 1.68 3/179 24577
/proc/meminfo: memFree=28960172/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=100464 CPUtime=1789.95
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 193656 0 0 0 178272 723 0 0 25 0 1 0 25509706 102875136 23504 4089446400 4194304 10345943 140733857466352 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 25116 23504 804 1502 0 23609 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 100464

[startup+1790 s]
/proc/loadavg: 2.01 1.99 1.68 3/179 24577
/proc/meminfo: memFree=28960172/32951124 swapFree=67111528/67111528
[pid=24525] ppid=24523 vsize=100464 CPUtime=1790.05
/proc/24525/stat : 24525 (pbscip.linux.x8) R 24523 24525 24322 0 -1 4202496 193656 0 0 0 178282 723 0 0 25 0 1 0 25509706 102875136 23504 4089446400 4194304 10345943 140733857466352 18446744073709551615 7569467 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24525/statm: 25116 23504 804 1502 0 23609 0
Current children cumulated CPU time (s) 1790.05
Current children cumulated vsize (KiB) 100464

Child status: 0
Real time (s): 1790.09
CPU time (s): 1790.15
CPU user time (s): 1782.91
CPU system time (s): 7.2349
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 102364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.91
system time used= 7.2349
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193738
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= 2
involuntary context switches= 3660

runsolver used 2.42563 second user time and 5.72913 second system time

The end

Launcher Data

Begin job on node109 at 2010-07-08 09:09:16
IDJOB=2705567
IDBENCH=78926
IDSOLVER=1214
FILE ID=node109/2705567-1278572956
PBS_JOBID= 11240236
Free space on /tmp= 73756 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551864--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705567-1278572956/watcher-2705567-1278572956 -o /tmp/evaluation-result-2705567-1278572956/solver-2705567-1278572956 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705567-1278572956.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c0a37f516cf4d2739ccd6d05a55220be
RANDOM SEED=820752671

node109.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.817
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.63
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.817
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.82
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.817
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.817
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.83
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.817
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.75
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.817
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.82
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.817
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.817
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29183896 kB
Buffers:        157856 kB
Cached:        3370016 kB
SwapCached:          0 kB
Active:        2023960 kB
Inactive:      1595284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29183896 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25720 kB
Writeback:           0 kB
AnonPages:       91916 kB
Mapped:          17532 kB
Slab:            82912 kB
PageTables:       5252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   235964 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= 73756 MiB
End job on node109 at 2010-07-08 09:39:07