Trace number 2692349

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.27 1800.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900573137--soft-0-100-0.wbo
MD5SUM337bb89bbfc43fe8a5ddb591a5c00326
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark205.929
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 693
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2692349-1277927425.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.13	o 136624
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.366240e+05
0.09/0.13	c presolving:
0.09/0.14	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.15	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.19/0.20	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  2707 implications, 0 cliques
0.19/0.20	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.20	c    2707 constraints of type <indicator>
0.19/0.20	c    2707 constraints of type <linear>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.14
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 1.2.1.2
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1799.97
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 3420
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.21	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.30	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.366240e+05 |    Inf 
34.39/34.40	c  34.0s| 10000 | 10001 | 59523 |   5.9 |  52M|  77 |   0 |5645 |5414 |5645 | 218 |  18k|   0 |1807 | 0.000000e+00 | 1.366240e+05 |    Inf 
61.19/61.20	c  60.7s| 20000 | 20001 | 98834 |   4.9 |  77M|  91 |   0 |5645 |5414 |5645 | 207 |  31k|   0 |1809 | 0.000000e+00 | 1.366240e+05 |    Inf 
78.59/78.65	o 537
78.59/78.65	c *78.0s| 27030 | 20093 |119078 |   4.4 |  78M|  99 |   - |5645 |5414 |5645 | 217 |  37k|   0 |1981 | 0.000000e+00 | 5.370000e+02 |    Inf 
87.79/87.88	c  87.2s| 30000 | 23031 |131457 |   4.4 |  86M| 153 |   0 |5645 |5452 |5645 | 197 |  41k|  38 |2112 | 0.000000e+00 | 5.370000e+02 |    Inf 
92.19/92.28	o 125
92.19/92.28	c *91.5s| 31739 |  4691 |133899 |   4.2 |  41M| 159 |   - |5645 |5452 |5645 | 190 |  42k|  38 |2130 | 0.000000e+00 | 1.250000e+02 |    Inf 
92.40/92.43	o 119
92.40/92.43	c *91.7s| 31767 |  4407 |134087 |   4.2 |  41M| 159 |   - |5645 |5458 |5645 | 187 |  42k|  44 |2130 | 0.000000e+00 | 1.190000e+02 |    Inf 
92.40/92.43	o 118
92.40/92.43	c *91.7s| 31768 |  4354 |134087 |   4.2 |  41M| 159 |   - |5645 |5458 |5645 | 187 |  42k|  44 |2130 | 0.000000e+00 | 1.180000e+02 |    Inf 
92.69/92.73	o 98
92.69/92.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.69/92.73	c *92.0s| 31831 |  3427 |134316 |   4.2 |  39M| 159 |   - |5645 |5475 |5645 | 209 |  42k|  61 |2130 | 0.000000e+00 | 9.800000e+01 |    Inf 
92.79/92.81	o 97
92.79/92.81	c *92.0s| 31838 |  3384 |134404 |   4.2 |  39M| 159 |   - |5645 |5410 |5645 | 198 |  42k|  64 |2132 | 0.000000e+00 | 9.700000e+01 |    Inf 
92.99/93.00	o 94
92.99/93.00	c *92.2s| 31876 |  3149 |134572 |   4.2 |  39M| 159 |   - |5645 |5390 |5645 | 208 |  42k|  72 |2134 | 0.000000e+00 | 9.400000e+01 |    Inf 
93.39/93.48	o 42
93.39/93.48	c *92.7s| 31965 |  1436 |135006 |   4.2 |  34M| 159 |   - |5645 |5343 |5645 | 190 |  42k| 107 |2137 | 0.000000e+00 | 4.200000e+01 |    Inf 
93.50/93.58	o 22
93.50/93.58	c *92.8s| 31971 |  1140 |135090 |   4.2 |  33M| 159 |   - |5645 |3930 |5645 | 205 |  42k| 155 |2137 | 0.000000e+00 | 2.200000e+01 |    Inf 
93.60/93.64	o 21
93.60/93.64	c *92.9s| 31979 |  1099 |135172 |   4.2 |  33M| 159 |   - |5645 |3430 |5645 | 169 |  42k| 171 |2137 | 0.000000e+00 | 2.100000e+01 |    Inf 
93.60/93.65	o 20
93.60/93.65	c *92.9s| 31980 |   945 |135175 |   4.2 |  32M| 159 |   - |5645 |3430 |5645 | 169 |  42k| 171 |2137 | 0.000000e+00 | 2.000000e+01 |    Inf 
93.69/93.72	o 19
93.69/93.72	c *92.9s| 31985 |   407 |135250 |   4.2 |  31M| 159 |   - |5645 |3383 |5645 | 172 |  42k| 182 |2142 | 0.000000e+00 | 1.900000e+01 |    Inf 
97.30/97.35	o 17
97.30/97.35	c *96.5s| 33615 |   498 |140921 |   4.2 |  32M| 159 |   - |5645 |5214 |5645 | 174 |  43k|2053 |2250 | 0.000000e+00 | 1.700000e+01 |    Inf 
110.89/110.96	c   110s| 40000 |   810 |161587 |   4.0 |  36M| 159 |   - |5645 |7595 |   0 |   0 |  48k|  10k|2399 | 0.000000e+00 | 1.700000e+01 |    Inf 
114.69/114.77	o 11
114.69/114.77	c * 114s| 41707 |   799 |167521 |   4.0 |  36M| 159 |   - |5645 |7867 |5645 | 173 |  49k|  12k|2444 | 0.000000e+00 | 1.100000e+01 |    Inf 
134.49/134.50	c   133s| 50000 |   920 |208520 |   4.2 |  38M| 159 |   - |5645 |7426 |   0 |   0 |  60k|  23k|2742 | 0.000000e+00 | 1.100000e+01 |    Inf 
135.20/135.27	o 9
135.20/135.27	c * 134s| 50382 |   919 |209622 |   4.2 |  38M| 159 |   - |5645 |7683 |5645 | 154 |  61k|  23k|2749 | 0.000000e+00 | 9.000000e+00 |    Inf 
152.50/152.52	o 8
152.50/152.52	c * 151s| 58922 |   907 |236366 |   4.0 |  40M| 159 |   - |5645 |9727 |5645 | 165 |  66k|  34k|2918 | 0.000000e+00 | 8.000000e+00 |    Inf 
154.59/154.68	c   153s| 60000 |   891 |239141 |   4.0 |  39M| 159 |   5 |5645 |8296 |5645 | 179 |  67k|  36k|2938 | 0.000000e+00 | 8.000000e+00 |    Inf 
161.50/161.55	o 7
161.50/161.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.50/161.55	c * 160s| 63363 |   886 |250719 |   4.0 |  40M| 159 |   - |5645 |8776 |5645 | 186 |  69k|  40k|3000 | 0.000000e+00 | 7.000000e+00 |    Inf 
175.20/175.30	c   173s| 70000 |   813 |273423 |   3.9 |  39M| 159 |   - |5645 |8187 |   0 |   0 |  74k|  48k|3153 | 0.000000e+00 | 7.000000e+00 |    Inf 
175.70/175.75	o 2
175.70/175.75	c * 174s| 70224 |   762 |274181 |   3.9 |  38M| 159 |   - |5645 |8182 |5645 | 156 |  74k|  49k|3153 | 0.000000e+00 | 2.000000e+00 |    Inf 
191.80/191.87	o 1
191.80/191.87	c * 190s| 77978 |   762 |308273 |   4.0 |  39M| 159 |   - |5645 |  10k|5645 | 168 |  82k|  58k|3355 | 0.000000e+00 | 1.000000e+00 |    Inf 
196.19/196.26	c   194s| 80000 |   837 |318180 |   4.0 |  40M| 159 |  18 |5645 |  11k|5645 | 206 |  85k|  61k|3418 | 0.000000e+00 | 1.000000e+00 |    Inf 
218.09/218.15	c   216s| 90000 |   852 |367348 |   4.1 |  42M| 159 |   - |5645 |  14k|   0 |   0 |  97k|  74k|3613 | 0.000000e+00 | 1.000000e+00 |    Inf 
239.29/239.36	c   237s|100000 |   837 |407337 |   4.1 |  41M| 159 |   9 |5645 |  11k|5645 | 197 | 105k|  87k|3922 | 0.000000e+00 | 1.000000e+00 |    Inf 
260.19/260.28	c   257s|110000 |   867 |441295 |   4.0 |  43M| 159 |  15 |5645 |  15k|5645 | 176 | 113k|  99k|4052 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.30/282.30	c   279s|120000 |   890 |475000 |   4.0 |  45M| 159 |  14 |5645 |  19k|5645 | 179 | 121k| 113k|4174 | 0.000000e+00 | 1.000000e+00 |    Inf 
303.69/303.79	c   301s|130000 |   915 |494825 |   3.8 |  45M| 159 |   1 |5645 |  18k|5645 | 161 | 126k| 127k|4232 | 0.000000e+00 | 1.000000e+00 |    Inf 
324.10/324.15	c   321s|140000 |   953 |513267 |   3.7 |  47M| 159 |  13 |5645 |  21k|5645 | 204 | 128k| 141k|4286 | 0.000000e+00 | 1.000000e+00 |    Inf 
348.20/348.23	c   345s|150000 |  1110 |555921 |   3.7 |  48M| 159 |  20 |5645 |  20k|5645 | 187 | 141k| 154k|4378 | 0.000000e+00 | 1.000000e+00 |    Inf 
372.10/372.11	c   368s|160000 |   953 |595808 |   3.7 |  47M| 159 |   1 |5645 |  21k|5645 | 161 | 152k| 168k|4510 | 0.000000e+00 | 1.000000e+00 |    Inf 
393.70/393.71	c   390s|170000 |   927 |621459 |   3.7 |  47M| 159 |   1 |5645 |  19k|5645 | 158 | 158k| 182k|4615 | 0.000000e+00 | 1.000000e+00 |    Inf 
416.20/416.20	c   412s|180000 |   981 |647581 |   3.6 |  48M| 159 |   6 |5645 |  22k|5645 | 158 | 162k| 194k|4663 | 0.000000e+00 | 1.000000e+00 |    Inf 
443.50/443.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
443.50/443.54	c   439s|190000 |   964 |697269 |   3.7 |  49M| 159 |   - |5645 |  24k|   0 |   0 | 173k| 208k|4821 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.10/470.14	c   465s|200000 |  1021 |738852 |   3.7 |  51M| 159 |   - |5645 |  27k|   0 |   0 | 182k| 221k|4988 | 0.000000e+00 | 1.000000e+00 |    Inf 
497.40/497.47	c   492s|210000 |  1090 |776614 |   3.7 |  52M| 159 |  29 |5645 |  29k|5645 | 176 | 190k| 234k|5094 | 0.000000e+00 | 1.000000e+00 |    Inf 
526.50/526.52	c   521s|220000 |  1086 |812037 |   3.7 |  53M| 159 |   1 |5645 |  31k|5645 | 173 | 197k| 247k|5160 | 0.000000e+00 | 1.000000e+00 |    Inf 
557.11/557.17	c   552s|230000 |  1162 |854894 |   3.7 |  55M| 159 |  16 |5645 |  36k|5645 | 172 | 206k| 260k|5260 | 0.000000e+00 | 1.000000e+00 |    Inf 
590.51/590.58	c   585s|240000 |  1064 |900625 |   3.8 |  54M| 159 |   - |5645 |  33k|   0 |   0 | 217k| 273k|5379 | 0.000000e+00 | 1.000000e+00 |    Inf 
624.71/624.80	c   619s|250000 |  1103 |950838 |   3.8 |  55M| 159 |   - |5645 |  35k|   0 |   0 | 229k| 286k|5517 | 0.000000e+00 | 1.000000e+00 |    Inf 
656.31/656.39	c   650s|260000 |  1340 |996532 |   3.8 |  57M| 159 |   - |5645 |  36k|   0 |   0 | 240k| 298k|5626 | 0.000000e+00 | 1.000000e+00 |    Inf 
688.61/688.69	c   682s|270000 |  1421 |  1045k|   3.9 |  59M| 159 |   - |5645 |  39k|5645 | 207 | 251k| 311k|5734 | 0.000000e+00 | 1.000000e+00 |    Inf 
723.11/723.17	c   717s|280000 |  1471 |  1095k|   3.9 |  60M| 159 |   6 |5645 |  39k|5645 | 210 | 263k| 324k|5857 | 0.000000e+00 | 1.000000e+00 |    Inf 
755.91/755.99	c   749s|290000 |  1390 |  1137k|   3.9 |  59M| 159 |   - |5645 |  38k|   0 |   0 | 271k| 338k|5972 | 0.000000e+00 | 1.000000e+00 |    Inf 
791.91/791.96	c   785s|300000 |  1593 |  1185k|   4.0 |  62M| 159 |  22 |5645 |  41k|5645 | 197 | 284k| 350k|6097 | 0.000000e+00 | 1.000000e+00 |    Inf 
829.61/829.63	c   822s|310000 |  1825 |  1242k|   4.0 |  66M| 159 |   - |5645 |  47k|   0 |   0 | 301k| 363k|6217 | 0.000000e+00 | 1.000000e+00 |    Inf 
869.11/869.18	c   862s|320000 |  1944 |  1293k|   4.0 |  68M| 159 |   6 |5645 |  47k|5645 | 171 | 314k| 376k|6349 | 0.000000e+00 | 1.000000e+00 |    Inf 
909.01/909.03	c   901s|330000 |  2102 |  1354k|   4.1 |  69M| 159 |   - |5645 |  47k|   0 |   0 | 331k| 389k|6486 | 0.000000e+00 | 1.000000e+00 |    Inf 
947.81/947.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
947.81/947.89	c   940s|340000 |  2046 |  1408k|   4.1 |  69M| 159 |  19 |5645 |  47k|5645 | 196 | 345k| 403k|6598 | 0.000000e+00 | 1.000000e+00 |    Inf 
985.41/985.48	c   977s|350000 |  1876 |  1456k|   4.2 |  67M| 159 |   - |5645 |  43k|   0 |   0 | 355k| 417k|6690 | 0.000000e+00 | 1.000000e+00 |    Inf 
1021.82/1021.89	c  1013s|360000 |  1764 |  1509k|   4.2 |  65M| 159 |   - |5645 |  42k|   0 |   0 | 367k| 431k|6833 | 0.000000e+00 | 1.000000e+00 |    Inf 
1059.32/1059.35	c  1051s|370000 |  1703 |  1565k|   4.2 |  65M| 159 |   9 |5645 |  41k|5645 | 189 | 383k| 444k|6965 | 0.000000e+00 | 1.000000e+00 |    Inf 
1097.42/1097.44	c  1088s|380000 |  1517 |  1617k|   4.3 |  64M| 159 |  15 |5645 |  42k|5645 | 199 | 395k| 458k|7043 | 0.000000e+00 | 1.000000e+00 |    Inf 
1135.02/1135.00	c  1125s|390000 |  1336 |  1666k|   4.3 |  60M| 159 |  12 |5645 |  38k|5645 | 182 | 408k| 471k|7179 | 0.000000e+00 | 1.000000e+00 |    Inf 
1171.22/1171.21	c  1160s|400000 |  1378 |  1707k|   4.3 |  61M| 159 |   8 |5645 |  39k|5645 | 192 | 417k| 485k|7258 | 0.000000e+00 | 1.000000e+00 |    Inf 
1206.12/1206.12	c  1194s|410000 |  1235 |  1748k|   4.3 |  58M| 159 |   1 |5645 |  34k|5645 | 166 | 425k| 499k|7419 | 0.000000e+00 | 1.000000e+00 |    Inf 
1239.63/1239.69	c  1227s|420000 |  1290 |  1800k|   4.3 |  60M| 159 |   7 |5645 |  37k|5645 | 155 | 433k| 512k|7546 | 0.000000e+00 | 1.000000e+00 |    Inf 
1273.92/1273.95	c  1260s|430000 |  1258 |  1852k|   4.3 |  61M| 159 |  10 |5645 |  39k|5645 | 182 | 444k| 525k|7640 | 0.000000e+00 | 1.000000e+00 |    Inf 
1312.82/1312.88	c  1299s|440000 |  1341 |  1901k|   4.3 |  63M| 159 |   - |5645 |  44k|   0 |   0 | 456k| 538k|7710 | 0.000000e+00 | 1.000000e+00 |    Inf 
1353.83/1353.83	c  1339s|450000 |  1428 |  1954k|   4.3 |  63M| 159 |  12 |5645 |  43k|5645 | 197 | 468k| 551k|7840 | 0.000000e+00 | 1.000000e+00 |    Inf 
1394.12/1394.12	c  1378s|460000 |  1604 |  2005k|   4.4 |  66M| 159 |  12 |5645 |  46k|5645 | 200 | 480k| 563k|7933 | 0.000000e+00 | 1.000000e+00 |    Inf 
1433.23/1433.27	c  1417s|470000 |  1607 |  2048k|   4.4 |  66M| 159 |   - |5645 |  46k|   0 |   0 | 488k| 577k|8011 | 0.000000e+00 | 1.000000e+00 |    Inf 
1474.52/1474.52	c  1457s|480000 |  1598 |  2098k|   4.4 |  67M| 159 |   - |5645 |  47k|   0 |   0 | 500k| 590k|8079 | 0.000000e+00 | 1.000000e+00 |    Inf 
1517.12/1517.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1517.12/1517.13	c  1499s|490000 |  1771 |  2153k|   4.4 |  70M| 159 |   1 |5645 |  51k|5645 | 204 | 515k| 603k|8204 | 0.000000e+00 | 1.000000e+00 |    Inf 
1562.04/1562.08	c  1543s|500000 |  1761 |  2209k|   4.4 |  70M| 159 |   - |5645 |  51k|   0 |   0 | 530k| 616k|8278 | 0.000000e+00 | 1.000000e+00 |    Inf 
1605.73/1605.70	c  1586s|510000 |  1676 |  2263k|   4.4 |  69M| 159 |   - |5645 |  49k|   0 |   0 | 544k| 630k|8410 | 0.000000e+00 | 1.000000e+00 |    Inf 
1646.93/1646.98	c  1626s|520000 |  1606 |  2310k|   4.4 |  67M| 159 |   1 |5645 |  47k|5645 | 175 | 554k| 643k|8483 | 0.000000e+00 | 1.000000e+00 |    Inf 
1687.83/1687.83	c  1667s|530000 |  1587 |  2361k|   4.5 |  68M| 159 |   - |5645 |  49k|   0 |   0 | 565k| 657k|8555 | 0.000000e+00 | 1.000000e+00 |    Inf 
1732.73/1732.72	c  1711s|540000 |  1541 |  2418k|   4.5 |  69M| 159 |   7 |5645 |  50k|5645 | 183 | 579k| 670k|8678 | 0.000000e+00 | 1.000000e+00 |    Inf 
1776.13/1776.18	c  1753s|550000 |  1566 |  2475k|   4.5 |  70M| 159 |   - |5645 |  52k|   0 |   0 | 592k| 684k|8762 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1776.62
1800.04/1800.00	c Solving Nodes      : 555450
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (135 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.09	s SATISFIABLE
1800.04/1800.09	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 -x211 -x210 
1800.04/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.09	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1800.04/1800.09	v -x167 -x166 x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 -x146 
1800.04/1800.09	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1800.04/1800.09	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.04/1800.09	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
1800.04/1800.09	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 x55 -x54 
1800.04/1800.09	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.04/1800.09	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 
1800.04/1800.09	v -x1 
1800.04/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.09	c Solving Time       :    1776.62
1800.04/1800.09	c Original Problem   :
1800.04/1800.09	c   Problem name     : HOME/instance-2692349-1277927425.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.09	c Presolved Problem  :
1800.04/1800.09	c   Problem name     : t_HOME/instance-2692349-1277927425.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5414 initial, 53107 maximal
1800.04/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.04/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.04/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   integral         :          0          0          0     395373          0          5        465          0          0     585804
1800.04/1800.09	c   indicator        :       2707          0     308102      38543          0         17     242180          0          0          0
1800.04/1800.09	c   linear           :       2707          6    2745518     101913          0     232775   15019681     598209          0          0
1800.04/1800.09	c   logicor          :          0+         0     879127          0          0      30003     776080          0          0          0
1800.04/1800.09	c   countsols        :          0          0          0      27021          0          0          0          0          0          0
1800.04/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.09	c   integral         :      18.02       0.00       0.00      18.02       0.00
1800.04/1800.09	c   indicator        :      10.50       0.00       2.83       7.67       0.00
1800.04/1800.09	c   linear           :     190.33       0.00     178.59      11.74       0.00
1800.04/1800.09	c   logicor          :     405.51       0.00     405.51       0.00       0.00
1800.04/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.09	c   vbounds          :       0.51          2          0          0
1800.04/1800.09	c   rootredcost      :       0.61         19          0       2707
1800.04/1800.09	c   pseudoobj        :     138.18    2746189        502     135488
1800.04/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.09	c   propagation      :      14.30     263280     262685    1589796       27.8       7475       26.8          -
1800.04/1800.09	c   infeasible LP    :       9.29      22175      22175     166468       43.4        206       23.1          0
1800.04/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   pseudo solution  :       0.00         10         10         35       12.5          9        4.4          -
1800.04/1800.09	c   applied globally :          -          -          -     691598       23.2          -          -          -
1800.04/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.04/1800.09	c   redcost          :      27.58     395519          0      65839          0          0
1800.04/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.09	c   gomory           :       0.00          4          0          0         86          0
1800.04/1800.09	c   strongcg         :       0.01          4          0          0          0          0
1800.04/1800.09	c   cmir             :       0.01          4          0          0          0          0
1800.04/1800.09	c   flowcover        :       0.03          4          0          0          0          0
1800.04/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.09	c Pricers            :       Time      Calls       Vars
1800.04/1800.09	c   problem variables:       0.00          0          0
1800.04/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   relpscost        :      17.73     293296          5        465          0          0     585804
1800.04/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   inference        :       7.13      27002          0          0          0          0      54004
1800.04/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.09	c   LP solutions     :       0.05          -         19
1800.04/1800.09	c   pseudo solutions :       0.00          -          0
1800.04/1800.09	c   feaspump         :       0.02          0          0
1800.04/1800.09	c   oneopt           :       0.22         17          0
1800.04/1800.09	c   crossover        :       0.85         19          0
1800.04/1800.09	c   guideddiving     :       0.53        157          0
1800.04/1800.09	c   fracdiving       :       1.38        823          0
1800.04/1800.09	c   veclendiving     :       1.05        823          0
1800.04/1800.09	c   linesearchdiving :       1.38        823          0
1800.04/1800.09	c   coefdiving       :       1.31        824          0
1800.04/1800.09	c   pscostdiving     :       1.56        824          0
1800.04/1800.09	c   rootsoldiving    :       1.58        799          0
1800.04/1800.09	c   objpscostdiving  :       1.43        804          0
1800.04/1800.09	c   trivial          :       0.09          2          2
1800.04/1800.09	c   simplerounding   :       0.63     293334          0
1800.04/1800.09	c   zirounding       :       0.41       1000          0
1800.04/1800.09	c   rounding         :       1.48       7628          0
1800.04/1800.09	c   shifting         :       0.93       2338          0
1800.04/1800.09	c   intshifting      :       0.03          4          0
1800.04/1800.09	c   twoopt           :       0.00          0          0
1800.04/1800.09	c   fixandinfer      :       0.00          0          0
1800.04/1800.09	c   intdiving        :       0.00          0          0
1800.04/1800.09	c   actconsdiving    :       0.00          0          0
1800.04/1800.09	c   octane           :       0.00          0          0
1800.04/1800.09	c   rens             :       0.03          1          0
1800.04/1800.09	c   rins             :       0.00          0          0
1800.04/1800.09	c   localbranching   :       0.00          0          0
1800.04/1800.09	c   mutation         :       0.00          0          0
1800.04/1800.09	c   dins             :       0.00          0          0
1800.04/1800.09	c   undercover       :       0.00          0          0
1800.04/1800.09	c   nlp              :       0.16          0          0
1800.04/1800.09	c   trysol           :       1.12       2889        114
1800.04/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.09	c   dual LP          :     356.97     392117    2501456       6.38    7007.47
1800.04/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.09	c   diving/probing LP:       0.24        204        804       3.94    3350.00
1800.04/1800.09	c   strong branching :      15.04       8822      82506       9.35    5485.77
1800.04/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.04/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.09	c B&B Tree           :
1800.04/1800.09	c   number of runs   :          1
1800.04/1800.09	c   nodes            :     555450
1800.04/1800.09	c   nodes (total)    :     555450
1800.04/1800.09	c   nodes left       :       1526
1800.04/1800.09	c   max depth        :        159
1800.04/1800.09	c   max depth (total):        159
1800.04/1800.09	c   backtracks       :      63747 (11.5%)
1800.04/1800.09	c   delayed cutoffs  :      51334
1800.04/1800.09	c   repropagations   :    1199246 (3262926 domain reductions, 49920 cutoffs)
1800.04/1800.09	c   avg switch length:       5.83
1800.04/1800.09	c   switching time   :     311.66
1800.04/1800.09	c Solution           :
1800.04/1800.09	c   Solutions found  :        135 (20 improvements)
1800.04/1800.09	c   First Solution   : +1.36624000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.09	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 77978 nodes, 189.81 seconds, depth 32, found by <relaxation>)
1800.04/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.09	c   Gap              :   infinite
1800.04/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.09	c   Root Iterations  :        106
1800.23/1800.22	c Time complete: 1800.26.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692349-1277927425/watcher-2692349-1277927425 -o /tmp/evaluation-result-2692349-1277927425/solver-2692349-1277927425 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692349-1277927425.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: 2.56 2.70 2.47 5/178 17845
/proc/meminfo: memFree=30493672/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=9272 CPUtime=0
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 1640 0 0 0 0 0 0 0 25 0 1 0 134038504 9494528 1559 4089446400 4194304 8223781 140733823201680 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17845/statm: 2318 1560 369 984 0 1331 0

