Trace number 2692928

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.17 1800.14

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552423--soft-66-100-0.wbo
MD5SUM2f4d2e59134ffbad904dde6d63a6f677
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark30.4694
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
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-2692928-1277910981.wbo>
0.02/0.02	c original problem has 2105 variables (1168 bin, 0 int, 0 impl, 937 cont) and 3645 constraints
0.02/0.02	c problem read
0.02/0.02	c presolving settings loaded
0.02/0.04	c presolving:
0.02/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1151 impls, 14 clqs
0.02/0.08	c (round 2) 0 del vars, 113 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 0 upgd conss, 1151 impls, 14 clqs
0.02/0.09	c (round 3) 49 del vars, 162 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 1707 upgd conss, 1151 impls, 14 clqs
0.09/0.10	c (round 4) 98 del vars, 162 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 1707 upgd conss, 1151 impls, 14 clqs
0.09/0.14	c    (0.1s) probing: 101/1119 (9.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (5 rounds):
0.09/0.14	c  98 deleted vars, 162 deleted constraints, 937 tightened bounds, 0 added holes, 49 changed sides, 0 changed coefficients
0.09/0.14	c  1151 implications, 14 cliques
0.09/0.14	c presolved problem has 2007 variables (1119 bin, 0 int, 0 impl, 888 cont) and 3483 constraints
0.09/0.14	c     888 constraints of type <indicator>
0.09/0.14	c      14 constraints of type <setppc>
0.09/0.14	c     888 constraints of type <linear>
0.09/0.14	c    1693 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.10
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 3420
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     0 |    27 |     - |8919k|   0 |  25 |2007 |3483 |2007 |1707 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	o 44536
0.09/0.19	c y 0.1s|     1 |     0 |   278 |     - |8958k|   0 |  25 |2007 |3483 |2007 |1707 |   0 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   328 |     - |9068k|   0 |  50 |2007 |3483 |2007 |1722 |  15 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   498 |     - |9470k|   0 |  60 |2007 |3483 |2007 |1739 |  32 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |   508 |     - |9508k|   0 |  68 |2007 |3483 |2007 |1746 |  39 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
1.19/1.20	c   1.1s|     1 |     2 |   508 |     - |9541k|   0 |  68 |2007 |3483 |2007 |1746 |  39 |   0 |  33 | 0.000000e+00 | 4.453600e+04 |    Inf 
7.39/7.46	o 555
7.39/7.46	c * 7.3s|   566 |   544 |  2771 |   4.0 |  11M|  51 |   - |2007 |3491 |2007 |1758 | 183 |   8 | 872 | 0.000000e+00 | 5.550000e+02 |    Inf 
10.19/10.21	o 506
10.19/10.21	c *10.0s|   996 |   916 |  5324 |   4.8 |  13M|  51 |   - |2007 |3551 |2007 |1754 | 390 |  68 |1439 | 0.000000e+00 | 5.060000e+02 |    Inf 
10.19/10.23	o 361
10.19/10.23	c *10.0s|  1000 |   740 |  5362 |   4.9 |  13M|  51 |   - |2007 |3551 |2007 |1763 | 400 |  68 |1439 | 0.000000e+00 | 3.610000e+02 |    Inf 
10.49/10.57	o 318
10.49/10.57	c *10.4s|  1101 |   750 |  6067 |   5.1 |  13M|  51 |   - |2007 |3604 |2007 |1751 | 509 | 121 |1493 | 0.000000e+00 | 3.180000e+02 |    Inf 
10.59/10.61	o 62
10.59/10.61	c *10.4s|  1123 |   131 |  6100 |   5.0 |  12M|  51 |   - |2007 |3614 |2007 |1749 | 523 | 131 |1493 | 0.000000e+00 | 6.200000e+01 |    Inf 
10.59/10.68	o 30
10.59/10.68	c *10.5s|  1150 |    55 |  6245 |   5.0 |  12M|  51 |   - |2007 |3274 |2007 |1747 | 528 | 144 |1499 | 0.000000e+00 | 3.000000e+01 |    Inf 
32.40/32.43	c  31.8s| 10000 |   346 | 97585 |   9.7 |  17M|  51 |   - |2007 |7171 |2007 |1742 |1282 |  11k|1912 | 0.000000e+00 | 3.000000e+01 |    Inf 
58.40/58.49	c  57.5s| 20000 |   483 |203560 |  10.2 |  19M|  51 |   8 |2007 |6234 |2007 |1742 |2111 |  24k|1917 | 0.000000e+00 | 3.000000e+01 |    Inf 
83.80/83.85	c  82.5s| 30000 |   669 |299181 |  10.0 |  22M|  51 |   - |2007 |  10k|   0 |   0 |2808 |  38k|2127 | 0.000000e+00 | 3.000000e+01 |    Inf 
111.50/111.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.50/111.51	c   110s| 40000 |   577 |398667 |  10.0 |  22M|  54 |  21 |2007 |9331 |2007 |1742 |3664 |  52k|2516 | 0.000000e+00 | 3.000000e+01 |    Inf 
138.69/138.74	c   136s| 50000 |   721 |495210 |   9.9 |  24M|  54 |   6 |2007 |  10k|2007 |1742 |4312 |  66k|2871 | 0.000000e+00 | 3.000000e+01 |    Inf 
164.80/164.81	c   162s| 60000 |   849 |583208 |   9.7 |  27M|  55 |   - |2007 |  10k|   0 |   0 |4874 |  80k|3120 | 0.000000e+00 | 3.000000e+01 |    Inf 
192.59/192.65	c   189s| 70000 |   877 |680756 |   9.7 |  28M|  55 |   1 |2007 |  10k|2007 |1742 |5475 |  94k|3418 | 0.000000e+00 | 3.000000e+01 |    Inf 
221.89/221.96	c   218s| 80000 |  1120 |789915 |   9.9 |  31M|  55 |  29 |2007 |  10k|2007 |1742 |5977 | 107k|3683 | 0.000000e+00 | 3.000000e+01 |    Inf 
250.40/250.41	c   246s| 90000 |  1332 |893815 |   9.9 |  36M|  55 |  19 |2007 |  14k|2007 |1742 |6460 | 120k|3924 | 0.000000e+00 | 3.000000e+01 |    Inf 
276.20/276.22	o 28
276.20/276.22	c * 272s| 99360 |  1330 |984287 |   9.9 |  36M|  55 |   - |2007 |  16k|2007 |1754 |7178 | 134k|4054 | 0.000000e+00 | 2.800000e+01 |    Inf 
277.80/277.81	c   273s|100000 |  1325 |989216 |   9.9 |  35M|  55 |   - |2007 |  15k|   0 |   0 |7304 | 135k|4071 | 0.000000e+00 | 2.800000e+01 |    Inf 
306.10/306.11	c   301s|110000 |  1383 |  1091k|   9.9 |  38M|  55 |   - |2007 |  18k|   0 |   0 |8036 | 149k|4267 | 0.000000e+00 | 2.800000e+01 |    Inf 
332.70/332.73	c   328s|120000 |  1504 |  1178k|   9.8 |  39M|  59 |  16 |2007 |  18k|2007 |1742 |8557 | 163k|4447 | 0.000000e+00 | 2.800000e+01 |    Inf 
362.91/362.90	c   357s|130000 |  1523 |  1285k|   9.9 |  41M|  59 |  17 |2007 |  19k|2007 |1742 |9086 | 178k|4599 | 0.000000e+00 | 2.800000e+01 |    Inf 
392.40/392.46	c   386s|140000 |  1538 |  1383k|   9.9 |  42M|  59 |  16 |2007 |  22k|2007 |1742 |9678 | 192k|4803 | 0.000000e+00 | 2.800000e+01 |    Inf 
421.70/421.77	c   415s|150000 |  1606 |  1479k|   9.9 |  44M|  59 |  18 |2007 |  21k|2007 |1742 |  10k| 206k|4939 | 0.000000e+00 | 2.800000e+01 |    Inf 
450.10/450.11	c   443s|160000 |  1658 |  1575k|   9.8 |  44M|  59 |   - |2007 |  20k|   0 |   0 |  10k| 221k|5068 | 0.000000e+00 | 2.800000e+01 |    Inf 
477.70/477.70	c   470s|170000 |  1701 |  1671k|   9.8 |  45M|  59 |  15 |2007 |  20k|2007 |1742 |  11k| 235k|5241 | 0.000000e+00 | 2.800000e+01 |    Inf 
505.60/505.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
505.60/505.65	c   496s|180000 |  1775 |  1769k|   9.8 |  46M|  59 |  34 |2007 |  20k|2007 |1742 |  11k| 249k|5433 | 0.000000e+00 | 2.800000e+01 |    Inf 
533.30/533.34	c   523s|190000 |  1875 |  1872k|   9.9 |  47M|  59 |   - |2007 |  19k|   0 |   0 |  12k| 263k|5565 | 0.000000e+00 | 2.800000e+01 |    Inf 
560.31/560.37	c   549s|200000 |  1947 |  1976k|   9.9 |  46M|  59 |  15 |2007 |  12k|2007 |1742 |  13k| 278k|5749 | 0.000000e+00 | 2.800000e+01 |    Inf 
586.01/586.09	c   574s|210000 |  2159 |  2083k|   9.9 |  48M|  59 |  14 |2007 |  11k|2007 |1742 |  13k| 293k|5874 | 0.000000e+00 | 2.800000e+01 |    Inf 
610.71/610.72	c   597s|220000 |  2254 |  2175k|   9.9 |  52M|  64 |   - |2007 |  16k|2007 |1742 |  14k| 308k|6003 | 0.000000e+00 | 2.800000e+01 |    Inf 
635.51/635.51	c   621s|230000 |  2278 |  2268k|   9.9 |  52M|  64 |  19 |2007 |  13k|2007 |1742 |  15k| 323k|6135 | 0.000000e+00 | 2.800000e+01 |    Inf 
660.71/660.74	c   645s|240000 |  2342 |  2363k|   9.8 |  54M|  64 |   - |2007 |  16k|2007 |1742 |  15k| 338k|6253 | 0.000000e+00 | 2.800000e+01 |    Inf 
685.81/685.88	c   669s|250000 |  2371 |  2453k|   9.8 |  54M|  64 |   - |2007 |  15k|2007 |1742 |  16k| 352k|6373 | 0.000000e+00 | 2.800000e+01 |    Inf 
712.11/712.15	c   694s|260000 |  2434 |  2558k|   9.8 |  55M|  64 |   - |2007 |  15k|   0 |   0 |  17k| 365k|6500 | 0.000000e+00 | 2.800000e+01 |    Inf 
739.81/739.87	c   721s|270000 |  2493 |  2668k|   9.9 |  57M|  64 |   - |2007 |  15k|   0 |   0 |  18k| 379k|6655 | 0.000000e+00 | 2.800000e+01 |    Inf 
764.71/764.72	c   745s|280000 |  2581 |  2760k|   9.9 |  57M|  64 |  22 |2007 |  13k|2007 |1742 |  18k| 392k|6753 | 0.000000e+00 | 2.800000e+01 |    Inf 
789.01/789.06	c   768s|290000 |  2689 |  2855k|   9.8 |  59M|  64 |   - |2007 |  14k|   0 |   0 |  19k| 405k|6863 | 0.000000e+00 | 2.800000e+01 |    Inf 
814.61/814.64	c   792s|300000 |  2779 |  2953k|   9.8 |  61M|  64 |  23 |2007 |  17k|2007 |1742 |  20k| 419k|6975 | 0.000000e+00 | 2.800000e+01 |    Inf 
841.11/841.13	c   818s|310000 |  2822 |  3055k|   9.9 |  63M|  64 |   - |2007 |  18k|2007 |1742 |  21k| 433k|7081 | 0.000000e+00 | 2.800000e+01 |    Inf 
867.31/867.39	c   843s|320000 |  2878 |  3154k|   9.9 |  63M|  64 |   - |2007 |  17k|   0 |   0 |  22k| 446k|7180 | 0.000000e+00 | 2.800000e+01 |    Inf 
892.91/892.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
892.91/892.92	c   868s|330000 |  2988 |  3246k|   9.8 |  66M|  64 |   5 |2007 |  20k|2007 |1742 |  22k| 460k|7265 | 0.000000e+00 | 2.800000e+01 |    Inf 
918.61/918.64	c   893s|340000 |  3005 |  3333k|   9.8 |  67M|  64 |  23 |2007 |  22k|2007 |1742 |  23k| 474k|7386 | 0.000000e+00 | 2.800000e+01 |    Inf 
946.31/946.31	c   919s|350000 |  3094 |  3428k|   9.8 |  69M|  64 |  13 |2007 |  25k|2007 |1742 |  24k| 487k|7504 | 0.000000e+00 | 2.800000e+01 |    Inf 
972.81/972.89	c   945s|360000 |  3218 |  3516k|   9.8 |  70M|  64 |  22 |2007 |  24k|2007 |1742 |  24k| 501k|7605 | 0.000000e+00 | 2.800000e+01 |    Inf 
1000.31/1000.30	c   971s|370000 |  3290 |  3607k|   9.7 |  72M|  64 |  26 |2007 |  26k|2007 |1742 |  25k| 515k|7683 | 0.000000e+00 | 2.800000e+01 |    Inf 
1028.21/1028.23	c   998s|380000 |  3338 |  3700k|   9.7 |  73M|  64 |   - |2007 |  26k|   0 |   0 |  26k| 530k|7765 | 0.000000e+00 | 2.800000e+01 |    Inf 
1055.82/1055.89	c  1025s|390000 |  3320 |  3794k|   9.7 |  74M|  64 |  22 |2007 |  27k|2007 |1742 |  27k| 544k|7836 | 0.000000e+00 | 2.800000e+01 |    Inf 
1084.72/1084.71	c  1052s|400000 |  3429 |  3887k|   9.7 |  76M|  64 |   - |2007 |  29k|   0 |   0 |  28k| 558k|7955 | 0.000000e+00 | 2.800000e+01 |    Inf 
1112.81/1112.89	c  1080s|410000 |  3422 |  3978k|   9.7 |  77M|  64 |  22 |2007 |  29k|2007 |1742 |  28k| 571k|8062 | 0.000000e+00 | 2.800000e+01 |    Inf 
1140.72/1140.76	c  1107s|420000 |  3448 |  4065k|   9.7 |  78M|  64 |  19 |2007 |  31k|2007 |1742 |  29k| 585k|8154 | 0.000000e+00 | 2.800000e+01 |    Inf 
1168.62/1168.63	c  1133s|430000 |  3496 |  4150k|   9.7 |  79M|  64 |   - |2007 |  30k|2007 |1742 |  30k| 600k|8204 | 0.000000e+00 | 2.800000e+01 |    Inf 
1198.31/1198.30	c  1162s|440000 |  3592 |  4247k|   9.7 |  81M|  64 |   - |2007 |  33k|   0 |   0 |  31k| 614k|8291 | 0.000000e+00 | 2.800000e+01 |    Inf 
1227.42/1227.44	c  1190s|450000 |  3614 |  4336k|   9.6 |  82M|  64 |   - |2007 |  34k|2007 |1751 |  32k| 628k|8405 | 0.000000e+00 | 2.800000e+01 |    Inf 
1257.33/1257.32	c  1219s|460000 |  3677 |  4428k|   9.6 |  83M|  64 |  15 |2007 |  34k|2007 |1742 |  33k| 642k|8521 | 0.000000e+00 | 2.800000e+01 |    Inf 
1286.81/1286.88	c  1247s|470000 |  3709 |  4519k|   9.6 |  84M|  64 |   - |2007 |  34k|   0 |   0 |  34k| 657k|8584 | 0.000000e+00 | 2.800000e+01 |    Inf 
1316.22/1316.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1316.22/1316.26	c  1276s|480000 |  3766 |  4610k|   9.6 |  85M|  64 |   - |2007 |  34k|   0 |   0 |  35k| 671k|8639 | 0.000000e+00 | 2.800000e+01 |    Inf 
1345.42/1345.40	c  1304s|490000 |  3779 |  4702k|   9.6 |  86M|  64 |  25 |2007 |  35k|2007 |1742 |  36k| 686k|8728 | 0.000000e+00 | 2.800000e+01 |    Inf 
1377.61/1377.66	c  1336s|500000 |  3777 |  4805k|   9.6 |  87M|  64 |  28 |2007 |  38k|2007 |1742 |  37k| 701k|8843 | 0.000000e+00 | 2.800000e+01 |    Inf 
1410.91/1410.98	c  1368s|510000 |  3976 |  4909k|   9.6 |  82M|  64 |  22 |2007 |  16k|2007 |1742 |  38k| 714k|8951 | 0.000000e+00 | 2.800000e+01 |    Inf 
1436.71/1436.77	c  1394s|520000 |  4180 |  5006k|   9.6 |  83M|  64 |   - |2007 |  12k|   0 |   0 |  38k| 727k|9000 | 0.000000e+00 | 2.800000e+01 |    Inf 
1460.51/1460.58	c  1417s|530000 |  4378 |  5093k|   9.6 |  87M|  64 |  20 |2007 |  14k|2007 |1742 |  39k| 741k|9102 | 0.000000e+00 | 2.800000e+01 |    Inf 
1483.82/1483.82	c  1440s|540000 |  4503 |  5172k|   9.6 |  89M|  64 |   - |2007 |  16k|   0 |   0 |  40k| 754k|9170 | 0.000000e+00 | 2.800000e+01 |    Inf 
1509.22/1509.26	c  1465s|550000 |  4622 |  5267k|   9.6 |  91M|  65 |   - |2007 |  17k|   0 |   0 |  41k| 768k|9226 | 0.000000e+00 | 2.800000e+01 |    Inf 
1537.22/1537.26	c  1493s|560000 |  4704 |  5374k|   9.6 |  92M|  65 |  16 |2007 |  17k|2007 |1742 |  42k| 782k|9336 | 0.000000e+00 | 2.800000e+01 |    Inf 
1541.91/1541.97	o 27
1541.91/1541.97	c *1498s|561721 |  4725 |  5391k|   9.6 |  92M|  65 |   - |2007 |  17k|2007 |1742 |  42k| 784k|9336 | 0.000000e+00 | 2.700000e+01 |    Inf 
1562.91/1562.94	c  1518s|570000 |  4929 |  5467k|   9.6 |  94M|  65 |   - |2007 |  16k|   0 |   0 |  42k| 796k|9446 | 0.000000e+00 | 2.700000e+01 |    Inf 
1588.12/1588.10	c  1543s|580000 |  5113 |  5558k|   9.6 |  97M|  65 |   - |2007 |  18k|   0 |   0 |  43k| 809k|9478 | 0.000000e+00 | 2.700000e+01 |    Inf 
1614.62/1614.66	c  1569s|590000 |  5262 |  5651k|   9.6 |  99M|  65 |   1 |2007 |  20k|2007 |1742 |  44k| 823k|9579 | 0.000000e+00 | 2.700000e+01 |    Inf 
1615.11/1615.13	o 25
1615.11/1615.13	c *1570s|590212 |  4723 |  5652k|   9.6 |  89M|  65 |   - |2007 |  20k|2007 |1742 |  44k| 823k|9579 | 0.000000e+00 | 2.500000e+01 |    Inf 
1640.22/1640.25	c  1594s|600000 |  4772 |  5736k|   9.6 |  91M|  65 |  10 |2007 |  22k|2007 |1742 |  45k| 837k|9673 | 0.000000e+00 | 2.500000e+01 |    Inf 
1666.62/1666.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1666.62/1666.63	c  1621s|610000 |  4796 |  5821k|   9.5 |  92M|  65 |   - |2007 |  22k|   0 |   0 |  45k| 851k|9696 | 0.000000e+00 | 2.500000e+01 |    Inf 
1696.12/1696.12	c  1650s|620000 |  4883 |  5919k|   9.5 |  95M|  65 |  19 |2007 |  25k|2007 |1742 |  46k| 864k|9805 | 0.000000e+00 | 2.500000e+01 |    Inf 
1725.83/1725.87	c  1679s|630000 |  4984 |  6015k|   9.5 |  97M|  65 |   - |2007 |  28k|2007 |1742 |  46k| 879k|9905 | 0.000000e+00 | 2.500000e+01 |    Inf 
1753.82/1753.83	c  1707s|640000 |  5009 |  6104k|   9.5 |  97M|  65 |   - |2007 |  25k|   0 |   0 |  47k| 892k|9951 | 0.000000e+00 | 2.500000e+01 |    Inf 
1781.93/1781.95	c  1734s|650000 |  5111 |  6195k|   9.5 |  99M|  65 |   - |2007 |  27k|2007 |1742 |  48k| 906k|  10k| 0.000000e+00 | 2.500000e+01 |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1752.27
1800.02/1800.00	c Solving Nodes      : 656053
1800.02/1800.00	c Primal Bound       : +2.50000000000000e+01 (92 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.02	s SATISFIABLE
1800.02/1800.02	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.02/1800.02	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.02/1800.02	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.02/1800.02	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.02/1800.02	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.02/1800.02	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.02/1800.02	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 
1800.02/1800.02	v -x80 -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 
1800.02/1800.02	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 
1800.02/1800.02	v -x29 -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 
1800.02/1800.02	v -x2 -x1 
1800.02/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.02	c Solving Time       :    1752.27
1800.02/1800.02	c Original Problem   :
1800.02/1800.02	c   Problem name     : HOME/instance-2692928-1277910981.wbo
1800.02/1800.02	c   Variables        : 2105 (1168 binary, 0 integer, 0 implicit integer, 937 continuous)
1800.02/1800.02	c   Constraints      : 3645 initial, 3645 maximal
1800.02/1800.02	c Presolved Problem  :
1800.02/1800.02	c   Problem name     : t_HOME/instance-2692928-1277910981.wbo
1800.02/1800.02	c   Variables        : 2007 (1119 binary, 0 integer, 0 implicit integer, 888 continuous)
1800.02/1800.02	c   Constraints      : 3483 initial, 39791 maximal
1800.02/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.02	c   trivial          :       0.00         49          0          0          0          0          0          0          0
1800.02/1800.02	c   dualfix          :       0.00         49          0          0          0          0          0          0          0
1800.02/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.02/1800.02	c   indicator        :       0.00          0          0          0          0          0         49          0          0
1800.02/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.02	c   linear           :       0.03          0          0          0        937          0        113         49          0
1800.02/1800.02	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.02/1800.02	c   root node        :          -        667          -          -       1334          -          -          -          -
1800.02/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.02	c   integral         :          0          0          0     361396          0        125       1914          0          0     701930
1800.02/1800.02	c   indicator        :        888          0    3051073       8873          0       1046    3811523          0          0          0
1800.02/1800.02	c   setppc           :         14          4    3053224       8522          0      55342    2112187          0          0          0
1800.02/1800.02	c   linear           :        888          4    2999389       8882          0      81094   11569754      48802          0          0
1800.02/1800.02	c   logicor          :       1693+         4    1489895       1006          0     105763    5431425          0          0          0
1800.02/1800.02	c   countsols        :          0          0          0       1006          0          0          0          0          0          0
1800.02/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.02	c   integral         :      46.95       0.00       0.00      46.95       0.00
1800.02/1800.02	c   indicator        :      14.27       0.02      13.93       0.32       0.00
1800.02/1800.02	c   setppc           :      13.39       0.00      13.39       0.00       0.00
1800.02/1800.02	c   linear           :      66.80       0.00      66.51       0.29       0.00
1800.02/1800.02	c   logicor          :     219.24       0.00     219.22       0.02       0.00
1800.02/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.02	c   vbounds          :       0.33          2          0          0
1800.02/1800.02	c   rootredcost      :       0.51         10          0        667
1800.02/1800.02	c   pseudoobj        :      67.48    3062976       7344    3486983
1800.02/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.02	c   propagation      :      11.89     249543     249274    1727931       27.4      11010       23.1          -
1800.02/1800.02	c   infeasible LP    :      19.57      94185      94185     930856       41.1        674       19.5          0
1800.02/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.02	c   pseudo solution  :       0.00         20         20        111       18.3          1       29.0          -
1800.02/1800.02	c   applied globally :          -          -          -     914929       25.5          -          -          -
1800.02/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.02	c   cut pool         :       0.00          3          -          -          4          -    (maximal pool size: 180)
1800.02/1800.02	c   redcost          :      11.95     365825          0     248194          0          0
1800.02/1800.02	c   impliedbounds    :       0.00          4          0          0          0          0
1800.02/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.02	c   gomory           :       0.18          4          0          0       1000          0
1800.02/1800.02	c   strongcg         :       0.13          4          0          0        567          0
1800.02/1800.02	c   cmir             :       0.02          4          0          0          1          0
1800.02/1800.02	c   flowcover        :       0.03          4          0          0          1          0
1800.02/1800.02	c   clique           :       0.00          4          0          0          0          0
1800.02/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.02	c Pricers            :       Time      Calls       Vars
1800.02/1800.02	c   problem variables:       0.00          0          0
1800.02/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.02	c   relpscost        :      46.69     352511        125       1914          0          0     701930
1800.02/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   inference        :       0.05        997          0          0          0          0       1994
1800.02/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.02	c   LP solutions     :       0.02          -          9
1800.02/1800.02	c   pseudo solutions :       0.00          -          0
1800.02/1800.02	c   oneopt           :       0.13         10          0
1800.02/1800.02	c   feaspump         :       0.05          1          0
1800.02/1800.02	c   crossover        :       0.26          3          0
1800.02/1800.02	c   veclendiving     :       0.68        125          0
1800.02/1800.02	c   objpscostdiving  :       0.20         63          0
1800.02/1800.02	c   rootsoldiving    :       1.00         63          0
1800.02/1800.02	c   guideddiving     :       0.50        126          0
1800.02/1800.02	c   coefdiving       :       0.57        126          0
1800.02/1800.02	c   pscostdiving     :       0.38        126          0
1800.02/1800.02	c   fracdiving       :       0.62        126          0
1800.02/1800.02	c   linesearchdiving :       0.44        126          0
1800.02/1800.02	c   trivial          :       0.00          2          0
1800.02/1800.02	c   simplerounding   :       0.42     354271          0
1800.02/1800.02	c   zirounding       :       0.12       1000          0
1800.02/1800.02	c   rounding         :       0.82       8361          0
1800.02/1800.02	c   shifting         :       0.86       2601          0
1800.02/1800.02	c   intshifting      :       0.00         21          0
1800.02/1800.02	c   twoopt           :       0.00          0          0
1800.02/1800.02	c   fixandinfer      :       0.00          0          0
1800.02/1800.02	c   intdiving        :       0.00          0          0
1800.02/1800.02	c   actconsdiving    :       0.00          0          0
1800.02/1800.02	c   octane           :       0.00          0          0
1800.02/1800.02	c   rens             :       0.04          1          0
1800.02/1800.02	c   rins             :       0.00          0          0
1800.02/1800.02	c   localbranching   :       0.00          0          0
1800.02/1800.02	c   mutation         :       0.00          0          0
1800.02/1800.02	c   dins             :       0.00          0          0
1800.02/1800.02	c   undercover       :       0.00          0          0
1800.02/1800.02	c   nlp              :       0.11          0          0
1800.02/1800.02	c   trysol           :       0.51       1229         83
1800.02/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.02	c   dual LP          :     921.15     454920    6240565      13.72    6774.75
1800.02/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.02	c   diving/probing LP:       2.79       1845      15846       8.59    5679.57
1800.02/1800.02	c   strong branching :      43.16      10083     273271      27.10    6331.58
1800.02/1800.02	c     (at root node) :          -         33       3630     110.00          -
1800.02/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.02	c B&B Tree           :
1800.02/1800.02	c   number of runs   :          1
1800.02/1800.02	c   nodes            :     656053
1800.02/1800.02	c   nodes (total)    :     656053
1800.02/1800.02	c   nodes left       :       5168
1800.02/1800.02	c   max depth        :         65
1800.02/1800.02	c   max depth (total):         65
1800.02/1800.02	c   backtracks       :      85335 (13.0%)
1800.02/1800.02	c   delayed cutoffs  :      40996
1800.02/1800.02	c   repropagations   :    1124992 (4255416 domain reductions, 39756 cutoffs)
1800.02/1800.02	c   avg switch length:       5.27
1800.02/1800.02	c   switching time   :     189.88
1800.02/1800.02	c Solution           :
1800.02/1800.02	c   Solutions found  :         92 (10 improvements)
1800.02/1800.02	c   First Solution   : +4.45360000000000e+04   (in run 1, after 1 nodes, 0.15 seconds, depth 0, found by <trysol>)
1800.02/1800.02	c   Primal Bound     : +2.50000000000000e+01   (in run 1, after 590212 nodes, 1569.66 seconds, depth 35, found by <relaxation>)
1800.02/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.02	c   Gap              :   infinite
1800.02/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.02	c   Root Iterations  :        508
1800.13/1800.13	c Time complete: 1800.16.

Verifier Data

OK	25

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692928-1277910981/watcher-2692928-1277910981 -o /tmp/evaluation-result-2692928-1277910981/solver-2692928-1277910981 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692928-1277910981.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: 1.94 2.01 2.09 4/178 16374
/proc/meminfo: memFree=31049444/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=9140 CPUtime=0
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1597 0 0 0 0 0 0 0 20 0 1 0 132393969 9359360 1517 4089446400 4194304 8223781 140734632935360 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16374/statm: 2285 1517 369 984 0 1298 0

[startup+0.0237399 s]
/proc/loadavg: 1.94 2.01 2.09 4/178 16374
/proc/meminfo: memFree=31049444/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=12988 CPUtime=0.02
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 2560 0 0 0 2 0 0 0 20 0 1 0 132393969 13299712 2480 4089446400 4194304 8223781 140734632935360 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16374/statm: 3247 2480 369 984 0 2260 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12988

[startup+0.102741 s]
/proc/loadavg: 1.94 2.01 2.09 4/178 16374
/proc/meminfo: memFree=31049444/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=23624 CPUtime=0.09
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 7370 0 0 0 9 0 0 0 20 0 1 0 132393969 24190976 4870 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 5906 4870 458 984 0 4919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23624

[startup+0.300715 s]
/proc/loadavg: 1.94 2.01 2.09 4/178 16374
/proc/meminfo: memFree=31049444/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=31160 CPUtime=0.29
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 10294 0 0 0 27 2 0 0 20 0 1 0 132393969 31907840 6903 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 7790 6903 571 984 0 6803 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31160

[startup+0.700609 s]
/proc/loadavg: 1.94 2.01 2.09 4/178 16374
/proc/meminfo: memFree=31049444/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=33092 CPUtime=0.69
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 22028 0 0 0 66 3 0 0 21 0 1 0 132393969 33886208 7394 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 8273 7394 597 984 0 7286 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33092

[startup+1.50046 s]
/proc/loadavg: 1.94 2.01 2.09 3/179 16375
/proc/meminfo: memFree=31021288/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=33004 CPUtime=1.49
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 24257 0 0 0 145 4 0 0 23 0 1 0 132393969 33796096 7383 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 8251 7383 597 984 0 7264 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33004

[startup+3.10021 s]
/proc/loadavg: 1.94 2.01 2.09 3/179 16375
/proc/meminfo: memFree=31021360/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=33120 CPUtime=3.09
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 28586 0 0 0 303 6 0 0 25 0 1 0 132393969 33914880 7409 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 8280 7409 598 984 0 7293 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33120

[startup+6.30061 s]
/proc/loadavg: 1.95 2.01 2.09 3/179 16375
/proc/meminfo: memFree=31021624/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=34524 CPUtime=6.29
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 46500 0 0 0 618 11 0 0 25 0 1 0 132393969 35352576 7729 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 8631 7729 603 984 0 7644 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34524

[startup+12.7005 s]
/proc/loadavg: 1.95 2.01 2.09 3/179 16375
/proc/meminfo: memFree=31014804/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=40204 CPUtime=12.69
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 82004 0 0 0 1248 21 0 0 25 0 1 0 132393969 41168896 9052 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 10051 9052 604 984 0 9064 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40204

[startup+25.5011 s]
/proc/loadavg: 1.96 2.01 2.09 3/179 16375
/proc/meminfo: memFree=31011056/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=45084 CPUtime=25.49
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 120024 0 0 0 2504 45 0 0 25 0 1 0 132393969 46166016 10247 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 11271 10247 604 984 0 10284 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45084

[startup+51.1005 s]
/proc/loadavg: 1.97 2.00 2.09 3/179 16376
/proc/meminfo: memFree=31004216/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=52676 CPUtime=51.09
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 176638 0 0 0 5023 86 0 0 25 0 1 0 132393969 53940224 12152 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16374/statm: 13169 12152 605 984 0 12182 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52676

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.08 3/179 16377
/proc/meminfo: memFree=30996620/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=59760 CPUtime=102.3
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 289900 0 0 0 10062 168 0 0 25 0 1 0 132393969 61194240 13912 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16374/statm: 14940 13912 604 984 0 13953 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 59760

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.08 3/179 16379
/proc/meminfo: memFree=30990128/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=66160 CPUtime=162.29
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 401408 0 0 0 15961 268 0 0 25 0 1 0 132393969 67747840 15495 4089446400 4194304 8223781 140734632935360 18446744073709551615 6328597 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16374/statm: 16540 15495 604 984 0 15553 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 66160

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 2.07 3/179 16381
/proc/meminfo: memFree=30981904/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=74488 CPUtime=222.3
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 512116 0 0 0 21874 356 0 0 25 0 1 0 132393969 76275712 17539 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16374/statm: 18622 17539 604 984 0 17635 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 74488

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 2.06 3/179 16382
/proc/meminfo: memFree=30972936/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=82800 CPUtime=282.3
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 587286 0 0 0 27788 442 0 0 25 0 1 0 132393969 84787200 19598 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16374/statm: 20700 19598 604 984 0 19713 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 82800

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 2.06 3/179 16384
/proc/meminfo: memFree=30968676/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=87892 CPUtime=342.3
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 675847 0 0 0 33704 526 0 0 25 0 1 0 132393969 90001408 20823 4089446400 4194304 8223781 140734632935360 18446744073709551615 6592237 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16374/statm: 21973 20823 604 984 0 20986 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 87892

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.05 3/179 16385
/proc/meminfo: memFree=30965180/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=91880 CPUtime=402.3
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 772804 0 0 0 39620 610 0 0 25 0 1 0 132393969 94085120 21753 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16374/statm: 22970 21753 604 984 0 21983 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 91880

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 2.05 3/197 16432
/proc/meminfo: memFree=30778816/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=94824 CPUtime=462.3
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 871163 0 0 0 45479 751 0 0 25 0 1 0 132393969 97099776 22463 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16374/statm: 23706 22463 604 984 0 22719 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 94824

[startup+522.301 s]
/proc/loadavg: 1.99 2.00 2.04 3/197 16434
/proc/meminfo: memFree=30753280/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=97932 CPUtime=522.3
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 927948 0 0 0 51239 991 0 0 25 0 1 0 132393969 100282368 23237 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16374/statm: 24483 23237 604 984 0 23496 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 97932

[startup+582.301 s]
/proc/loadavg: 1.99 2.00 2.04 3/197 16435
/proc/meminfo: memFree=30735872/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=102012 CPUtime=582.31
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1007686 0 0 0 56990 1241 0 0 25 0 1 0 132393969 104460288 24232 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16374/statm: 25503 24232 604 984 0 24516 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 102012

[startup+642.301 s]
/proc/loadavg: 1.99 2.00 2.03 3/197 16437
/proc/meminfo: memFree=30718456/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=109500 CPUtime=642.32
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1084724 0 0 0 62734 1498 0 0 25 0 1 0 132393969 112128000 25967 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16374/statm: 27375 25967 604 984 0 26388 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 109500

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 1.99 2.00 2.01 3/197 16443
/proc/meminfo: memFree=30674112/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=123860 CPUtime=882.31
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1292610 0 0 0 85751 2480 0 0 25 0 1 0 132393969 126832640 29287 4089446400 4194304 8223781 140734632935360 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16374/statm: 30965 29287 604 984 0 29978 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 123860

[startup+942.301 s]
/proc/loadavg: 2.05 2.01 2.01 3/197 16448
/proc/meminfo: memFree=30662768/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=128576 CPUtime=942.31
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1350862 0 0 0 91539 2692 0 0 25 0 1 0 132393969 131661824 30383 4089446400 4194304 8223781 140734632935360 18446744073709551615 5950410 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16374/statm: 32144 30383 604 984 0 31157 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 128576

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 16449
/proc/meminfo: memFree=30651412/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=131972 CPUtime=1002.31
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1394734 0 0 0 97308 2923 0 0 25 0 1 0 132393969 135139328 31251 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16374/statm: 32993 31251 604 984 0 32006 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 131972

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16451
/proc/meminfo: memFree=30641460/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=135848 CPUtime=1062.32
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1480062 0 0 0 103080 3152 0 0 25 0 1 0 132393969 139108352 31971 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16374/statm: 33962 31971 604 984 0 32975 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 135848

[startup+1122.3 s]
/proc/loadavg: 2.56 2.12 2.04 3/197 16453
/proc/meminfo: memFree=30631740/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=138044 CPUtime=1122.31
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1530443 0 0 0 108866 3365 0 0 25 0 1 0 132393969 141357056 32379 4089446400 4194304 8223781 140734632935360 18446744073709551615 4999763 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16374/statm: 34511 32379 604 984 0 33524 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 138044

[startup+1182.3 s]
/proc/loadavg: 2.20 2.09 2.03 10/197 16454
/proc/meminfo: memFree=30622044/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=140192 CPUtime=1182.32
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1618459 0 0 0 114660 3572 0 0 25 0 1 0 132393969 143556608 32948 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16374/statm: 35048 32948 604 984 0 34061 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 140192

[startup+1242.3 s]
/proc/loadavg: 2.07 2.07 2.03 3/197 16456
/proc/meminfo: memFree=30608488/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=145656 CPUtime=1242.32
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1638664 0 0 0 120448 3784 0 0 25 0 1 0 132393969 149151744 34088 4089446400 4194304 8223781 140734632935360 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16374/statm: 36414 34088 604 984 0 35427 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 145656

[startup+1302.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/197 16457
/proc/meminfo: memFree=30600280/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=147748 CPUtime=1302.33
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1709752 0 0 0 126227 4006 0 0 25 0 1 0 132393969 151293952 34656 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16374/statm: 36937 34656 604 984 0 35950 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 147748

[startup+1362.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/197 16459
/proc/meminfo: memFree=30593560/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=149768 CPUtime=1362.31
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1756393 0 0 0 132039 4192 0 0 25 0 1 0 132393969 153362432 35135 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 37442 35135 604 984 0 36455 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 149768

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.01 3/197 16461
/proc/meminfo: memFree=30581128/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=156436 CPUtime=1422.32
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1811078 0 0 0 137968 4264 0 0 25 0 1 0 132393969 160190464 36487 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 39109 36487 604 984 0 38122 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 156436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/197 16462
/proc/meminfo: memFree=30570312/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=165820 CPUtime=1482.31
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1880268 0 0 0 143878 4353 0 0 25 0 1 0 132393969 169799680 38591 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 41455 38591 604 984 0 40468 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 165820

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/197 16464
/proc/meminfo: memFree=30566924/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=169528 CPUtime=1542.32
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 1933535 0 0 0 149795 4437 0 0 25 0 1 0 132393969 173596672 39371 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 42382 39371 604 984 0 41395 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 169528

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/197 16465
/proc/meminfo: memFree=30563772/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=173524 CPUtime=1602.31
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 2014807 0 0 0 155700 4531 0 0 25 0 1 0 132393969 177688576 40109 4089446400 4194304 8223781 140734632935360 18446744073709551615 6558074 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 43381 40109 604 984 0 42394 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 173524

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 16467
/proc/meminfo: memFree=30561016/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=175344 CPUtime=1662.31
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 2033456 0 0 0 161630 4601 0 0 25 0 1 0 132393969 179552256 40558 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 43836 40558 604 984 0 42849 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 175344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 16469
/proc/meminfo: memFree=30559372/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=177084 CPUtime=1722.32
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 2091237 0 0 0 167553 4679 0 0 25 0 1 0 132393969 181334016 40886 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 44271 40886 604 984 0 43284 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 177084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 16470
/proc/meminfo: memFree=30556852/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=179328 CPUtime=1782.32
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 2125682 0 0 0 173481 4751 0 0 25 0 1 0 132393969 183631872 41440 4089446400 4194304 8223781 140734632935360 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 44832 41440 604 984 0 43845 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 179328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 16471
/proc/meminfo: memFree=30555352/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=180868 CPUtime=1800.02
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 2140891 0 0 0 175228 4774 0 0 25 0 1 0 132393969 185208832 41774 4089446400 4194304 8223781 140734632935360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16374/statm: 45217 41774 604 984 0 44230 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 180868

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 16471
/proc/meminfo: memFree=30555352/32951124 swapFree=67111528/67111528
[pid=16374] ppid=16372 vsize=178560 CPUtime=1800.13
/proc/16374/stat : 16374 (pbscip.linux.x8) R 16372 16374 14726 0 -1 4202496 2140894 0 0 0 175239 4774 0 0 18 0 1 0 132393969 182845440 41199 4089446400 4194304 8223781 140734632935360 18446744073709551615 6206544 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16374/statm: 44640 41199 606 984 0 43653 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 178560

Child status: 0
Real time (s): 1800.14
CPU time (s): 1800.17
CPU user time (s): 1752.41
CPU system time (s): 47.7557
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 181032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1752.41
system time used= 47.7557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2140898
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= 4
involuntary context switches= 10773

runsolver used 2.86156 second user time and 5.83711 second system time

The end

Launcher Data

Begin job on node138 at 2010-06-30 17:16:21
IDJOB=2692928
IDBENCH=78983
IDSOLVER=1204
FILE ID=node138/2692928-1277910981
PBS_JOBID= 11197201
Free space on /tmp= 74136 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552423--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692928-1277910981/watcher-2692928-1277910981 -o /tmp/evaluation-result-2692928-1277910981/solver-2692928-1277910981 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692928-1277910981.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2f4d2e59134ffbad904dde6d63a6f677
RANDOM SEED=2004558609

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31049972 kB
Buffers:        199108 kB
Cached:        1474104 kB
SwapCached:          0 kB
Active:         731000 kB
Inactive:      1023924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31049972 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4716 kB
Writeback:           0 kB
AnonPages:       82232 kB
Mapped:          15452 kB
Slab:            82580 kB
PageTables:       5188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   225772 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= 74136 MiB
End job on node138 at 2010-06-30 17:46:23