Trace number 2705625

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.14 1790.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900573137--soft-66-100-0.wbo
MD5SUMa13978843da5adfb99f4aab775862f78
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 benchmark204.023
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 constraints925
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 46664
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46663
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 693
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-2705625-1278572959.wbo>
0.00/0.02	c original problem has 2081 variables (1156 bin, 0 int, 925 impl, 0 cont) and 3633 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, 218 impls, 14 clqs
0.00/0.06	c (round 2) 0 del vars, 113 del conss, 925 chg bounds, 45 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 14 clqs
0.06/0.07	c (round 3) 45 del vars, 158 del conss, 925 chg bounds, 45 chg sides, 0 chg coeffs, 1715 upgd conss, 218 impls, 14 clqs
0.06/0.08	c (round 4) 90 del vars, 218 del conss, 925 chg bounds, 45 chg sides, 0 chg coeffs, 1715 upgd conss, 218 impls, 14 clqs
0.09/0.12	c    (0.1s) probing: 101/1111 (9.1%) - 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  90 deleted vars, 218 deleted constraints, 925 tightened bounds, 0 added holes, 45 changed sides, 0 changed coefficients
0.09/0.12	c  1970 implications, 14 cliques
0.09/0.12	c presolved problem has 1991 variables (1111 bin, 0 int, 880 impl, 0 cont) and 3415 constraints
0.09/0.12	c       1 constraints of type <knapsack>
0.09/0.12	c      63 constraints of type <setppc>
0.09/0.12	c     880 constraints of type <linear>
0.09/0.12	c     880 constraints of type <indicator>
0.09/0.12	c    1591 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 |    30 |     - |8982k|   0 |  22 |1991 |3415 |1991 |1655 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    60 |     - |9121k|   0 |  29 |1991 |3415 |1991 |1668 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |    82 |     - |9393k|   0 |  27 |1991 |3415 |1991 |1680 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |    94 |     - |9713k|   0 |  29 |1991 |3415 |1991 |1688 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   159 |     - |  10M|   0 |  46 |1991 |3415 |1991 |1692 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   206 |     - |  10M|   0 |  53 |1991 |3415 |1991 |1699 |  44 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |   345 |     - |  10M|   0 |  59 |1991 |3415 |1991 |1706 |  51 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.67	c   1.6s|     1 |     2 |   345 |     - |  10M|   0 |  59 |1991 |3415 |1991 |1706 |  51 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
4.59/4.65	o 44621
4.59/4.65	c y 4.6s|    16 |    15 |  2619 | 151.6 |  10M|  14 |   - |1991 |3415 |   0 |   0 |  66 |   0 | 219 | 0.000000e+00 | 4.462100e+04 |    Inf 
10.68/10.72	o 505
10.68/10.72	c *10.7s|   102 |    81 |  5473 |  50.8 |  10M|  24 |   - |1991 |3441 |1991 |1710 | 149 |  26 | 683 | 0.000000e+00 | 5.050000e+02 |    Inf 
11.19/11.23	o 290
11.19/11.23	c *11.2s|   154 |    86 |  6189 |  38.2 |  11M|  25 |   - |1991 |3470 |1991 |1703 | 199 |  55 | 724 | 0.000000e+00 | 2.900000e+02 |    Inf 
11.79/11.89	o 259
11.79/11.89	c *11.9s|   330 |   140 |  8135 |  23.7 |  11M|  31 |   - |1991 |3616 |1991 |1703 | 277 | 201 | 784 | 0.000000e+00 | 2.590000e+02 |    Inf 
11.88/11.91	o 237
11.88/11.91	c *11.9s|   338 |   143 |  8153 |  23.2 |  11M|  31 |   - |1991 |3626 |1991 |1709 | 283 | 211 | 784 | 0.000000e+00 | 2.370000e+02 |    Inf 
12.00/12.06	o 187
12.00/12.06	c *12.0s|   404 |   144 |  8417 |  20.0 |  11M|  34 |   - |1991 |3702 |1991 |1707 | 318 | 292 | 801 | 0.000000e+00 | 1.870000e+02 |    Inf 
12.00/12.10	o 127
12.00/12.10	c *12.1s|   427 |   116 |  8456 |  19.0 |  11M|  38 |   - |1991 |3721 |1991 |1704 | 319 | 311 | 801 | 0.000000e+00 | 1.270000e+02 |    Inf 
12.79/12.83	o 125
12.79/12.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.79/12.83	c *12.8s|   590 |   137 | 10188 |  16.7 |  12M|  38 |   - |1991 |3866 |1991 |1708 | 345 | 488 | 871 | 0.000000e+00 | 1.250000e+02 |    Inf 
15.59/15.64	o 107
15.59/15.64	c *15.6s|  1899 |   245 | 19911 |  10.3 |  13M|  39 |   - |1991 |4471 |1991 |1712 | 659 |1989 | 980 | 0.000000e+00 | 1.070000e+02 |    Inf 
15.59/15.67	o 85
15.59/15.67	c *15.6s|  1911 |   229 | 20039 |  10.3 |  13M|  39 |   - |1991 |4477 |1991 |1705 | 661 |2000 | 980 | 0.000000e+00 | 8.500000e+01 |    Inf 
16.18/16.22	o 64
16.18/16.22	c *16.2s|  2174 |   219 | 21712 |   9.8 |  13M|  42 |   - |1991 |4303 |1991 |1711 | 725 |2296 | 986 | 0.000000e+00 | 6.400000e+01 |    Inf 
16.89/16.94	o 63
16.89/16.94	c *16.9s|  2449 |   248 | 24474 |   9.9 |  13M|  42 |   - |1991 |4123 |1991 |1703 | 758 |2587 |1005 | 0.000000e+00 | 6.300000e+01 |    Inf 
16.89/16.94	o 42
16.89/16.94	c *16.9s|  2450 |   235 | 24495 |   9.9 |  13M|  42 |   - |1991 |4123 |1991 |1704 | 759 |2587 |1005 | 0.000000e+00 | 4.200000e+01 |    Inf 
16.99/17.00	o 41
16.99/17.00	c *17.0s|  2475 |   234 | 24711 |   9.8 |  13M|  42 |   - |1991 |3902 |1991 |1703 | 766 |2616 |1005 | 0.000000e+00 | 4.100000e+01 |    Inf 
20.99/21.04	o 29
20.99/21.04	c *21.0s|  4035 |   345 | 48022 |  11.8 |  14M|  42 |   - |1991 |4345 |1991 |1703 |1142 |4424 |1085 | 0.000000e+00 | 2.900000e+01 |    Inf 
27.59/27.65	o 24
27.59/27.65	c R27.6s|  6768 |   619 | 84945 |  12.5 |  17M|  42 |   - |1991 |5354 |1991 |1712 |1864 |7833 |1199 | 0.000000e+00 | 2.400000e+01 |    Inf 
30.49/30.52	o 11
30.49/30.52	c *30.5s|  8054 |   496 |100411 |  12.4 |  16M|  42 |   - |1991 |4944 |1991 |1703 |2041 |9457 |1201 | 0.000000e+00 | 1.100000e+01 |    Inf 
35.69/35.72	c  35.7s| 10000 |   532 |133051 |  13.3 |  16M|  42 |  25 |1991 |5721 |1991 |1703 |2401 |  12k|1294 | 0.000000e+00 | 1.100000e+01 |    Inf 
58.59/58.64	c  58.6s| 20000 |   693 |268570 |  13.4 |  20M|  42 |   - |1991 |8743 |   0 |   0 |4281 |  24k|1592 | 0.000000e+00 | 1.100000e+01 |    Inf 
72.60/72.65	o 10
72.60/72.65	c *72.6s| 26114 |   547 |353916 |  13.5 |  19M|  49 |   - |1991 |9723 |1991 |1703 |5124 |  32k|1595 | 0.000000e+00 | 1.000000e+01 |    Inf 
72.99/73.02	o 7
72.99/73.02	c *73.0s| 26318 |   507 |355838 |  13.5 |  19M|  49 |   - |1991 |9583 |1991 |1710 |5175 |  33k|1595 | 0.000000e+00 | 7.000000e+00 |    Inf 
80.58/80.65	c  80.6s| 30000 |   490 |400527 |  13.3 |  19M|  49 |   1 |1991 |9244 |1991 |1703 |5895 |  37k|1598 | 0.000000e+00 | 7.000000e+00 |    Inf 
101.20/101.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.20/101.28	c   101s| 40000 |   599 |515018 |  12.9 |  21M|  49 |   - |1991 |  11k|   0 |   0 |7772 |  50k|1776 | 0.000000e+00 | 7.000000e+00 |    Inf 
123.89/123.92	c   124s| 50000 |   494 |638859 |  12.8 |  20M|  52 |   - |1991 |  11k|   0 |   0 |9278 |  64k|2127 | 0.000000e+00 | 7.000000e+00 |    Inf 
146.49/146.57	c   147s| 60000 |   467 |764841 |  12.7 |  21M|  52 |  16 |1991 |  14k|1991 |1717 |  11k|  77k|2424 | 0.000000e+00 | 7.000000e+00 |    Inf 
171.89/171.95	c   172s| 70000 |   445 |914072 |  13.1 |  23M|  52 |  14 |1991 |  16k|1991 |1711 |  12k|  90k|2715 | 0.000000e+00 | 7.000000e+00 |    Inf 
195.69/195.77	c   196s| 80000 |   525 |  1037k|  13.0 |  24M|  52 |  12 |1991 |  19k|1991 |1708 |  14k| 103k|2963 | 0.000000e+00 | 7.000000e+00 |    Inf 
200.10/200.12	o 1
200.10/200.12	c * 200s| 81696 |   373 |  1061k|  13.0 |  22M|  52 |   - |1991 |  16k|1991 |1711 |  14k| 105k|3006 | 0.000000e+00 | 1.000000e+00 |    Inf 
221.10/221.14	c   221s| 90000 |   546 |  1175k|  13.1 |  24M|  54 |   - |1991 |  18k|1991 |1703 |  15k| 116k|3173 | 0.000000e+00 | 1.000000e+00 |    Inf 
247.40/247.47	c   247s|100000 |   396 |  1321k|  13.2 |  23M|  55 |  31 |1991 |  16k|1991 |1711 |  16k| 130k|3400 | 0.000000e+00 | 1.000000e+00 |    Inf 
274.49/274.59	c   275s|110000 |   398 |  1479k|  13.5 |  24M|  58 |   - |1991 |  19k|   0 |   0 |  17k| 144k|3610 | 0.000000e+00 | 1.000000e+00 |    Inf 
300.79/300.88	c   301s|120000 |   441 |  1626k|  13.6 |  24M|  58 |   - |1991 |  18k|   0 |   0 |  18k| 157k|3768 | 0.000000e+00 | 1.000000e+00 |    Inf 
326.79/326.87	c   327s|130000 |   552 |  1773k|  13.6 |  26M|  58 |   - |1991 |  21k|   0 |   0 |  19k| 171k|3961 | 0.000000e+00 | 1.000000e+00 |    Inf 
354.20/354.22	c   354s|140000 |   599 |  1933k|  13.8 |  28M|  58 |   - |1991 |  25k|   0 |   0 |  19k| 185k|4120 | 0.000000e+00 | 1.000000e+00 |    Inf 
382.70/382.77	c   383s|150000 |   643 |  2087k|  13.9 |  28M|  58 |   - |1991 |  24k|   0 |   0 |  20k| 199k|4321 | 0.000000e+00 | 1.000000e+00 |    Inf 
410.39/410.46	c   410s|160000 |   636 |  2236k|  14.0 |  29M|  58 |   - |1991 |  26k|   0 |   0 |  21k| 214k|4456 | 0.000000e+00 | 1.000000e+00 |    Inf 
438.80/438.84	c   439s|170000 |   617 |  2388k|  14.0 |  29M|  58 |   - |1991 |  26k|   0 |   0 |  22k| 228k|4631 | 0.000000e+00 | 1.000000e+00 |    Inf 
467.20/467.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
467.20/467.22	c   467s|180000 |   622 |  2540k|  14.1 |  29M|  58 |   - |1991 |  26k|1991 |1703 |  23k| 243k|4755 | 0.000000e+00 | 1.000000e+00 |    Inf 
496.80/496.89	c   497s|190000 |   629 |  2700k|  14.2 |  30M|  61 |   - |1991 |  28k|   0 |   0 |  24k| 257k|4869 | 0.000000e+00 | 1.000000e+00 |    Inf 
525.70/525.71	c   526s|200000 |   652 |  2849k|  14.2 |  33M|  61 |   - |1991 |  33k|   0 |   0 |  25k| 272k|5016 | 0.000000e+00 | 1.000000e+00 |    Inf 
556.20/556.22	c   556s|210000 |   593 |  3005k|  14.3 |  31M|  70 |   1 |1991 |  29k|1991 |1711 |  26k| 288k|5116 | 0.000000e+00 | 1.000000e+00 |    Inf 
585.00/585.01	c   585s|220000 |   573 |  3172k|  14.4 |  29M|  70 |   - |1991 |  25k|   0 |   0 |  27k| 302k|5273 | 0.000000e+00 | 1.000000e+00 |    Inf 
613.10/613.11	c   613s|230000 |   589 |  3321k|  14.4 |  30M|  70 |  33 |1991 |  26k|1991 |1712 |  28k| 316k|5364 | 0.000000e+00 | 1.000000e+00 |    Inf 
640.41/640.44	c   640s|240000 |   582 |  3466k|  14.4 |  29M|  70 |   1 |1991 |  25k|1991 |1703 |  29k| 331k|5508 | 0.000000e+00 | 1.000000e+00 |    Inf 
667.61/667.61	c   668s|250000 |   523 |  3610k|  14.4 |  29M|  70 |   - |1991 |  25k|1991 |1703 |  30k| 345k|5622 | 0.000000e+00 | 1.000000e+00 |    Inf 
693.01/693.03	c   693s|260000 |   462 |  3744k|  14.4 |  29M|  70 |  15 |1991 |  25k|1991 |1703 |  31k| 359k|5703 | 0.000000e+00 | 1.000000e+00 |    Inf 
720.41/720.41	c   720s|270000 |   471 |  3887k|  14.4 |  29M|  70 |  19 |1991 |  25k|1991 |1721 |  33k| 373k|5824 | 0.000000e+00 | 1.000000e+00 |    Inf 
748.30/748.38	c   748s|280000 |   427 |  4030k|  14.4 |  30M|  70 |   - |1991 |  28k|   0 |   0 |  34k| 387k|5955 | 0.000000e+00 | 1.000000e+00 |    Inf 
775.91/775.94	c   776s|290000 |   589 |  4177k|  14.4 |  32M|  70 |  26 |1991 |  31k|1991 |1703 |  35k| 401k|6061 | 0.000000e+00 | 1.000000e+00 |    Inf 
802.51/802.54	c   803s|300000 |   490 |  4310k|  14.4 |  32M|  70 |   - |1991 |  31k|   0 |   0 |  37k| 416k|6132 | 0.000000e+00 | 1.000000e+00 |    Inf 
832.81/832.82	c   833s|310000 |   442 |  4470k|  14.4 |  31M|  70 |  16 |1991 |  30k|1991 |1703 |  38k| 430k|6263 | 0.000000e+00 | 1.000000e+00 |    Inf 
862.11/862.17	c   862s|320000 |   397 |  4623k|  14.4 |  32M|  70 |  18 |1991 |  33k|1991 |1703 |  39k| 444k|6363 | 0.000000e+00 | 1.000000e+00 |    Inf 
890.21/890.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
890.21/890.26	c   890s|330000 |   401 |  4755k|  14.4 |  31M|  70 |  32 |1991 |  31k|1991 |1709 |  41k| 457k|6526 | 0.000000e+00 | 1.000000e+00 |    Inf 
920.51/920.53	c   921s|340000 |   381 |  4907k|  14.4 |  31M|  70 |   - |1991 |  31k|1991 |1710 |  41k| 471k|6604 | 0.000000e+00 | 1.000000e+00 |    Inf 
951.41/951.43	c   951s|350000 |   396 |  5064k|  14.5 |  32M|  70 |   - |1991 |  32k|1991 |1717 |  43k| 484k|6721 | 0.000000e+00 | 1.000000e+00 |    Inf 
980.71/980.77	c   981s|360000 |   419 |  5205k|  14.5 |  33M|  70 |   7 |1991 |  34k|1991 |1710 |  44k| 498k|6824 | 0.000000e+00 | 1.000000e+00 |    Inf 
1011.61/1011.69	c  1012s|370000 |   495 |  5359k|  14.5 |  33M|  70 |   - |1991 |  36k|   0 |   0 |  45k| 511k|6912 | 0.000000e+00 | 1.000000e+00 |    Inf 
1041.61/1041.65	c  1042s|380000 |   534 |  5510k|  14.5 |  34M|  70 |  14 |1991 |  37k|1991 |1715 |  46k| 525k|6992 | 0.000000e+00 | 1.000000e+00 |    Inf 
1071.61/1071.64	c  1072s|390000 |   553 |  5652k|  14.5 |  34M|  70 |   - |1991 |  37k|   0 |   0 |  47k| 538k|7075 | 0.000000e+00 | 1.000000e+00 |    Inf 
1102.81/1102.88	c  1103s|400000 |   578 |  5808k|  14.5 |  36M|  70 |  23 |1991 |  40k|1991 |1711 |  48k| 552k|7149 | 0.000000e+00 | 1.000000e+00 |    Inf 
1133.71/1133.76	c  1134s|410000 |   500 |  5958k|  14.5 |  36M|  70 |   - |1991 |  40k|   0 |   0 |  49k| 566k|7245 | 0.000000e+00 | 1.000000e+00 |    Inf 
1165.01/1165.04	c  1165s|420000 |   468 |  6113k|  14.6 |  35M|  70 |  19 |1991 |  38k|1991 |1711 |  50k| 579k|7335 | 0.000000e+00 | 1.000000e+00 |    Inf 
1197.01/1197.05	c  1197s|430000 |   507 |  6267k|  14.6 |  36M|  70 |  26 |1991 |  41k|1991 |1711 |  51k| 594k|7428 | 0.000000e+00 | 1.000000e+00 |    Inf 
1227.31/1227.34	c  1227s|440000 |   572 |  6406k|  14.6 |  38M|  70 |  25 |1991 |  45k|1991 |1711 |  52k| 608k|7504 | 0.000000e+00 | 1.000000e+00 |    Inf 
1259.32/1259.38	c  1259s|450000 |   618 |  6549k|  14.6 |  40M|  70 |  27 |1991 |  49k|1991 |1711 |  52k| 622k|7572 | 0.000000e+00 | 1.000000e+00 |    Inf 
1292.91/1292.96	c  1293s|460000 |   525 |  6706k|  14.6 |  39M|  70 |  16 |1991 |  47k|1991 |1711 |  53k| 637k|7664 | 0.000000e+00 | 1.000000e+00 |    Inf 
1325.31/1325.34	c  1325s|470000 |   438 |  6853k|  14.6 |  36M|  70 |  24 |1991 |  40k|1991 |1711 |  54k| 651k|7750 | 0.000000e+00 | 1.000000e+00 |    Inf 
1356.32/1356.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1356.32/1356.33	c  1356s|480000 |   393 |  6996k|  14.6 |  35M|  70 |   - |1991 |  40k|   0 |   0 |  56k| 664k|7834 | 0.000000e+00 | 1.000000e+00 |    Inf 
1387.22/1387.21	c  1387s|490000 |   325 |  7136k|  14.6 |  34M|  70 |   - |1991 |  37k|   0 |   0 |  57k| 677k|7907 | 0.000000e+00 | 1.000000e+00 |    Inf 
1422.12/1422.11	c  1422s|500000 |   446 |  7295k|  14.6 |  35M|  70 |  21 |1991 |  38k|1991 |1703 |  58k| 690k|8187 | 0.000000e+00 | 1.000000e+00 |    Inf 
1457.82/1457.81	c  1458s|510000 |   268 |  7472k|  14.7 |  33M|  70 |   - |1991 |  36k|   0 |   0 |  59k| 704k|8208 | 0.000000e+00 | 1.000000e+00 |    Inf 
1487.42/1487.43	c  1487s|520000 |   370 |  7607k|  14.6 |  33M|  70 |   - |1991 |  35k|   0 |   0 |  60k| 717k|8349 | 0.000000e+00 | 1.000000e+00 |    Inf 
1515.62/1515.69	c  1516s|530000 |   429 |  7741k|  14.6 |  35M|  70 |  19 |1991 |  38k|1991 |1703 |  61k| 730k|8411 | 0.000000e+00 | 1.000000e+00 |    Inf 
1545.53/1545.51	c  1545s|540000 |   399 |  7881k|  14.6 |  34M|  70 |  14 |1991 |  35k|1991 |1710 |  62k| 744k|8487 | 0.000000e+00 | 1.000000e+00 |    Inf 
1578.12/1578.14	c  1578s|550000 |   616 |  8031k|  14.6 |  37M|  70 |  20 |1991 |  38k|1991 |1710 |  63k| 757k|8551 | 0.000000e+00 | 1.000000e+00 |    Inf 
1607.92/1607.92	c  1608s|560000 |   747 |  8162k|  14.6 |  39M|  70 |   - |1991 |  41k|   0 |   0 |  64k| 770k|8606 | 0.000000e+00 | 1.000000e+00 |    Inf 
1645.12/1645.12	c  1645s|570000 |   843 |  8324k|  14.6 |  40M|  70 |   - |1991 |  41k|   0 |   0 |  64k| 784k|8673 | 0.000000e+00 | 1.000000e+00 |    Inf 
1677.82/1677.81	c  1678s|580000 |   879 |  8474k|  14.6 |  40M|  70 |  24 |1991 |  40k|1991 |1718 |  65k| 797k|8739 | 0.000000e+00 | 1.000000e+00 |    Inf 
1710.63/1710.69	c  1711s|590000 |   932 |  8617k|  14.6 |  41M|  70 |   - |1991 |  40k|   0 |   0 |  66k| 811k|8793 | 0.000000e+00 | 1.000000e+00 |    Inf 
1740.32/1740.36	c  1740s|600000 |   932 |  8756k|  14.6 |  42M|  70 |   1 |1991 |  42k|1991 |1716 |  67k| 825k|8844 | 0.000000e+00 | 1.000000e+00 |    Inf 
1774.62/1774.61	c  1775s|610000 |   945 |  8917k|  14.6 |  42M|  70 |   - |1991 |  41k|   0 |   0 |  68k| 839k|8913 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.03/1790.00	c 
1790.03/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.00	c Solving Time (sec) : 1789.98
1790.03/1790.00	c Solving Nodes      : 613877
1790.03/1790.00	c Primal Bound       : +1.00000000000000e+00 (53 solutions)
1790.03/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.00	c Gap                : infinite
1790.03/1790.01	s SATISFIABLE
1790.03/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.03/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.03/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.03/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.03/1790.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.03/1790.01	v -x125 x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.03/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.03/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.03/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.03/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.03/1790.01	v -x1 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time       :    1789.98
1790.03/1790.01	c Original Problem   :
1790.03/1790.01	c   Problem name     : HOME/instance-2705625-1278572959.wbo
1790.03/1790.01	c   Variables        : 2081 (1156 binary, 0 integer, 925 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3633 initial, 3633 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705625-1278572959.wbo
1790.03/1790.01	c   Variables        : 1991 (1111 binary, 0 integer, 880 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3415 initial, 49516 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00         45          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00         45          0          0          0          0          0          0          0
1790.03/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   setppc           :       0.00          0          0          0          0          0         60          0          0
1790.03/1790.01	c   linear           :       0.04          0          0          0        925          0        113         45          0
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0         45          0          0
1790.03/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.03/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   root node        :          -       1760          -          -       1760          -          -          -          -
1790.03/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   integral         :          0          0          0     343575          0        203       2433          0          0     657774
1790.03/1790.01	c   knapsack         :          1          6    2755964      12487          1      41688    5694382          0          0          0
1790.03/1790.01	c   setppc           :         63          6    2717936      12495          1      48192    2346008          0          0          0
1790.03/1790.01	c   linear           :        880          6    2670443      12515          1      49150    3423769      68845          0          0
1790.03/1790.01	c   indicator        :        880          0     348915       2728          0        112     252146          0          0          0
1790.03/1790.01	c   logicor          :       1591+         6    1405406        193          1      85217    5276314          0          0          0
1790.03/1790.01	c   bounddisjunction :          0+         0     274594          0          0         72        158          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0        193          1          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :      41.24       0.00       0.00      41.24       0.00
1790.03/1790.01	c   knapsack         :      28.90       0.00      28.89       0.01       0.00
1790.03/1790.01	c   setppc           :      17.08       0.00      17.06       0.01       0.00
1790.03/1790.01	c   linear           :      41.01       0.00      40.62       0.39       0.00
1790.03/1790.01	c   indicator        :       1.45       0.00       1.40       0.05       0.00
1790.03/1790.01	c   logicor          :     262.19       0.00     262.19       0.00       0.00
1790.03/1790.01	c   bounddisjunction :       0.45       0.00       0.45       0.00       0.00
1790.03/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.03/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.01	c   vbounds          :       0.47       6564          1         44
1790.03/1790.01	c   rootredcost      :       0.45         20          0        880
1790.03/1790.01	c   pseudoobj        :      36.90    2761200       1003     265728
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :       9.47     225322     224897    1349350       26.7       7095       21.8          -
1790.03/1790.01	c   infeasible LP    :      19.83     101325     101325     779221       44.5        767       16.2          0
1790.03/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   pseudo solution  :       0.00          1          1         12       36.8          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -     844675       28.1          -          -          -
1790.03/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.01	c   cut pool         :       0.00          5          -          -         84          -    (maximal pool size: 434)
1790.03/1790.01	c   redcost          :      12.18     343802          0       4140          0          0
1790.03/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.03/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.01	c   gomory           :       0.16          6          0          0       1575          0
1790.03/1790.01	c   strongcg         :       0.14          6          0          0       2130          0
1790.03/1790.01	c   cmir             :       0.03          6          0          0          1          0
1790.03/1790.01	c   flowcover        :       0.05          6          0          0          1          0
1790.03/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.03/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.03/1790.01	c Pricers            :       Time      Calls       Vars
1790.03/1790.01	c   problem variables:       0.00          0          0
1790.03/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   relpscost        :      40.95     331048        203       2433          0          0     657774
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.02        176          0          0          0          0        352
1790.03/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.01	c   LP solutions     :       0.01          -         18
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   intshifting      :       0.01          0          0
1790.03/1790.01	c   oneopt           :       0.26         19          0
1790.03/1790.01	c   feaspump         :       0.02          1          0
1790.03/1790.01	c   crossover        :       0.50         15          0
1790.03/1790.01	c   veclendiving     :       0.44         85          0
1790.03/1790.01	c   linesearchdiving :       0.45         85          0
1790.03/1790.01	c   guideddiving     :       0.51         85          0
1790.03/1790.01	c   rootsoldiving    :       0.68         43          0
1790.03/1790.01	c   fracdiving       :       0.44         86          0
1790.03/1790.01	c   coefdiving       :       0.53         86          0
1790.03/1790.01	c   pscostdiving     :       0.40         86          0
1790.03/1790.01	c   objpscostdiving  :       0.51         44          0
1790.03/1790.01	c   trivial          :       0.00          2          0
1790.03/1790.01	c   simplerounding   :       0.48     331044          0
1790.03/1790.01	c   zirounding       :       0.21       1000          0
1790.03/1790.01	c   rounding         :       2.46      27456          1
1790.03/1790.01	c   shifting         :       0.75       2506          0
1790.03/1790.01	c   twoopt           :       0.00          0          0
1790.03/1790.01	c   fixandinfer      :       0.00          0          0
1790.03/1790.01	c   intdiving        :       0.00          0          0
1790.03/1790.01	c   actconsdiving    :       0.00          0          0
1790.03/1790.01	c   octane           :       0.00          0          0
1790.03/1790.01	c   rens             :       0.04          1          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.10          0          0
1790.03/1790.01	c   trysol           :       0.17         66         34
1790.03/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.01	c   dual LP          :     953.31     442723    8969381      20.26    9408.70
1790.03/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.01	c   diving/probing LP:       2.77       1726      18647      10.80    6733.66
1790.03/1790.01	c   strong branching :      37.55       8957     356177      39.77    9484.28
1790.03/1790.01	c     (at root node) :          -         15       8127     541.80          -
1790.03/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.01	c B&B Tree           :
1790.03/1790.01	c   number of runs   :          1
1790.03/1790.01	c   nodes            :     613877
1790.03/1790.01	c   nodes (total)    :     613877
1790.03/1790.01	c   nodes left       :        968
1790.03/1790.01	c   max depth        :         70
1790.03/1790.01	c   max depth (total):         70
1790.03/1790.01	c   backtracks       :      88298 (14.4%)
1790.03/1790.01	c   delayed cutoffs  :      42522
1790.03/1790.01	c   repropagations   :    1027170 (3320333 domain reductions, 41038 cutoffs)
1790.03/1790.01	c   avg switch length:       4.89
1790.03/1790.01	c   switching time   :     212.65
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :         53 (20 improvements)
1790.03/1790.01	c   First Solution   : +4.46210000000000e+04   (in run 1, after 15 nodes, 4.62 seconds, depth 15, found by <trysol>)
1790.03/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 81696 nodes, 200.10 seconds, depth 35, found by <relaxation>)
1790.03/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.01	c   Gap              :   infinite
1790.03/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.01	c   Root Iterations  :        345
1790.13/1790.10	c Time complete: 1790.13.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705625-1278572959/watcher-2705625-1278572959 -o /tmp/evaluation-result-2705625-1278572959/solver-2705625-1278572959 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705625-1278572959.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.31 0.08 0.02 3/178 21521
/proc/meminfo: memFree=29544360/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=12548 CPUtime=0
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 1972 0 0 0 0 0 0 0 25 0 1 0 25509838 12849152 1891 4089446400 4194304 10345943 140735139638112 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21521/statm: 3137 1891 429 1502 0 1630 0

[startup+0.069093 s]
/proc/loadavg: 0.31 0.08 0.02 3/178 21521
/proc/meminfo: memFree=29544360/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=27500 CPUtime=0.06
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 5910 0 0 0 6 0 0 0 25 0 1 0 25509838 28160000 5475 4089446400 4194304 10345943 140735139638112 18446744073709551615 9134724 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21521/statm: 6875 5475 541 1502 0 5368 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27500

[startup+0.101086 s]
/proc/loadavg: 0.31 0.08 0.02 3/178 21521
/proc/meminfo: memFree=29544360/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=27636 CPUtime=0.09
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 5989 0 0 0 9 0 0 0 25 0 1 0 25509838 28299264 5554 4089446400 4194304 10345943 140735139638112 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21521/statm: 6909 5554 570 1502 0 5402 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27636

[startup+0.301053 s]
/proc/loadavg: 0.31 0.08 0.02 3/178 21521
/proc/meminfo: memFree=29544360/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=36816 CPUtime=0.29
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 12257 0 0 0 27 2 0 0 25 0 1 0 25509838 37699584 7635 4089446400 4194304 10345943 140735139638112 18446744073709551615 6198204 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21521/statm: 9204 7635 759 1502 0 7697 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36816

[startup+0.70098 s]
/proc/loadavg: 0.31 0.08 0.02 3/178 21521
/proc/meminfo: memFree=29544360/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=46256 CPUtime=0.69
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 17364 0 0 0 66 3 0 0 25 0 1 0 25509838 47366144 9449 4089446400 4194304 10345943 140735139638112 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21521/statm: 11564 9449 780 1502 0 10057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46256

[startup+1.5009 s]
/proc/loadavg: 0.31 0.08 0.02 3/179 21522
/proc/meminfo: memFree=29508772/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=46256 CPUtime=1.49
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 17503 0 0 0 146 3 0 0 25 0 1 0 25509838 47366144 9588 4089446400 4194304 10345943 140735139638112 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21521/statm: 11564 9588 781 1502 0 10057 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46256

[startup+3.10062 s]
/proc/loadavg: 0.45 0.11 0.03 3/179 21522
/proc/meminfo: memFree=29508276/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=45780 CPUtime=3.09
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 18156 0 0 0 305 4 0 0 25 0 1 0 25509838 46878720 9556 4089446400 4194304 10345943 140735139638112 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21521/statm: 11445 9556 782 1502 0 9938 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45780

[startup+6.30099 s]
/proc/loadavg: 0.45 0.11 0.03 3/179 21522
/proc/meminfo: memFree=29506796/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=45432 CPUtime=6.28
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 22900 0 0 0 621 7 0 0 25 0 1 0 25509838 46522368 9533 4089446400 4194304 10345943 140735139638112 18446744073709551615 7569520 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 11358 9533 784 1502 0 9851 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 45432

[startup+12.7009 s]
/proc/loadavg: 0.69 0.17 0.06 3/179 21522
/proc/meminfo: memFree=29498116/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=47192 CPUtime=12.69
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 32898 0 0 0 1256 13 0 0 25 0 1 0 25509838 48324608 10201 4089446400 4194304 10345943 140735139638112 18446744073709551615 4694590 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 11798 10201 790 1502 0 10291 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47192

[startup+25.5006 s]
/proc/loadavg: 0.89 0.23 0.08 3/179 21523
/proc/meminfo: memFree=29448204/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=72220 CPUtime=25.49
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 60825 0 0 0 2526 23 0 0 25 0 1 0 25509838 73953280 16557 4089446400 4194304 10345943 140735139638112 18446744073709551615 4918145 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 18055 16557 792 1502 0 16548 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72220

[startup+51.101 s]
/proc/loadavg: 1.27 0.37 0.13 3/179 21523
/proc/meminfo: memFree=29439884/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=72268 CPUtime=51.08
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 61709 0 0 0 5074 34 0 0 25 0 1 0 25509838 74002432 16846 4089446400 4194304 10345943 140735139638112 18446744073709551615 6566396 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 18067 16846 805 1502 0 16560 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72268

[startup+102.307 s]
/proc/loadavg: 1.70 0.64 0.23 3/179 21525
/proc/meminfo: memFree=29436820/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=74164 CPUtime=102.3
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 63989 0 0 0 10178 52 0 0 25 0 1 0 25509838 75943936 16990 4089446400 4194304 10345943 140735139638112 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 18541 16990 805 1502 0 17034 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74164

[startup+162.3 s]
/proc/loadavg: 1.89 0.89 0.34 3/179 21526
/proc/meminfo: memFree=29429816/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=76460 CPUtime=162.29
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 69217 0 0 0 16150 79 0 0 25 0 1 0 25509838 78295040 17262 4089446400 4194304 10345943 140735139638112 18446744073709551615 7569550 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 19115 17262 805 1502 0 17608 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 76460

[startup+222.301 s]
/proc/loadavg: 1.96 1.09 0.44 3/179 21528
/proc/meminfo: memFree=29423832/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=78704 CPUtime=222.29
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 96211 0 0 0 22121 108 0 0 25 0 1 0 25509838 80592896 17989 4089446400 4194304 10345943 140735139638112 18446744073709551615 4217902 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 19676 17989 805 1502 0 18169 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 78704

[startup+282.301 s]
/proc/loadavg: 1.98 1.25 0.53 3/179 21529
/proc/meminfo: memFree=29419460/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=78416 CPUtime=282.3
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 118878 0 0 0 28094 136 0 0 25 0 1 0 25509838 80297984 18130 4089446400 4194304 10345943 140735139638112 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 19604 18130 806 1502 0 18097 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 78416

[startup+342.3 s]
/proc/loadavg: 1.99 1.39 0.62 3/179 21531
/proc/meminfo: memFree=29415700/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=81828 CPUtime=342.3
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 127626 0 0 0 34064 166 0 0 25 0 1 0 25509838 83791872 18935 4089446400 4194304 10345943 140735139638112 18446744073709551615 7569998 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 20457 18935 806 1502 0 18950 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 81828

[startup+402.301 s]
/proc/loadavg: 2.03 1.51 0.71 3/179 21533
/proc/meminfo: memFree=29411576/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=84320 CPUtime=402.29
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 135055 0 0 0 40038 191 0 0 25 0 1 0 25509838 86343680 19189 4089446400 4194304 10345943 140735139638112 18446744073709551615 6023261 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 21080 19189 806 1502 0 19573 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 84320

[startup+462.301 s]
/proc/loadavg: 2.01 1.60 0.79 3/179 21534
/proc/meminfo: memFree=29406940/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=85248 CPUtime=462.3
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 140017 0 0 0 46016 214 0 0 25 0 1 0 25509838 87293952 19647 4089446400 4194304 10345943 140735139638112 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 21312 19647 806 1502 0 19805 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 85248

[startup+522.3 s]
/proc/loadavg: 2.00 1.67 0.86 3/179 21536
/proc/meminfo: memFree=29402316/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=88384 CPUtime=522.3
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 149394 0 0 0 51990 240 0 0 25 0 1 0 25509838 90505216 20209 4089446400 4194304 10345943 140735139638112 18446744073709551615 6307558 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 22096 20209 806 1502 0 20589 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 88384

[startup+582.301 s]
/proc/loadavg: 2.00 1.72 0.93 3/179 21540
/proc/meminfo: memFree=29396532/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=88656 CPUtime=582.3
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 159202 0 0 0 57964 266 0 0 25 0 1 0 25509838 90783744 20429 4089446400 4194304 10345943 140735139638112 18446744073709551615 7569944 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 22164 20429 806 1502 0 20657 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 88656

[startup+642.3 s]
/proc/loadavg: 2.00 1.77 1.00 3/179 21542
/proc/meminfo: memFree=29395076/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=89092 CPUtime=642.31
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 167430 0 0 0 63937 294 0 0 25 0 1 0 25509838 91230208 20541 4089446400 4194304 10345943 140735139638112 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 22273 20541 806 1502 0 20766 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 89092

[startup+702.301 s]

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

/proc/meminfo: memFree=29384176/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=96420 CPUtime=1002.31
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 213100 0 0 0 99787 444 0 0 25 0 1 0 25509838 98734080 22095 4089446400 4194304 10345943 140735139638112 18446744073709551615 6519498 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 24105 22095 806 1502 0 22598 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 96420

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.35 3/179 21553
/proc/meminfo: memFree=29380664/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=96780 CPUtime=1062.32
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 217148 0 0 0 105765 467 0 0 25 0 1 0 25509838 99102720 22379 4089446400 4194304 10345943 140735139638112 18446744073709551615 6802957 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 24195 22379 806 1502 0 22688 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 96780

[startup+1122.3 s]
/proc/loadavg: 2.05 1.97 1.39 3/179 21555
/proc/meminfo: memFree=29379868/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=97308 CPUtime=1122.31
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 222862 0 0 0 111744 487 0 0 25 0 1 0 25509838 99643392 22503 4089446400 4194304 10345943 140735139638112 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 24327 22503 806 1502 0 22820 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 97308

[startup+1182.3 s]
/proc/loadavg: 2.02 1.97 1.43 3/179 21556
/proc/meminfo: memFree=29378220/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=97312 CPUtime=1182.31
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 228990 0 0 0 117722 509 0 0 25 0 1 0 25509838 99647488 22648 4089446400 4194304 10345943 140735139638112 18446744073709551615 6566392 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 24328 22648 806 1502 0 22821 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 97312

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.46 3/179 21558
/proc/meminfo: memFree=29374696/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=100960 CPUtime=1242.31
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 234241 0 0 0 123701 530 0 0 25 0 1 0 25509838 103383040 23180 4089446400 4194304 10345943 140735139638112 18446744073709551615 6777339 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 25240 23180 806 1502 0 23733 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 100960

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.49 3/179 21560
/proc/meminfo: memFree=29374036/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=101712 CPUtime=1302.32
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 237564 0 0 0 129683 549 0 0 25 0 1 0 25509838 104153088 23312 4089446400 4194304 10345943 140735139638112 18446744073709551615 7569816 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 25428 23312 806 1502 0 23921 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 101712

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/179 21561
/proc/meminfo: memFree=29373624/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=101556 CPUtime=1362.32
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 241750 0 0 0 135659 573 0 0 25 0 1 0 25509838 103993344 23291 4089446400 4194304 10345943 140735139638112 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 25389 23291 806 1502 0 23882 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 101556

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.55 3/179 21563
/proc/meminfo: memFree=29371208/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=102256 CPUtime=1422.32
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 248859 0 0 0 141639 593 0 0 25 0 1 0 25509838 104710144 23768 4089446400 4194304 10345943 140735139638112 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 25564 23768 806 1502 0 24057 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 102256

[startup+1482.3 s]
/proc/loadavg: 2.07 1.99 1.58 3/179 21564
/proc/meminfo: memFree=29370652/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=103896 CPUtime=1482.32
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 252680 0 0 0 147619 613 0 0 25 0 1 0 25509838 106389504 23820 4089446400 4194304 10345943 140735139638112 18446744073709551615 4471665 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 25974 23820 806 1502 0 24467 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 103896

[startup+1542.3 s]
/proc/loadavg: 2.02 1.99 1.60 3/179 21566
/proc/meminfo: memFree=29370108/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=103424 CPUtime=1542.32
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 255643 0 0 0 153599 633 0 0 25 0 1 0 25509838 105906176 24034 4089446400 4194304 10345943 140735139638112 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 25856 24034 806 1502 0 24349 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 103424

[startup+1602.3 s]
/proc/loadavg: 2.01 1.99 1.62 3/179 21568
/proc/meminfo: memFree=29368960/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=105300 CPUtime=1602.33
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 256386 0 0 0 159581 652 0 0 25 0 1 0 25509838 107827200 24138 4089446400 4194304 10345943 140735139638112 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 26325 24138 806 1502 0 24818 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 105300

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.64 3/179 21569
/proc/meminfo: memFree=29368912/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=103680 CPUtime=1662.32
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 258179 0 0 0 165560 672 0 0 25 0 1 0 25509838 106168320 24147 4089446400 4194304 10345943 140735139638112 18446744073709551615 7569554 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 25920 24147 806 1502 0 24413 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 103680

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.66 3/179 21571
/proc/meminfo: memFree=29366496/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=106644 CPUtime=1722.33
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 260509 0 0 0 171541 692 0 0 25 0 1 0 25509838 109203456 24506 4089446400 4194304 10345943 140735139638112 18446744073709551615 4471665 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 26661 24506 806 1502 0 25154 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 106644

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/179 21572
/proc/meminfo: memFree=29365832/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=105596 CPUtime=1782.33
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 263214 0 0 0 177522 711 0 0 25 0 1 0 25509838 108130304 24535 4089446400 4194304 10345943 140735139638112 18446744073709551615 7569791 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 26399 24535 806 1502 0 24892 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 105596

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

[startup+1785.5 s]
/proc/loadavg: 2.00 1.99 1.68 3/179 21573
/proc/meminfo: memFree=29365832/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=105604 CPUtime=1785.53
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 263593 0 0 0 177841 712 0 0 25 0 1 0 25509838 108138496 24544 4089446400 4194304 10345943 140735139638112 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 26401 24544 806 1502 0 24894 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 105604

[startup+1788.7 s]
/proc/loadavg: 2.00 1.99 1.68 3/179 21573
/proc/meminfo: memFree=29365828/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=105596 CPUtime=1788.73
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 263853 0 0 0 178160 713 0 0 25 0 1 0 25509838 108130304 24556 4089446400 4194304 10345943 140735139638112 18446744073709551615 6358306 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21521/statm: 26399 24556 806 1502 0 24892 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 105596

[startup+1789.5 s]
/proc/loadavg: 2.00 1.99 1.68 3/179 21573
/proc/meminfo: memFree=29365828/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=106088 CPUtime=1789.53
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 263878 0 0 0 178239 714 0 0 25 0 1 0 25509838 108634112 24581 4089446400 4194304 10345943 140735139638112 18446744073709551615 6068911 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21521/statm: 26522 24581 806 1502 0 25015 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 106088

[startup+1789.9 s]
/proc/loadavg: 2.00 1.99 1.68 2/174 21590
/proc/meminfo: memFree=29500772/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=106088 CPUtime=1789.93
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 263888 0 0 0 178279 714 0 0 25 0 1 0 25509838 108634112 24591 4089446400 4194304 10345943 140735139638112 18446744073709551615 6866216 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21521/statm: 26522 24591 806 1502 0 25015 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 106088

[startup+1790.1 s]
/proc/loadavg: 2.00 1.99 1.68 2/174 21590
/proc/meminfo: memFree=29500772/32950928 swapFree=67111528/67111528
[pid=21521] ppid=21519 vsize=102232 CPUtime=1790.13
/proc/21521/stat : 21521 (pbscip.linux.x8) R 21519 21521 21319 0 -1 4202496 264056 0 0 0 178299 714 0 0 18 0 1 0 25509838 104685568 23757 4089446400 4194304 10345943 140735139638112 18446744073709551615 4288007 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21521/statm: 25558 23500 807 1502 0 24051 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 102232

Child status: 0
Real time (s): 1790.11
CPU time (s): 1790.14
CPU user time (s): 1782.99
CPU system time (s): 7.15091
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 108032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.99
system time used= 7.15091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264059
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= 2880

runsolver used 3.19651 second user time and 6.21206 second system time

The end

Launcher Data

Begin job on node123 at 2010-07-08 09:09:19
IDJOB=2705625
IDBENCH=78955
IDSOLVER=1214
FILE ID=node123/2705625-1278572959
PBS_JOBID= 11240208
Free space on /tmp= 73616 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.1900573137--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-2705625-1278572959/watcher-2705625-1278572959 -o /tmp/evaluation-result-2705625-1278572959/solver-2705625-1278572959 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705625-1278572959.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a13978843da5adfb99f4aab775862f78
RANDOM SEED=902839186

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.80
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.848
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.79
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.848
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	: 5354.69
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.848
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.848
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.74
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.848
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:      29545012 kB
Buffers:        153648 kB
Cached:        2990776 kB
SwapCached:          0 kB
Active:        1029352 kB
Inactive:      2216568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29545012 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25672 kB
Writeback:           0 kB
AnonPages:      101268 kB
Mapped:          17528 kB
Slab:            95332 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   248212 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= 73616 MiB
End job on node123 at 2010-07-08 09:39:10