[startup+0.0997299 s]
/proc/loadavg: 2.56 2.70 2.47 5/178 17845
/proc/meminfo: memFree=30493672/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=35140 CPUtime=0.09
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 8089 0 0 0 8 1 0 0 25 0 1 0 134038504 35983360 7644 4089446400 4194304 8223781 140733823201680 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.100726 s]
/proc/loadavg: 2.56 2.70 2.47 5/178 17845
/proc/meminfo: memFree=30493672/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=35140 CPUtime=0.09
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 8089 0 0 0 8 1 0 0 25 0 1 0 134038504 35983360 7644 4089446400 4194304 8223781 140733823201680 18446744073709551615 4241142 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300694 s]
/proc/loadavg: 2.56 2.70 2.47 5/178 17845
/proc/meminfo: memFree=30493672/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=42936 CPUtime=0.29
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 10655 0 0 0 27 2 0 0 18 0 1 0 134038504 43966464 9607 4089446400 4194304 8223781 140733823201680 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 10734 9607 561 984 0 9747 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42936

[startup+0.700623 s]
/proc/loadavg: 2.56 2.70 2.47 5/178 17845
/proc/meminfo: memFree=30493672/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=43080 CPUtime=0.69
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 15656 0 0 0 66 3 0 0 18 0 1 0 134038504 44113920 9710 4089446400 4194304 8223781 140733823201680 18446744073709551615 6440144 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 10770 9710 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50049 s]
/proc/loadavg: 2.56 2.70 2.47 3/179 17846
/proc/meminfo: memFree=30456092/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=43120 CPUtime=1.49
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 15707 0 0 0 145 4 0 0 19 0 1 0 134038504 44154880 9761 4089446400 4194304 8223781 140733823201680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 10780 9761 578 984 0 9793 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43120

