Trace number 2705595

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.2 1790.15

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900564281--soft-66-100-0.wbo
MD5SUMa9f9ba62d7684b26a7c6c823c9992171
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark268.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 constraints911
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 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 705
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-2705595-1278572957.wbo>
0.00/0.02	c original problem has 2053 variables (1142 bin, 0 int, 911 impl, 0 cont) and 3619 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, 220 impls, 16 clqs
0.00/0.07	c (round 2) 0 del vars, 116 del conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.00/0.08	c (round 3) 50 del vars, 264 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.08/0.09	c (round 4) 130 del vars, 264 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.10	c (round 5) 130 del vars, 267 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.13	c    (0.1s) probing: 101/1077 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (6 rounds):
0.09/0.13	c  130 deleted vars, 267 deleted constraints, 926 tightened bounds, 0 added holes, 133 changed sides, 0 changed coefficients
0.09/0.13	c  1905 implications, 16 cliques
0.09/0.13	c presolved problem has 1923 variables (1077 bin, 0 int, 846 impl, 0 cont) and 3352 constraints
0.09/0.13	c      55 constraints of type <setppc>
0.09/0.13	c     846 constraints of type <linear>
0.09/0.13	c     846 constraints of type <indicator>
0.09/0.13	c    1605 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.10
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 1.2.1.3
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1789.98
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 3420
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.14	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.14	c   0.1s|     1 |     0 |    40 |     - |8860k|   0 |  29 |1923 |3352 |1923 |1660 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |   303 |     - |9031k|   0 |  45 |1923 |3352 |1923 |1678 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   901 |     - |9696k|   0 |  63 |1923 |3352 |1923 |1700 |  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |  1132 |     - |  10M|   0 | 125 |1923 |3352 |1923 |1706 |  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |  1458 |     - |  11M|   0 | 117 |1923 |3352 |1923 |1723 |  63 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.95	c   0.9s|     1 |     0 |  1880 |     - |  11M|   0 |  96 |1923 |3352 |1923 |1736 |  76 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.23	c   1.2s|     1 |     0 |  2727 |     - |  11M|   0 |  94 |1923 |3352 |1923 |1745 |  85 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.78	c   2.8s|     1 |     2 |  2727 |     - |  11M|   0 |  94 |1923 |3352 |1923 |1745 |  85 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
9.69/9.74	o 42201
9.69/9.74	c y 9.7s|    16 |    15 |  5332 | 173.7 |  11M|  14 |   - |1923 |3352 |   0 |   0 | 103 |   0 | 383 | 0.000000e+00 | 4.220100e+04 |    Inf 
30.20/30.24	o 238
30.20/30.24	c *30.2s|  4149 |  1453 | 43690 |   9.9 |  17M|  97 |   - |1923 |3480 |1923 |1758 |1701 | 134 | 648 | 0.000000e+00 | 2.380000e+02 |    Inf 
30.39/30.44	o 230
30.39/30.44	c *30.4s|  4238 |  1468 | 44357 |   9.8 |  17M|  97 |   - |1923 |3519 |1923 |1753 |1764 | 175 | 648 | 0.000000e+00 | 2.300000e+02 |    Inf 
30.39/30.49	o 217
30.39/30.49	c *30.5s|  4253 |  1386 | 44685 |   9.9 |  17M|  97 |   - |1923 |3527 |1923 |1750 |1781 | 183 | 648 | 0.000000e+00 | 2.170000e+02 |    Inf 
30.49/30.55	o 204
30.49/30.55	c *30.5s|  4270 |  1272 | 44954 |   9.9 |  17M|  97 |   - |1923 |3536 |1923 |1750 |1798 | 193 | 648 | 0.000000e+00 | 2.040000e+02 |    Inf 
30.80/30.89	o 202
30.80/30.89	c *30.9s|  4388 |  1315 | 46606 |  10.0 |  17M|  97 |   - |1923 |3614 |1923 |1754 |1842 | 275 | 648 | 0.000000e+00 | 2.020000e+02 |    Inf 
30.89/30.93	o 197
30.89/30.93	c *30.9s|  4405 |  1269 | 46813 |  10.0 |  17M|  97 |   - |1923 |3623 |1923 |1750 |1843 | 288 | 648 | 0.000000e+00 | 1.970000e+02 |    Inf 
30.99/31.00	o 183
30.99/31.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.99/31.00	c *31.0s|  4438 |  1164 | 47099 |  10.0 |  17M|  97 |   - |1923 |3631 |1923 |1746 |1846 | 296 | 648 | 0.000000e+00 | 1.830000e+02 |    Inf 
30.99/31.07	o 161
30.99/31.07	c *31.0s|  4455 |   961 | 47529 |  10.1 |  17M|  97 |   - |1923 |3644 |1923 |1747 |1847 | 310 | 648 | 0.000000e+00 | 1.610000e+02 |    Inf 
30.99/31.09	o 153
30.99/31.09	c *31.1s|  4466 |   883 | 47642 |  10.1 |  17M|  97 |   - |1923 |3644 |1923 |1747 |1848 | 310 | 648 | 0.000000e+00 | 1.530000e+02 |    Inf 
31.09/31.12	o 129
31.09/31.12	c *31.1s|  4472 |   704 | 47794 |  10.1 |  17M|  97 |   - |1923 |3644 |1923 |1747 |1849 | 310 | 648 | 0.000000e+00 | 1.290000e+02 |    Inf 
31.09/31.12	o 124
31.09/31.12	c *31.1s|  4473 |   673 | 47807 |  10.1 |  17M|  97 |   - |1923 |3644 |1923 |1748 |1850 | 310 | 648 | 0.000000e+00 | 1.240000e+02 |    Inf 
31.09/31.15	o 112
31.09/31.15	c *31.1s|  4483 |   542 | 47940 |  10.1 |  16M|  97 |   - |1923 |3655 |1923 |1749 |1853 | 322 | 648 | 0.000000e+00 | 1.120000e+02 |    Inf 
31.09/31.16	o 111
31.09/31.16	c *31.1s|  4484 |   539 | 47945 |  10.1 |  16M|  97 |   - |1923 |3655 |1923 |1749 |1853 | 322 | 648 | 0.000000e+00 | 1.110000e+02 |    Inf 
31.09/31.19	o 98
31.09/31.19	c *31.2s|  4492 |   510 | 48131 |  10.1 |  16M|  97 |   - |1923 |3654 |1923 |1749 |1856 | 322 | 648 | 0.000000e+00 | 9.800000e+01 |    Inf 
31.19/31.24	o 95
31.19/31.24	c *31.2s|  4516 |   508 | 48257 |  10.1 |  16M|  97 |   - |1923 |3642 |1923 |1747 |1856 | 331 | 648 | 0.000000e+00 | 9.500000e+01 |    Inf 
31.19/31.28	o 92
31.19/31.28	c *31.3s|  4526 |   498 | 48510 |  10.1 |  16M|  97 |   - |1923 |3610 |1923 |1755 |1878 | 332 | 648 | 0.000000e+00 | 9.200000e+01 |    Inf 
31.29/31.33	o 76
31.29/31.33	c *31.3s|  4560 |   438 | 48593 |  10.1 |  16M|  97 |   - |1923 |3608 |1923 |1755 |1878 | 365 | 648 | 0.000000e+00 | 7.600000e+01 |    Inf 
31.29/31.34	o 74
31.29/31.34	c *31.3s|  4561 |   434 | 48597 |  10.1 |  16M|  97 |   - |1923 |3608 |1923 |1755 |1878 | 365 | 648 | 0.000000e+00 | 7.400000e+01 |    Inf 
31.29/31.39	o 64
31.29/31.39	c *31.4s|  4592 |   207 | 48723 |  10.0 |  16M|  97 |   - |1923 |3511 |1923 |1755 |1879 | 419 | 648 | 0.000000e+00 | 6.400000e+01 |    Inf 
49.09/49.17	c  49.1s| 10000 |   551 |153343 |  15.1 |  19M|  97 |  19 |1923 |7050 |1923 |1733 |3071 |6712 | 868 | 0.000000e+00 | 6.400000e+01 |    Inf 
73.49/73.54	c  73.5s| 20000 |   664 |279738 |  13.9 |  23M|  97 |  20 |1923 |9729 |1923 |1733 |5033 |  19k|1161 | 0.000000e+00 | 6.400000e+01 |    Inf 
86.99/87.03	o 58
86.99/87.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.99/87.03	c *87.0s| 25517 |   781 |350183 |  13.6 |  25M|  97 |   - |1923 |  11k|1923 |1745 |5858 |  26k|1364 | 0.000000e+00 | 5.800000e+01 |    Inf 
95.39/95.41	o 48
95.39/95.41	c *95.4s| 29211 |   881 |393750 |  13.4 |  26M|  97 |   - |1923 |  11k|1923 |1740 |6527 |  30k|1382 | 0.000000e+00 | 4.800000e+01 |    Inf 
95.39/95.43	o 47
95.39/95.43	c *95.4s| 29218 |   880 |393799 |  13.4 |  26M|  97 |   - |1923 |  11k|1923 |1738 |6527 |  30k|1382 | 0.000000e+00 | 4.700000e+01 |    Inf 
95.60/95.64	o 39
95.60/95.64	c *95.6s| 29303 |   869 |394922 |  13.4 |  25M|  97 |   - |1923 |  11k|1923 |1733 |6538 |  30k|1382 | 0.000000e+00 | 3.900000e+01 |    Inf 
97.09/97.15	c  97.1s| 30000 |   884 |403214 |  13.4 |  25M|  97 |   - |1923 |  10k|   0 |   0 |6577 |  31k|1382 | 0.000000e+00 | 3.900000e+01 |    Inf 
98.59/98.65	o 35
98.59/98.65	c *98.6s| 30614 |   865 |412071 |  13.4 |  25M|  97 |   - |1923 |9980 |1923 |1741 |6630 |  32k|1383 | 0.000000e+00 | 3.500000e+01 |    Inf 
121.80/121.88	c   122s| 40000 |  1026 |557732 |  13.9 |  28M|  97 |   - |1923 |  10k|   0 |   0 |7724 |  43k|1441 | 0.000000e+00 | 3.500000e+01 |    Inf 
144.30/144.32	o 27
144.30/144.32	c * 144s| 48165 |  1090 |702204 |  14.5 |  28M|  97 |   - |1923 |  13k|1923 |1738 |8709 |  54k|1608 | 0.000000e+00 | 2.700000e+01 |    Inf 
144.30/144.32	o 7
144.30/144.32	c * 144s| 48166 |  1041 |702204 |  14.5 |  27M|  97 |   - |1923 |  13k|1923 |1738 |8709 |  54k|1608 | 0.000000e+00 | 7.000000e+00 |    Inf 
149.39/149.42	c   149s| 50000 |  1099 |735742 |  14.7 |  27M|  97 |  11 |1923 |  10k|1923 |1733 |9012 |  56k|1623 | 0.000000e+00 | 7.000000e+00 |    Inf 
177.90/177.91	c   178s| 60000 |  1575 |924196 |  15.4 |  30M|  97 |   - |1923 |  14k|   0 |   0 |  10k|  69k|1891 | 0.000000e+00 | 7.000000e+00 |    Inf 
205.00/205.04	c   205s| 70000 |  2096 |  1095k|  15.6 |  34M|  97 |   - |1923 |  16k|   0 |   0 |  12k|  82k|2168 | 0.000000e+00 | 7.000000e+00 |    Inf 
236.60/236.62	c   237s| 80000 |  2554 |  1306k|  16.3 |  36M|  97 |   - |1923 |  17k|   0 |   0 |  13k|  95k|2386 | 0.000000e+00 | 7.000000e+00 |    Inf 
265.90/265.92	c   266s| 90000 |  2731 |  1494k|  16.6 |  37M|  97 |   9 |1923 |  15k|1923 |1733 |  14k| 108k|2667 | 0.000000e+00 | 7.000000e+00 |    Inf 
292.40/292.50	c   292s|100000 |  2873 |  1663k|  16.6 |  38M|  97 |   - |1923 |  14k|   0 |   0 |  16k| 122k|2864 | 0.000000e+00 | 7.000000e+00 |    Inf 
319.50/319.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
319.50/319.51	c   319s|110000 |  3109 |  1838k|  16.7 |  41M|  97 |   - |1923 |  16k|   0 |   0 |  18k| 135k|3040 | 0.000000e+00 | 7.000000e+00 |    Inf 
346.80/346.84	c   347s|120000 |  3178 |  2000k|  16.7 |  42M|  97 |   - |1923 |  18k|   0 |   0 |  19k| 148k|3287 | 0.000000e+00 | 7.000000e+00 |    Inf 
374.30/374.36	c   374s|130000 |  3434 |  2171k|  16.7 |  45M|  97 |  24 |1923 |  21k|1923 |1733 |  21k| 161k|3470 | 0.000000e+00 | 7.000000e+00 |    Inf 
401.71/401.78	c   402s|140000 |  3502 |  2336k|  16.7 |  46M|  97 |   - |1923 |  20k|1923 |1733 |  23k| 174k|3614 | 0.000000e+00 | 7.000000e+00 |    Inf 
431.60/431.69	c   432s|150000 |  3139 |  2503k|  16.7 |  42M|  97 |   - |1923 |9418 |1923 |1743 |  24k| 188k|4253 | 0.000000e+00 | 7.000000e+00 |    Inf 
458.61/458.67	c   459s|160000 |  2944 |  2676k|  16.7 |  41M|  97 |   - |1923 |9462 |1923 |1733 |  25k| 201k|4364 | 0.000000e+00 | 7.000000e+00 |    Inf 
483.00/483.06	c   483s|170000 |  3001 |  2831k|  16.6 |  43M|  97 |   - |1923 |  13k|   0 |   0 |  26k| 215k|4495 | 0.000000e+00 | 7.000000e+00 |    Inf 
509.60/509.68	c   510s|180000 |  2903 |  2997k|  16.6 |  43M|  97 |  16 |1923 |  12k|1923 |1733 |  28k| 228k|4643 | 0.000000e+00 | 7.000000e+00 |    Inf 
538.71/538.71	c   539s|190000 |  2781 |  3178k|  16.7 |  43M|  97 |   - |1923 |  10k|   0 |   0 |  28k| 241k|4802 | 0.000000e+00 | 7.000000e+00 |    Inf 
567.31/567.38	c   567s|200000 |  2614 |  3358k|  16.8 |  42M|  97 |  25 |1923 |  10k|1923 |1733 |  29k| 255k|5017 | 0.000000e+00 | 7.000000e+00 |    Inf 
592.11/592.10	c   592s|210000 |  2490 |  3514k|  16.7 |  42M|  97 |   - |1923 |  13k|   0 |   0 |  30k| 268k|5178 | 0.000000e+00 | 7.000000e+00 |    Inf 
616.91/616.95	c   617s|220000 |  2732 |  3664k|  16.6 |  45M|  97 |  30 |1923 |  16k|1923 |1733 |  30k| 280k|5294 | 0.000000e+00 | 7.000000e+00 |    Inf 
643.41/643.48	c   643s|230000 |  2913 |  3820k|  16.6 |  47M|  97 |   9 |1923 |  17k|1923 |1733 |  31k| 293k|5427 | 0.000000e+00 | 7.000000e+00 |    Inf 
668.91/668.99	c   669s|240000 |  2996 |  3963k|  16.5 |  48M|  97 |   - |1923 |  18k|   0 |   0 |  32k| 307k|5546 | 0.000000e+00 | 7.000000e+00 |    Inf 
695.81/695.83	c   696s|250000 |  3410 |  4115k|  16.5 |  51M|  97 |  14 |1923 |  19k|1923 |1733 |  32k| 320k|5671 | 0.000000e+00 | 7.000000e+00 |    Inf 
721.11/721.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
721.11/721.10	c   721s|260000 |  3453 |  4252k|  16.3 |  53M|  97 |  19 |1923 |  22k|1923 |1733 |  33k| 333k|5765 | 0.000000e+00 | 7.000000e+00 |    Inf 
747.31/747.34	c   747s|270000 |  3490 |  4398k|  16.3 |  54M|  97 |  12 |1923 |  21k|1923 |1733 |  34k| 347k|5874 | 0.000000e+00 | 7.000000e+00 |    Inf 
773.32/773.39	c   773s|280000 |  3431 |  4545k|  16.2 |  54M|  97 |  28 |1923 |  19k|1923 |1733 |  34k| 361k|5973 | 0.000000e+00 | 7.000000e+00 |    Inf 
798.11/798.10	c   798s|290000 |  3544 |  4678k|  16.1 |  55M|  97 |   - |1923 |  21k|   0 |   0 |  35k| 374k|6115 | 0.000000e+00 | 7.000000e+00 |    Inf 
824.41/824.44	c   824s|300000 |  3634 |  4821k|  16.1 |  57M|  97 |   - |1923 |  23k|   0 |   0 |  36k| 388k|6216 | 0.000000e+00 | 7.000000e+00 |    Inf 
850.01/850.08	c   850s|310000 |  3859 |  4951k|  16.0 |  59M|  97 |  23 |1923 |  23k|1923 |1733 |  36k| 401k|6310 | 0.000000e+00 | 7.000000e+00 |    Inf 
876.62/876.61	c   877s|320000 |  3514 |  5090k|  15.9 |  55M|  97 |  22 |1923 |  14k|1923 |1733 |  37k| 415k|6401 | 0.000000e+00 | 7.000000e+00 |    Inf 
903.22/903.20	c   903s|330000 |  3558 |  5255k|  15.9 |  56M|  97 |  23 |1923 |  13k|1923 |1733 |  37k| 428k|6540 | 0.000000e+00 | 7.000000e+00 |    Inf 
929.61/929.69	c   930s|340000 |  2546 |  5405k|  15.9 |  47M|  97 |   - |1923 |  10k|   0 |   0 |  38k| 443k|6699 | 0.000000e+00 | 7.000000e+00 |    Inf 
954.73/954.70	c   955s|350000 |  1732 |  5560k|  15.9 |  39M|  97 |  34 |1923 |  11k|1923 |1733 |  39k| 457k|6834 | 0.000000e+00 | 7.000000e+00 |    Inf 
976.92/976.96	c   977s|360000 |  1951 |  5684k|  15.8 |  43M|  97 |   - |1923 |  17k|   0 |   0 |  39k| 470k|6973 | 0.000000e+00 | 7.000000e+00 |    Inf 
999.83/999.82	c  1000s|370000 |  2022 |  5811k|  15.7 |  44M|  97 |  13 |1923 |  18k|1923 |1733 |  40k| 483k|7025 | 0.000000e+00 | 7.000000e+00 |    Inf 
1023.42/1023.45	c  1023s|380000 |  2252 |  5936k|  15.6 |  46M|  97 |  16 |1923 |  19k|1923 |1733 |  41k| 496k|7086 | 0.000000e+00 | 7.000000e+00 |    Inf 
1032.62/1032.65	o 6
1032.62/1032.65	c *1033s|383864 |  2364 |  5984k|  15.6 |  47M|  97 |   - |1923 |  21k|1923 |1740 |  41k| 502k|7167 | 0.000000e+00 | 6.000000e+00 |    Inf 
1044.02/1044.02	o 4
1044.02/1044.02	c *1044s|388637 |  2186 |  6042k|  15.5 |  45M|  97 |   - |1923 |  21k|1923 |1733 |  41k| 508k|7216 | 0.000000e+00 | 4.000000e+00 |    Inf 
1047.23/1047.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1047.23/1047.23	c  1047s|390000 |  2194 |  6058k|  15.5 |  44M|  97 |  21 |1923 |  21k|1923 |1733 |  42k| 510k|7216 | 0.000000e+00 | 4.000000e+00 |    Inf 
1073.22/1073.20	c  1073s|400000 |  2331 |  6197k|  15.5 |  47M|  97 |  12 |1923 |  24k|1923 |1733 |  42k| 524k|7318 | 0.000000e+00 | 4.000000e+00 |    Inf 
1099.62/1099.66	c  1100s|410000 |  2540 |  6333k|  15.4 |  49M|  97 |  13 |1923 |  25k|1923 |1733 |  43k| 537k|7412 | 0.000000e+00 | 4.000000e+00 |    Inf 
1126.53/1126.53	c  1127s|420000 |  2543 |  6469k|  15.4 |  49M|  97 |  16 |1923 |  24k|1923 |1733 |  44k| 551k|7483 | 0.000000e+00 | 4.000000e+00 |    Inf 
1152.22/1152.25	c  1152s|430000 |  2553 |  6608k|  15.4 |  49M|  97 |   - |1923 |  22k|   0 |   0 |  45k| 565k|7568 | 0.000000e+00 | 4.000000e+00 |    Inf 
1181.03/1181.01	c  1181s|440000 |  2701 |  6761k|  15.4 |  52M|  97 |  24 |1923 |  27k|1923 |1733 |  47k| 579k|7642 | 0.000000e+00 | 4.000000e+00 |    Inf 
1208.33/1208.39	c  1208s|450000 |  2935 |  6908k|  15.3 |  54M|  97 |  16 |1923 |  28k|1923 |1733 |  48k| 593k|7719 | 0.000000e+00 | 4.000000e+00 |    Inf 
1238.83/1238.83	c  1239s|460000 |  3091 |  7061k|  15.3 |  57M|  97 |  20 |1923 |  32k|1923 |1733 |  49k| 607k|7793 | 0.000000e+00 | 4.000000e+00 |    Inf 
1269.23/1269.27	c  1269s|470000 |  3246 |  7211k|  15.3 |  59M|  97 |  29 |1923 |  32k|1923 |1740 |  50k| 621k|7876 | 0.000000e+00 | 4.000000e+00 |    Inf 
1300.53/1300.58	c  1301s|480000 |  3287 |  7375k|  15.4 |  61M|  97 |  29 |1923 |  37k|1923 |1733 |  51k| 635k|7939 | 0.000000e+00 | 4.000000e+00 |    Inf 
1330.83/1330.89	c  1331s|490000 |  3370 |  7512k|  15.3 |  63M|  97 |   - |1923 |  39k|1923 |1733 |  52k| 649k|8022 | 0.000000e+00 | 4.000000e+00 |    Inf 
1363.03/1363.01	c  1363s|500000 |  3579 |  7660k|  15.3 |  67M|  97 |  22 |1923 |  45k|1923 |1733 |  53k| 664k|8103 | 0.000000e+00 | 4.000000e+00 |    Inf 
1397.14/1397.10	c  1397s|510000 |  3823 |  7815k|  15.3 |  69M|  97 |  20 |1923 |  47k|1923 |1733 |  55k| 678k|8169 | 0.000000e+00 | 4.000000e+00 |    Inf 
1432.24/1432.24	c  1432s|520000 |  3983 |  7971k|  15.3 |  72M|  97 |   - |1923 |  49k|1923 |1744 |  56k| 693k|8244 | 0.000000e+00 | 4.000000e+00 |    Inf 
1466.14/1466.15	c  1466s|530000 |  4234 |  8113k|  15.3 |  74M|  97 |  21 |1923 |  49k|1923 |1745 |  57k| 707k|8280 | 0.000000e+00 | 4.000000e+00 |    Inf 
1501.23/1501.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1501.23/1501.29	c  1501s|540000 |  4295 |  8270k|  15.3 |  74M|  97 |  22 |1923 |  48k|1923 |1733 |  58k| 722k|8343 | 0.000000e+00 | 4.000000e+00 |    Inf 
1536.94/1536.92	c  1537s|550000 |  4230 |  8420k|  15.3 |  73M|  97 |   - |1923 |  43k|   0 |   0 |  59k| 736k|8416 | 0.000000e+00 | 4.000000e+00 |    Inf 
1569.04/1569.05	c  1569s|560000 |  4304 |  8560k|  15.3 |  74M|  97 |  13 |1923 |  42k|1923 |1733 |  61k| 750k|8534 | 0.000000e+00 | 4.000000e+00 |    Inf 
1601.94/1601.95	c  1602s|570000 |  4401 |  8706k|  15.3 |  74M|  97 |   - |1923 |  39k|   0 |   0 |  62k| 764k|8618 | 0.000000e+00 | 4.000000e+00 |    Inf 
1635.44/1635.49	c  1635s|580000 |  4494 |  8858k|  15.3 |  75M|  97 |   6 |1923 |  40k|1923 |1733 |  64k| 779k|8652 | 0.000000e+00 | 4.000000e+00 |    Inf 
1665.54/1665.56	c  1666s|590000 |  4713 |  8995k|  15.2 |  78M|  97 |  26 |1923 |  44k|1923 |1733 |  65k| 793k|8691 | 0.000000e+00 | 4.000000e+00 |    Inf 
1696.25/1696.20	c  1696s|600000 |  4804 |  9130k|  15.2 |  79M|  97 |  30 |1923 |  44k|1923 |1733 |  67k| 807k|8763 | 0.000000e+00 | 4.000000e+00 |    Inf 
1729.34/1729.33	c  1729s|610000 |  5153 |  9274k|  15.2 |  82M|  97 |   - |1923 |  47k|   0 |   0 |  68k| 821k|8835 | 0.000000e+00 | 4.000000e+00 |    Inf 
1762.84/1762.89	c  1763s|620000 |  5372 |  9425k|  15.2 |  85M|  97 |   - |1923 |  49k|1923 |1739 |  69k| 835k|8908 | 0.000000e+00 | 4.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.98
1790.04/1790.00	c Solving Nodes      : 627854
1790.04/1790.00	c Primal Bound       : +4.00000000000000e+00 (138 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.01	s SATISFIABLE
1790.04/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.04/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.04/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.04/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.04/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.04/1790.01	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.04/1790.01	v x104 -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.04/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 
1790.04/1790.01	v -x54 -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.04/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.04/1790.01	v -x1 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time       :    1789.98
1790.04/1790.01	c Original Problem   :
1790.04/1790.01	c   Problem name     : HOME/instance-2705595-1278572957.wbo
1790.04/1790.01	c   Variables        : 2053 (1142 binary, 0 integer, 911 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3619 initial, 3619 maximal
1790.04/1790.01	c Presolved Problem  :
1790.04/1790.01	c   Problem name     : t_HOME/instance-2705595-1278572957.wbo
1790.04/1790.01	c   Variables        : 1923 (1077 binary, 0 integer, 846 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3352 initial, 51328 maximal
1790.04/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.01	c   trivial          :       0.00         65          0          0          0          0          0          0          0
1790.04/1790.01	c   dualfix          :       0.00         65          0          0          0          0          0          0          0
1790.04/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.01	c   setppc           :       0.00          0          0          0          0          0          3          0          0
1790.04/1790.01	c   linear           :       0.06          0          0          0        926          0        199        133          0
1790.04/1790.01	c   indicator        :       0.00          0          0          0          0          0         65          0          0
1790.04/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   root node        :          -       1614          -          -       1614          -          -          -          -
1790.04/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   integral         :          0          0          0     354477          0        270       2752          0          0     673654
1790.04/1790.01	c   setppc           :         55          6    2711092      12887          1      55567    2428065          0          0          0
1790.04/1790.01	c   linear           :        846          6    2659535      15196          1      66508    9618918      70756          0          0
1790.04/1790.01	c   indicator        :        846          0    2585374      15190          1        325     898996          0          0          0
1790.04/1790.01	c   logicor          :       1605+         6    1416587       4031          1      87449    4987512          0          0          0
1790.04/1790.01	c   bounddisjunction :          0+         0     375628          0          0         40        426          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0       4031          1          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :      54.09       0.00       0.00      54.09       0.00
1790.04/1790.01	c   setppc           :      16.86       0.00      16.85       0.01       0.00
1790.04/1790.01	c   linear           :      56.47       0.00      56.10       0.37       0.00
1790.04/1790.01	c   indicator        :       8.94       0.01       8.53       0.40       0.00
1790.04/1790.01	c   logicor          :     221.65       0.00     221.61       0.04       0.00
1790.04/1790.01	c   bounddisjunction :       3.75       0.00       3.75       0.00       0.00
1790.04/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.51      25064          0        477
1790.04/1790.01	c   rootredcost      :       0.45         29          0        807
1790.04/1790.01	c   pseudoobj        :      40.52    2717519       2527     980232
1790.04/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.01	c   propagation      :       9.75     212091     211421    1263930       26.6       5953       25.0          -
1790.04/1790.01	c   infeasible LP    :      21.73     114742     114739     898040       43.9        803       19.7          0
1790.04/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.01	c   applied globally :          -          -          -     846515       28.6          -          -          -
1790.04/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.01	c   cut pool         :       0.00          5          -          -         25          -    (maximal pool size: 921)
1790.04/1790.01	c   redcost          :      13.45     355289          0       9092          0          0
1790.04/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.04/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.01	c   gomory           :       0.26          6          0          0       1500          0
1790.04/1790.01	c   strongcg         :       0.23          6          0          0       2121          0
1790.04/1790.01	c   cmir             :       0.04          6          0          0          0          0
1790.04/1790.01	c   flowcover        :       0.05          6          0          0          2          0
1790.04/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.04/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.04/1790.01	c Pricers            :       Time      Calls       Vars
1790.04/1790.01	c   problem variables:       0.00          0          0
1790.04/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   relpscost        :      53.78     339255        270       2752          0          0     673654
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :       0.54       4004          0          0          0          0       8020
1790.04/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.01	c   LP solutions     :       0.01          -         28
1790.04/1790.01	c   pseudo solutions :       0.00          -          0
1790.04/1790.01	c   feaspump         :       0.02          1          0
1790.04/1790.01	c   oneopt           :       0.31         25          0
1790.04/1790.01	c   crossover        :       0.58         12          0
1790.04/1790.01	c   veclendiving     :       0.32        155          0
1790.04/1790.01	c   coefdiving       :       0.34        156          0
1790.04/1790.01	c   fracdiving       :       0.42        156          0
1790.04/1790.01	c   linesearchdiving :       0.29        156          0
1790.04/1790.01	c   guideddiving     :       0.41        156          0
1790.04/1790.01	c   pscostdiving     :       0.28        156          0
1790.04/1790.01	c   objpscostdiving  :       0.15        114          0
1790.04/1790.01	c   rootsoldiving    :       0.21        114          0
1790.04/1790.01	c   trivial          :       0.00          2          0
1790.04/1790.01	c   simplerounding   :       0.46     339278          0
1790.04/1790.01	c   zirounding       :       0.20       1000          0
1790.04/1790.01	c   rounding         :       0.80       8131          0
1790.04/1790.01	c   shifting         :       0.82       2555          0
1790.04/1790.01	c   intshifting      :       0.01          0          0
1790.04/1790.01	c   twoopt           :       0.00          0          0
1790.04/1790.01	c   fixandinfer      :       0.00          0          0
1790.04/1790.01	c   intdiving        :       0.00          0          0
1790.04/1790.01	c   actconsdiving    :       0.00          0          0
1790.04/1790.01	c   octane           :       0.00          0          0
1790.04/1790.01	c   rens             :       0.04          1          0
1790.04/1790.01	c   rins             :       0.00          0          0
1790.04/1790.01	c   localbranching   :       0.00          0          0
1790.04/1790.01	c   mutation         :       0.00          0          0
1790.04/1790.01	c   dins             :       0.00          0          0
1790.04/1790.01	c   undercover       :       0.00          0          0
1790.04/1790.01	c   nlp              :       0.11          0          0
1790.04/1790.01	c   trysol           :       0.23        159        110
1790.04/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.01	c   dual LP          :    1017.42     463883    9528649      20.54    9365.54
1790.04/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.01	c   diving/probing LP:       1.34        906       7874       8.69    5862.45
1790.04/1790.01	c   strong branching :      50.09       8924     427658      47.92    8538.05
1790.04/1790.01	c     (at root node) :          -         15       9807     653.80          -
1790.04/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.01	c B&B Tree           :
1790.04/1790.01	c   number of runs   :          1
1790.04/1790.01	c   nodes            :     627854
1790.04/1790.01	c   nodes (total)    :     627854
1790.04/1790.01	c   nodes left       :       5426
1790.04/1790.01	c   max depth        :         97
1790.04/1790.01	c   max depth (total):         97
1790.04/1790.01	c   backtracks       :      91054 (14.5%)
1790.04/1790.01	c   delayed cutoffs  :      43737
1790.04/1790.01	c   repropagations   :     959476 (3622173 domain reductions, 39814 cutoffs)
1790.04/1790.01	c   avg switch length:       4.83
1790.04/1790.01	c   switching time   :     182.96
1790.04/1790.01	c Solution           :
1790.04/1790.01	c   Solutions found  :        138 (29 improvements)
1790.04/1790.01	c   First Solution   : +4.22010000000000e+04   (in run 1, after 15 nodes, 9.71 seconds, depth 15, found by <trysol>)
1790.04/1790.01	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 388637 nodes, 1043.99 seconds, depth 37, found by <relaxation>)
1790.04/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.01	c   Gap              :   infinite
1790.04/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.01	c   Root Iterations  :       2727
1790.14/1790.14	c Time complete: 1790.19.

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-2705595-1278572957/watcher-2705595-1278572957 -o /tmp/evaluation-result-2705595-1278572957/solver-2705595-1278572957 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705595-1278572957.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.47 0.12 0.04 4/182 30653
/proc/meminfo: memFree=29986144/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=12556 CPUtime=0
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 1981 0 0 0 0 0 0 0 23 0 1 0 25509073 12857344 1899 4089446400 4194304 10345943 140736506856416 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/30653/statm: 3139 1900 429 1502 0 1632 0

[startup+0.0935339 s]
/proc/loadavg: 0.47 0.12 0.04 4/182 30653
/proc/meminfo: memFree=29986144/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=27508 CPUtime=0.08
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 5921 0 0 0 8 0 0 0 23 0 1 0 25509073 28168192 5485 4089446400 4194304 10345943 140736506856416 18446744073709551615 5093790 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30653/statm: 6877 5485 550 1502 0 5370 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27508

[startup+0.10052 s]
/proc/loadavg: 0.47 0.12 0.04 4/182 30653
/proc/meminfo: memFree=29986144/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=27508 CPUtime=0.09
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 5924 0 0 0 9 0 0 0 23 0 1 0 25509073 28168192 5488 4089446400 4194304 10345943 140736506856416 18446744073709551615 5093487 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30653/statm: 6877 5488 553 1502 0 5370 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27508

[startup+0.300501 s]
/proc/loadavg: 0.47 0.12 0.04 4/182 30653
/proc/meminfo: memFree=29986144/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=36976 CPUtime=0.29
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 12039 0 0 0 28 1 0 0 23 0 1 0 25509073 37863424 7785 4089446400 4194304 10345943 140736506856416 18446744073709551615 9085806 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30653/statm: 9244 7785 747 1502 0 7737 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36976

[startup+0.700413 s]
/proc/loadavg: 0.47 0.12 0.04 4/182 30653
/proc/meminfo: memFree=29986144/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=42364 CPUtime=0.69
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 13392 0 0 0 68 1 0 0 25 0 1 0 25509073 43380736 9138 4089446400 4194304 10345943 140736506856416 18446744073709551615 7569486 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/30653/statm: 10591 9138 751 1502 0 9084 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42364

[startup+1.50028 s]
/proc/loadavg: 0.47 0.12 0.04 3/183 30654
/proc/meminfo: memFree=29951416/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=46572 CPUtime=1.49
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 17212 0 0 0 147 2 0 0 25 0 1 0 25509073 47689728 9603 4089446400 4194304 10345943 140736506856416 18446744073709551615 7569474 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30653/statm: 11643 9603 778 1502 0 10136 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46572

[startup+3.10099 s]
/proc/loadavg: 0.47 0.12 0.04 3/183 30654
/proc/meminfo: memFree=29933104/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=44864 CPUtime=3.09
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 17603 0 0 0 306 3 0 0 25 0 1 0 25509073 45940736 9389 4089446400 4194304 10345943 140736506856416 18446744073709551615 7590964 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 11216 9389 779 1502 0 9709 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44864

[startup+6.30041 s]
/proc/loadavg: 0.68 0.17 0.05 3/183 30655
/proc/meminfo: memFree=29943900/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=46484 CPUtime=6.29
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 20045 0 0 0 625 4 0 0 25 0 1 0 25509073 47599616 9469 4089446400 4194304 10345943 140736506856416 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 11621 9469 779 1502 0 10114 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46484

[startup+12.7002 s]
/proc/loadavg: 0.78 0.20 0.06 3/183 30655
/proc/meminfo: memFree=29934348/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=46460 CPUtime=12.69
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 26538 0 0 0 1261 8 0 0 25 0 1 0 25509073 47575040 9544 4089446400 4194304 10345943 140736506856416 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 11615 9544 781 1502 0 10108 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46460

[startup+25.5009 s]
/proc/loadavg: 1.19 0.32 0.10 3/183 30656
/proc/meminfo: memFree=29913012/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=46964 CPUtime=25.49
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 40607 0 0 0 2534 15 0 0 25 0 1 0 25509073 48091136 10293 4089446400 4194304 10345943 140736506856416 18446744073709551615 6785218 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 11741 10293 786 1502 0 10234 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46964

[startup+51.1003 s]
/proc/loadavg: 1.46 0.45 0.15 3/183 30656
/proc/meminfo: memFree=29857284/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=65724 CPUtime=51.09
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 67992 0 0 0 5081 28 0 0 25 0 1 0 25509073 67301376 14983 4089446400 4194304 10345943 140736506856416 18446744073709551615 6068911 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 16431 14983 789 1502 0 14924 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65724

[startup+102.307 s]
/proc/loadavg: 1.83 0.71 0.25 3/183 30658
/proc/meminfo: memFree=29764716/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=82448 CPUtime=102.3
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 102934 0 0 0 10176 54 0 0 25 0 1 0 25509073 84426752 19247 4089446400 4194304 10345943 140736506856416 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 20612 19247 801 1502 0 19105 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 82448

[startup+162.301 s]
/proc/loadavg: 1.94 0.94 0.36 3/183 30659
/proc/meminfo: memFree=29711508/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=92908 CPUtime=162.29
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 126121 0 0 0 16147 82 0 0 25 0 1 0 25509073 95137792 21792 4089446400 4194304 10345943 140736506856416 18446744073709551615 7794519 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 23227 21792 802 1502 0 21720 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92908

[startup+222.301 s]
/proc/loadavg: 2.09 1.16 0.47 3/183 30660
/proc/meminfo: memFree=29677252/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=98660 CPUtime=222.3
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 150252 0 0 0 22118 112 0 0 25 0 1 0 25509073 101027840 23265 4089446400 4194304 10345943 140736506856416 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 24665 23265 802 1502 0 23158 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 98660

[startup+282.3 s]
/proc/loadavg: 2.03 1.31 0.56 3/183 30662
/proc/meminfo: memFree=29657856/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=102628 CPUtime=282.3
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 168780 0 0 0 28088 142 0 0 25 0 1 0 25509073 105091072 24075 4089446400 4194304 10345943 140736506856416 18446744073709551615 6325592 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 25657 24075 802 1502 0 24150 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 102628

[startup+342.3 s]
/proc/loadavg: 2.01 1.43 0.65 3/183 30664
/proc/meminfo: memFree=29640948/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=106856 CPUtime=342.3
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 181064 0 0 0 34059 171 0 0 25 0 1 0 25509073 109420544 25088 4089446400 4194304 10345943 140736506856416 18446744073709551615 6520306 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 26714 25088 802 1502 0 25207 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 106856

[startup+402.3 s]
/proc/loadavg: 2.00 1.53 0.73 3/183 30666
/proc/meminfo: memFree=29627384/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=111004 CPUtime=402.3
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 192654 0 0 0 40032 198 0 0 25 0 1 0 25509073 113668096 26260 4089446400 4194304 10345943 140736506856416 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 27751 26260 802 1502 0 26244 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 111004

[startup+462.3 s]
/proc/loadavg: 2.00 1.62 0.81 3/183 30667
/proc/meminfo: memFree=29614312/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=112972 CPUtime=462.31
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 208744 0 0 0 46004 227 0 0 25 0 1 0 25509073 115683328 26869 4089446400 4194304 10345943 140736506856416 18446744073709551615 6875501 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 28243 26869 804 1502 0 26736 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 112972

[startup+522.301 s]
/proc/loadavg: 2.00 1.68 0.88 3/183 30668
/proc/meminfo: memFree=29610308/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=112984 CPUtime=522.3
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 223468 0 0 0 51976 254 0 0 25 0 1 0 25509073 115695616 26721 4089446400 4194304 10345943 140736506856416 18446744073709551615 7580816 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 28246 26721 804 1502 0 26739 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 112984

[startup+582.301 s]
/proc/loadavg: 2.07 1.75 0.95 3/183 30673
/proc/meminfo: memFree=29602676/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=114716 CPUtime=582.31
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 240088 0 0 0 57948 283 0 0 25 0 1 0 25509073 117469184 27183 4089446400 4194304 10345943 140736506856416 18446744073709551615 4967933 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 28679 27183 804 1502 0 27172 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 114716

[startup+642.301 s]
/proc/loadavg: 2.02 1.80 1.02 3/183 30675
/proc/meminfo: memFree=29594540/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=117628 CPUtime=642.31
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 245644 0 0 0 63923 308 0 0 25 0 1 0 25509073 120451072 27633 4089446400 4194304 10345943 140736506856416 18446744073709551615 7522155 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 29407 27633 804 1502 0 27900 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 117628

[startup+702.301 s]

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

/proc/meminfo: memFree=29568148/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=128460 CPUtime=1002.32
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 294161 0 0 0 99771 461 0 0 25 0 1 0 25509073 131543040 30336 4089446400 4194304 10345943 140736506856416 18446744073709551615 6864730 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 32115 30336 804 1502 0 30608 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 128460

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.36 3/183 30686
/proc/meminfo: memFree=29566120/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=128736 CPUtime=1062.32
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 310027 0 0 0 105750 482 0 0 25 0 1 0 25509073 131825664 30719 4089446400 4194304 10345943 140736506856416 18446744073709551615 4644869 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 32184 30719 804 1502 0 30677 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 128736

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.40 3/183 30687
/proc/meminfo: memFree=29565084/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=130824 CPUtime=1122.32
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 315881 0 0 0 111728 504 0 0 25 0 1 0 25509073 133963776 30740 4089446400 4194304 10345943 140736506856416 18446744073709551615 8160440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 32706 30740 804 1502 0 31199 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 130824

[startup+1182.3 s]
/proc/loadavg: 2.03 1.97 1.44 3/183 30689
/proc/meminfo: memFree=29564796/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=129548 CPUtime=1182.32
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 323227 0 0 0 117706 526 0 0 25 0 1 0 25509073 132657152 30827 4089446400 4194304 10345943 140736506856416 18446744073709551615 5085432 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 32387 30827 804 1502 0 30880 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 129548

[startup+1242.3 s]
/proc/loadavg: 2.12 2.00 1.48 3/183 30691
/proc/meminfo: memFree=29559920/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=134088 CPUtime=1242.33
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 327798 0 0 0 123687 546 0 0 25 0 1 0 25509073 137306112 31822 4089446400 4194304 10345943 140736506856416 18446744073709551615 5085418 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 33522 31822 804 1502 0 32015 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 134088

[startup+1302.3 s]
/proc/loadavg: 2.17 2.03 1.52 3/183 30693
/proc/meminfo: memFree=29558160/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=134952 CPUtime=1302.33
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 330543 0 0 0 129665 568 0 0 25 0 1 0 25509073 138190848 32093 4089446400 4194304 10345943 140736506856416 18446744073709551615 6068915 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 33738 32093 804 1502 0 32231 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 134952

[startup+1362.3 s]
/proc/loadavg: 2.21 2.06 1.56 3/183 30694
/proc/meminfo: memFree=29552288/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=143056 CPUtime=1362.33
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 333721 0 0 0 135647 586 0 0 25 0 1 0 25509073 146489344 33742 4089446400 4194304 10345943 140736506856416 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 35764 33742 804 1502 0 34257 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 143056

[startup+1422.31 s]
/proc/loadavg: 2.07 2.04 1.58 3/183 30695
/proc/meminfo: memFree=29546556/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=148460 CPUtime=1422.34
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 335729 0 0 0 141630 604 0 0 25 0 1 0 25509073 152023040 35058 4089446400 4194304 10345943 140736506856416 18446744073709551615 6337501 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 37115 35058 804 1502 0 35608 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 148460

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 1.61 3/183 30697
/proc/meminfo: memFree=29542184/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=153464 CPUtime=1482.34
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 338241 0 0 0 147612 622 0 0 25 0 1 0 25509073 157147136 36041 4089446400 4194304 10345943 140736506856416 18446744073709551615 6702733 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 38366 36041 804 1502 0 36859 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 153464

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 1.63 3/183 30699
/proc/meminfo: memFree=29541532/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=152976 CPUtime=1542.33
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 339241 0 0 0 153596 637 0 0 25 0 1 0 25509073 156647424 36240 4089446400 4194304 10345943 140736506856416 18446744073709551615 4556749 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 38244 36240 804 1502 0 36737 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 152976

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.65 3/183 30701
/proc/meminfo: memFree=29539132/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=154828 CPUtime=1602.34
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 344919 0 0 0 159579 655 0 0 25 0 1 0 25509073 158543872 36429 4089446400 4194304 10345943 140736506856416 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 38707 36429 804 1502 0 37200 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 154828

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.67 3/183 30702
/proc/meminfo: memFree=29537860/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=155284 CPUtime=1662.34
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 348489 0 0 0 165560 674 0 0 25 0 1 0 25509073 159010816 36842 4089446400 4194304 10345943 140736506856416 18446744073709551615 9134628 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 38821 36842 804 1502 0 37314 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 155284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.68 3/183 30703
/proc/meminfo: memFree=29533608/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=159280 CPUtime=1722.34
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 354728 0 0 0 171539 695 0 0 25 0 1 0 25509073 163102720 37651 4089446400 4194304 10345943 140736506856416 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 39820 37651 804 1502 0 38313 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 159280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.70 3/183 30705
/proc/meminfo: memFree=29528236/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=163912 CPUtime=1782.34
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 356167 0 0 0 177523 711 0 0 25 0 1 0 25509073 167845888 38899 4089446400 4194304 10345943 140736506856416 18446744073709551615 8160726 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 40978 38899 804 1502 0 39471 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 163912

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.70 3/183 30705
/proc/meminfo: memFree=29528232/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=163912 CPUtime=1785.54
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 356168 0 0 0 177842 712 0 0 25 0 1 0 25509073 167845888 38900 4089446400 4194304 10345943 140736506856416 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 40978 38900 804 1502 0 39471 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 163912

[startup+1788.7 s]
/proc/loadavg: 2.08 2.02 1.71 2/178 30722
/proc/meminfo: memFree=29890096/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=163452 CPUtime=1788.75
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 356248 0 0 0 178162 713 0 0 25 0 1 0 25509073 167374848 38820 4089446400 4194304 10345943 140736506856416 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 40863 38820 804 1502 0 39356 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 163452

[startup+1789.5 s]
/proc/loadavg: 2.08 2.02 1.71 2/178 30722
/proc/meminfo: memFree=29890096/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=163452 CPUtime=1789.54
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 356265 0 0 0 178241 713 0 0 25 0 1 0 25509073 167374848 38837 4089446400 4194304 10345943 140736506856416 18446744073709551615 5085385 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 40863 38837 804 1502 0 39356 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 163452

[startup+1789.9 s]
/proc/loadavg: 2.08 2.02 1.71 2/178 30722
/proc/meminfo: memFree=29890840/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=163436 CPUtime=1789.94
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 356285 0 0 0 178281 713 0 0 25 0 1 0 25509073 167358464 38822 4089446400 4194304 10345943 140736506856416 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/30653/statm: 40859 38822 804 1502 0 39352 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 163436

[startup+1790.1 s]
/proc/loadavg: 2.08 2.02 1.71 2/178 30722
/proc/meminfo: memFree=29890840/32951124 swapFree=67111528/67111528
[pid=30653] ppid=30651 vsize=163904 CPUtime=1790.14
/proc/30653/stat : 30653 (pbscip.linux.x8) R 30651 30653 30506 0 -1 4202496 356574 0 0 0 178301 713 0 0 25 0 1 0 25509073 167837696 39111 4089446400 4194304 10345943 140736506856416 18446744073709551615 6325548 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30653/statm: 40976 39111 805 1502 0 39469 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 163904

Child status: 0
Real time (s): 1790.15
CPU time (s): 1790.2
CPU user time (s): 1783.06
CPU system time (s): 7.14391
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 165052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.06
system time used= 7.14391
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356577
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= 1
involuntary context switches= 2975

runsolver used 2.87556 second user time and 6.89795 second system time

The end

Launcher Data

Begin job on node134 at 2010-07-08 09:09:18
IDJOB=2705595
IDBENCH=78940
IDSOLVER=1214
FILE ID=node134/2705595-1278572957
PBS_JOBID= 11240187
Free space on /tmp= 73704 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.1900564281--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-2705595-1278572957/watcher-2705595-1278572957 -o /tmp/evaluation-result-2705595-1278572957/solver-2705595-1278572957 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705595-1278572957.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a9f9ba62d7684b26a7c6c823c9992171
RANDOM SEED=418436627

node134.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.801
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.60
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.801
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.801
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.82
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.801
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.801
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.66
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.801
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.83
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.801
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.801
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:      29986672 kB
Buffers:        163148 kB
Cached:        2533188 kB
SwapCached:          0 kB
Active:        1390848 kB
Inactive:      1412904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29986672 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25776 kB
Writeback:           0 kB
AnonPages:      107292 kB
Mapped:          17640 kB
Slab:            95996 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254740 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73704 MiB
End job on node134 at 2010-07-08 09:39:08