[startup+3.1002 s]
/proc/loadavg: 2.56 2.70 2.47 3/179 17846
/proc/meminfo: memFree=30455968/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=47532 CPUtime=3.09
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 16586 0 0 0 303 6 0 0 23 0 1 0 134038504 48672768 10634 4089446400 4194304 8223781 140733823201680 18446744073709551615 6505971 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 11883 10634 578 984 0 10896 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47532

[startup+6.30065 s]
/proc/loadavg: 2.52 2.69 2.47 3/179 17846
/proc/meminfo: memFree=30445792/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=52736 CPUtime=6.29
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 28094 0 0 0 620 9 0 0 25 0 1 0 134038504 54001664 12040 4089446400 4194304 8223781 140733823201680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 13184 12040 581 984 0 12197 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52736

[startup+12.7005 s]
/proc/loadavg: 2.48 2.68 2.47 3/179 17846
/proc/meminfo: memFree=30433640/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=58832 CPUtime=12.69
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 34721 0 0 0 1255 14 0 0 25 0 1 0 134038504 60243968 13555 4089446400 4194304 8223781 140733823201680 18446744073709551615 6003414 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 14708 13555 581 984 0 13721 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58832

[startup+25.5003 s]
/proc/loadavg: 2.44 2.66 2.46 3/179 17847
/proc/meminfo: memFree=30414580/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=70344 CPUtime=25.49
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 47771 0 0 0 2525 24 0 0 25 0 1 0 134038504 72032256 16459 4089446400 4194304 8223781 140733823201680 18446744073709551615 6439994 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 17586 16459 581 984 0 16599 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70344

[startup+51.1008 s]
/proc/loadavg: 2.29 2.61 2.45 3/179 17848
/proc/meminfo: memFree=30380712/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=94812 CPUtime=51.09
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 58976 0 0 0 5067 42 0 0 25 0 1 0 134038504 97087488 22589 4089446400 4194304 8223781 140733823201680 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 23703 22589 581 984 0 22716 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94812

[startup+102.307 s]
/proc/loadavg: 2.12 2.51 2.43 3/179 17849
/proc/meminfo: memFree=30312968/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=137180 CPUtime=102.3
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 109514 0 0 0 10143 87 0 0 25 0 1 0 134038504 140472320 33221 4089446400 4194304 8223781 140733823201680 18446744073709551615 6483541 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 34295 33221 590 984 0 33308 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 137180

[startup+162.3 s]
/proc/loadavg: 2.04 2.41 2.40 3/179 17850
/proc/meminfo: memFree=30272144/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=147856 CPUtime=162.29
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 148833 0 0 0 16066 163 0 0 25 0 1 0 134038504 151404544 35870 4089446400 4194304 8223781 140733823201680 18446744073709551615 4210705 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 36964 35870 590 984 0 35977 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 147856

[startup+222.301 s]
/proc/loadavg: 2.01 2.34 2.37 3/179 17852
/proc/meminfo: memFree=30235776/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=151548 CPUtime=222.3
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 187903 0 0 0 21992 238 0 0 25 0 1 0 134038504 155185152 36781 4089446400 4194304 8223781 140733823201680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 37887 36781 590 984 0 36900 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 151548

[startup+282.301 s]
/proc/loadavg: 2.00 2.27 2.34 3/179 17854
/proc/meminfo: memFree=30205652/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=154312 CPUtime=282.3
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 190387 0 0 0 27930 300 0 0 25 0 1 0 134038504 158015488 37449 4089446400 4194304 8223781 140733823201680 18446744073709551615 6456376 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 38578 37449 590 984 0 37591 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 154312

[startup+342.301 s]
/proc/loadavg: 2.00 2.22 2.32 3/179 17856
/proc/meminfo: memFree=30167920/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=156772 CPUtime=342.3
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 192737 0 0 0 33870 360 0 0 25 0 1 0 134038504 160534528 38022 4089446400 4194304 8223781 140733823201680 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 39193 38022 590 984 0 38206 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 156772

[startup+402.301 s]
/proc/loadavg: 2.00 2.18 2.30 3/179 17857
/proc/meminfo: memFree=30138496/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=157456 CPUtime=402.3
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 192916 0 0 0 39813 417 0 0 25 0 1 0 134038504 161234944 38192 4089446400 4194304 8223781 140733823201680 18446744073709551615 6328794 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 39364 38192 590 984 0 38377 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 157456

[startup+462.3 s]
/proc/loadavg: 2.00 2.14 2.27 3/179 17858
/proc/meminfo: memFree=30102872/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=159436 CPUtime=462.31
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 195242 0 0 0 45764 467 0 0 25 0 1 0 134038504 163262464 38672 4089446400 4194304 8223781 140733823201680 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 39859 38672 590 984 0 38872 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 159436

[startup+522.301 s]
/proc/loadavg: 2.00 2.11 2.25 3/179 17860
/proc/meminfo: memFree=30082860/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=161032 CPUtime=522.3
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 195677 0 0 0 51716 514 0 0 25 0 1 0 134038504 164896768 39096 4089446400 4194304 8223781 140733823201680 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 40258 39096 590 984 0 39271 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 161032

[startup+582.3 s]
/proc/loadavg: 2.00 2.09 2.24 3/179 17862
/proc/meminfo: memFree=30073560/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=164216 CPUtime=582.31
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 196447 0 0 0 57669 562 0 0 25 0 1 0 134038504 168157184 39866 4089446400 4194304 8223781 140733823201680 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 41054 39866 590 984 0 40067 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 164216

[startup+642.301 s]
/proc/loadavg: 2.00 2.07 2.22 3/179 17873
/proc/meminfo: memFree=30069612/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=164572 CPUtime=642.32
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 196532 0 0 0 63628 604 0 0 25 0 1 0 134038504 168521728 39934 4089446400 4194304 8223781 140733823201680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 41143 39934 590 984 0 40156 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 164572

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.16 3/179 17879
/proc/meminfo: memFree=30042092/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=173240 CPUtime=882.31
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 200509 0 0 0 87466 765 0 0 25 0 1 0 134038504 177397760 42073 4089446400 4194304 8223781 140733823201680 18446744073709551615 5507241 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 43310 42073 590 984 0 42323 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 173240

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.15 3/179 17881
/proc/meminfo: memFree=30037720/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=174252 CPUtime=942.31
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 200758 0 0 0 93427 804 0 0 25 0 1 0 134038504 178434048 42303 4089446400 4194304 8223781 140733823201680 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 43563 42303 588 984 0 42576 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 174252

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/179 17882
/proc/meminfo: memFree=30034708/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=174780 CPUtime=1002.32
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 200872 0 0 0 99389 843 0 0 25 0 1 0 134038504 178974720 42417 4089446400 4194304 8223781 140733823201680 18446744073709551615 5506773 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 43695 42417 588 984 0 42708 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 174780

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/179 17883
/proc/meminfo: memFree=30033544/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=175108 CPUtime=1062.32
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 200916 0 0 0 105351 881 0 0 25 0 1 0 134038504 179310592 42461 4089446400 4194304 8223781 140733823201680 18446744073709551615 6446774 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17845/statm: 43777 42461 588 984 0 42790 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 175108

[startup+1122.3 s]
/proc/loadavg: 1.97 1.99 2.11 3/179 17913
/proc/meminfo: memFree=30852956/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=175692 CPUtime=1122.32
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 201043 0 0 0 111219 1013 0 0 25 0 1 0 134038504 179908608 42586 4089446400 4194304 8223781 140733823201680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 43923 42586 588 984 0 42936 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 175692

[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 2.10 3/179 17915
/proc/meminfo: memFree=30743484/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=175692 CPUtime=1182.31
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 201047 0 0 0 117097 1134 0 0 25 0 1 0 134038504 179908608 42590 4089446400 4194304 8223781 140733823201680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 43923 42590 588 984 0 42936 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 175692

[startup+1242.3 s]
/proc/loadavg: 2.07 2.01 2.09 3/179 17917
/proc/meminfo: memFree=30679184/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=176148 CPUtime=1242.32
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 201116 0 0 0 122963 1269 0 0 25 0 1 0 134038504 180375552 42659 4089446400 4194304 8223781 140733823201680 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 44037 42659 588 984 0 43050 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 176148

[startup+1302.3 s]
/proc/loadavg: 2.02 2.00 2.09 3/179 17918
/proc/meminfo: memFree=30649136/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=176316 CPUtime=1302.33
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 201165 0 0 0 128830 1403 0 0 25 0 1 0 134038504 180547584 42700 4089446400 4194304 8223781 140733823201680 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 44079 42700 588 984 0 43092 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 176316

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.08 3/179 17919
/proc/meminfo: memFree=30630972/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=177700 CPUtime=1362.32
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 201401 0 0 0 134718 1514 0 0 25 0 1 0 134038504 181964800 42929 4089446400 4194304 8223781 140733823201680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 44425 42929 588 984 0 43438 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 177700

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 17921
/proc/meminfo: memFree=30615284/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=178364 CPUtime=1422.33
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 201578 0 0 0 140604 1629 0 0 25 0 1 0 134038504 182644736 43095 4089446400 4194304 8223781 140733823201680 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 44591 43095 588 984 0 43604 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 178364

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 17923
/proc/meminfo: memFree=30604304/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=178380 CPUtime=1482.32
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 201589 0 0 0 146495 1737 0 0 25 0 1 0 134038504 182661120 43105 4089446400 4194304 8223781 140733823201680 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 44595 43105 588 984 0 43608 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 178380

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17925
/proc/meminfo: memFree=30593312/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=179496 CPUtime=1542.32
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 206213 0 0 0 152383 1849 0 0 25 0 1 0 134038504 183803904 43337 4089446400 4194304 8223781 140733823201680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 44874 43337 588 984 0 43887 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 179496

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17926
/proc/meminfo: memFree=30585304/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=179520 CPUtime=1602.33
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 206252 0 0 0 158273 1960 0 0 25 0 1 0 134038504 183828480 43375 4089446400 4194304 8223781 140733823201680 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 44880 43375 588 984 0 43893 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 179520

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 17927
/proc/meminfo: memFree=30578028/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=179520 CPUtime=1662.33
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 206261 0 0 0 164150 2083 0 0 25 0 1 0 134038504 183828480 43383 4089446400 4194304 8223781 140733823201680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 44880 43383 588 984 0 43893 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 179520

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 17929
/proc/meminfo: memFree=30568028/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=180188 CPUtime=1722.33
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 206416 0 0 0 170035 2198 0 0 25 0 1 0 134038504 184512512 43528 4089446400 4194304 8223781 140733823201680 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 45047 43528 588 984 0 44060 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 180188

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.04 3/179 17931
/proc/meminfo: memFree=30557804/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=180260 CPUtime=1782.33
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 206444 0 0 0 175924 2309 0 0 25 0 1 0 134038504 184586240 43544 4089446400 4194304 8223781 140733823201680 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 45065 43544 588 984 0 44078 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 180260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.10 2.03 2.05 3/179 17931
/proc/meminfo: memFree=30554936/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=180344 CPUtime=1800.04
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 206475 0 0 0 177665 2339 0 0 25 0 1 0 134038504 184672256 43571 4089446400 4194304 8223781 140733823201680 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17845/statm: 45086 43571 588 984 0 44099 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 180344

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

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

[startup+1800.2 s]
/proc/loadavg: 2.10 2.03 2.05 3/179 17931
/proc/meminfo: memFree=30554936/32951124 swapFree=67111528/67111528
[pid=17845] ppid=17843 vsize=153896 CPUtime=1800.23
/proc/17845/stat : 17845 (pbscip.linux.x8) R 17843 17845 17614 0 -1 4202496 206518 0 0 0 177684 2339 0 0 18 0 1 0 134038504 157589504 36967 4089446400 4194304 8223781 140733823201680 18446744073709551615 5957865 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17845/statm: 38474 36967 590 984 0 37487 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 153896

Child status: 0
Real time (s): 1800.23
CPU time (s): 1800.27
CPU user time (s): 1776.86
CPU system time (s): 23.4024
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 180488

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

runsolver used 3.19051 second user time and 5.9321 second system time

The end

Launcher Data

Begin job on node136 at 2010-06-30 21:50:25
IDJOB=2692349
IDBENCH=79279
IDSOLVER=1204
FILE ID=node136/2692349-1277927425
PBS_JOBID= 11197365
Free space on /tmp= 74132 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/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900573137--soft-0-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-2692349-1277927425/watcher-2692349-1277927425 -o /tmp/evaluation-result-2692349-1277927425/solver-2692349-1277927425 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692349-1277927425.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 337bb89bbfc43fe8a5ddb591a5c00326
RANDOM SEED=654599341

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
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.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
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.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30494076 kB
Buffers:        211968 kB
Cached:        1384204 kB
SwapCached:          0 kB
Active:        1383204 kB
Inactive:       925216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30494076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4696 kB
Writeback:           0 kB
AnonPages:      712396 kB
Mapped:          17340 kB
Slab:            83212 kB
PageTables:       6220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   920840 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= 74128 MiB
End job on node136 at 2010-06-30 22:20:27