Trace number 2692406

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.21 1800.17

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900577940--soft-0-100-0.wbo
MD5SUM2d690d91fe5f00c81c2e61f07f4a896b
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 benchmark510.174
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
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-2692406-1277930190.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 136179
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.361790e+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.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.2s) 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.15
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.22	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.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.361790e+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.361790e+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.361790e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.361790e+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.361790e+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.361790e+05 |    Inf 
0.29/0.30	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.361790e+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.361790e+05 |    Inf 
28.59/28.67	c  28.4s| 10000 | 10001 | 30782 |   3.1 |  51M|1285 |   0 |5645 |5414 |5645 | 233 |  12k|   0 |1730 | 0.000000e+00 | 1.361790e+05 |    Inf 
44.59/44.68	c  44.2s| 20000 | 20001 | 31694 |   1.6 |  70M|2167 |   0 |5645 |5414 |5645 | 247 |  12k|   0 |1735 | 0.000000e+00 | 1.361790e+05 |    Inf 
60.89/60.94	c  60.4s| 30000 | 30001 | 32560 |   1.1 |  89M|2167 |   0 |5645 |5414 |5645 | 250 |  12k|   0 |1735 | 0.000000e+00 | 1.361790e+05 |    Inf 
77.70/77.76	c  77.1s| 40000 | 40001 | 33924 |   0.8 | 109M|2167 |   0 |5645 |5414 |5645 | 225 |  13k|   0 |1735 | 0.000000e+00 | 1.361790e+05 |    Inf 
94.29/94.30	c  93.5s| 50000 | 50001 | 34496 |   0.7 | 128M|2167 |   0 |5645 |5414 |5645 | 232 |  13k|   0 |1736 | 0.000000e+00 | 1.361790e+05 |    Inf 
111.00/111.02	c   110s| 60000 | 59999 | 35200 |   0.6 | 147M|2167 |   0 |5645 |5424 |5645 | 214 |  13k|  10 |1736 | 0.000000e+00 | 1.361790e+05 |    Inf 
128.70/128.72	c   128s| 70000 | 69999 | 36695 |   0.5 | 167M|2167 |   0 |5645 |5424 |5645 | 220 |  13k|  10 |1743 | 0.000000e+00 | 1.361790e+05 |    Inf 
146.30/146.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.30/146.37	c   145s| 80000 | 79997 | 37661 |   0.5 | 186M|2167 |   0 |5645 |5434 |5645 | 226 |  14k|  20 |1747 | 0.000000e+00 | 1.361790e+05 |    Inf 
163.69/163.79	c   163s| 90000 | 89997 | 38639 |   0.4 | 205M|2167 |   0 |5645 |5434 |5645 | 227 |  14k|  20 |1748 | 0.000000e+00 | 1.361790e+05 |    Inf 
173.90/173.96	o 974
173.90/173.96	c * 173s| 95837 | 94035 | 39295 |   0.4 | 213M|2167 |   - |5645 |5434 |5645 | 196 |  14k|  20 |1748 | 0.000000e+00 | 9.740000e+02 |    Inf 
181.40/181.42	c   180s|100000 | 98198 | 39712 |   0.4 | 221M|2167 |   0 |5645 |5434 |5645 | 186 |  15k|  20 |1748 | 0.000000e+00 | 9.740000e+02 |    Inf 
189.10/189.14	o 231
189.10/189.14	c * 188s|104427 | 24299 | 39984 |   0.4 |  82M|2167 |   - |5645 |5434 |5645 | 194 |  15k|  20 |1749 | 0.000000e+00 | 2.310000e+02 |    Inf 
193.69/193.73	o 227
193.69/193.73	c * 192s|106945 | 25824 | 40339 |   0.4 |  85M|2167 |   - |5645 |5448 |5645 | 200 |  15k|  34 |1749 | 0.000000e+00 | 2.270000e+02 |    Inf 
197.20/197.26	o 223
197.20/197.26	c * 196s|108423 | 26212 | 42410 |   0.4 |  88M|2167 |   - |5645 |5592 |5645 | 164 |  15k| 178 |1756 | 0.000000e+00 | 2.230000e+02 |    Inf 
197.40/197.43	o 216
197.40/197.43	c * 196s|108471 | 24487 | 42500 |   0.4 |  85M|2167 |   - |5645 |5603 |5645 | 168 |  15k| 189 |1756 | 0.000000e+00 | 2.160000e+02 |    Inf 
197.50/197.54	o 202
197.50/197.54	c * 196s|108509 | 21163 | 42541 |   0.4 |  79M|2167 |   - |5645 |5603 |5645 | 168 |  15k| 189 |1756 | 0.000000e+00 | 2.020000e+02 |    Inf 
197.60/197.64	o 197
197.60/197.64	c * 196s|108546 | 20024 | 42591 |   0.4 |  76M|2167 |   - |5645 |5607 |5645 | 168 |  15k| 193 |1756 | 0.000000e+00 | 1.970000e+02 |    Inf 
197.60/197.69	o 195
197.60/197.69	c * 196s|108557 | 19586 | 42636 |   0.4 |  76M|2167 |   - |5645 |5607 |5645 | 172 |  15k| 193 |1756 | 0.000000e+00 | 1.950000e+02 |    Inf 
197.70/197.78	o 174
197.70/197.78	c * 196s|108587 | 15295 | 42641 |   0.4 |  66M|2167 |   - |5645 |5607 |5645 | 172 |  15k| 193 |1756 | 0.000000e+00 | 1.740000e+02 |    Inf 
197.90/198.00	o 163
197.90/198.00	c * 196s|108649 | 13745 | 42795 |   0.4 |  62M|2167 |   - |5645 |5629 |5645 | 187 |  15k| 215 |1756 | 0.000000e+00 | 1.630000e+02 |    Inf 
198.09/198.15	o 161
198.09/198.15	c * 197s|108682 | 13469 | 42957 |   0.4 |  62M|2167 |   - |5645 |5634 |5645 | 196 |  15k| 220 |1756 | 0.000000e+00 | 1.610000e+02 |    Inf 
199.10/199.15	o 150
199.10/199.15	c * 198s|109180 | 12106 | 43314 |   0.4 |  59M|2167 |   - |5645 |5675 |5645 | 211 |  16k| 261 |1756 | 0.000000e+00 | 1.500000e+02 |    Inf 
199.39/199.40	o 143
199.39/199.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
199.39/199.40	c * 198s|109330 | 11213 | 43454 |   0.4 |  57M|2167 |   - |5645 |5675 |5645 | 213 |  16k| 261 |1758 | 0.000000e+00 | 1.430000e+02 |    Inf 
199.79/199.84	o 134
199.79/199.84	c * 198s|109484 | 10239 | 44028 |   0.4 |  55M|2167 |   - |5645 |5715 |5645 | 213 |  16k| 301 |1759 | 0.000000e+00 | 1.340000e+02 |    Inf 
202.19/202.20	c   201s|110000 | 10466 | 47125 |   0.4 |  58M|2167 |   - |5645 |6082 |5645 | 214 |  17k| 668 |1763 | 0.000000e+00 | 1.340000e+02 |    Inf 
202.99/203.05	o 123
202.99/203.05	c * 201s|110237 |  9388 | 48180 |   0.4 |  57M|2167 |   - |5645 |6170 |5645 | 225 |  17k| 756 |1773 | 0.000000e+00 | 1.230000e+02 |    Inf 
203.19/203.26	o 96
203.19/203.26	c * 202s|110357 |  6324 | 48189 |   0.4 |  49M|2167 |   - |5645 |6170 |5645 | 225 |  17k| 756 |1773 | 0.000000e+00 | 9.600000e+01 |    Inf 
203.29/203.33	o 89
203.29/203.33	c * 202s|110362 |  5563 | 48264 |   0.4 |  47M|2167 |   - |5645 |6017 |5645 | 212 |  17k| 762 |1773 | 0.000000e+00 | 8.900000e+01 |    Inf 
203.40/203.43	o 87
203.40/203.43	c * 202s|110374 |  5396 | 48414 |   0.4 |  46M|2167 |   - |5645 |5851 |5645 | 215 |  17k| 765 |1773 | 0.000000e+00 | 8.700000e+01 |    Inf 
204.39/204.50	o 83
204.39/204.50	c * 203s|110855 |  5404 | 49115 |   0.4 |  47M|2167 |   - |5645 |5850 |5645 | 197 |  18k| 820 |1773 | 0.000000e+00 | 8.300000e+01 |    Inf 
204.60/204.62	o 80
204.60/204.62	c * 203s|110880 |  5134 | 49196 |   0.4 |  47M|2167 |   - |5645 |5735 |5645 | 194 |  18k| 827 |1773 | 0.000000e+00 | 8.000000e+01 |    Inf 
204.69/204.72	o 79
204.69/204.72	c * 203s|110907 |  5007 | 49232 |   0.4 |  46M|2167 |   - |5645 |5635 |5645 | 200 |  18k| 827 |1773 | 0.000000e+00 | 7.900000e+01 |    Inf 
204.69/204.72	o 75
204.69/204.72	c * 203s|110908 |  4628 | 49232 |   0.4 |  45M|2167 |   - |5645 |5635 |5645 | 200 |  18k| 827 |1773 | 0.000000e+00 | 7.500000e+01 |    Inf 
205.19/205.21	o 69
205.19/205.21	c * 204s|111169 |  4111 | 49409 |   0.4 |  44M|2167 |   - |5645 |5493 |5645 | 185 |  18k| 831 |1773 | 0.000000e+00 | 6.900000e+01 |    Inf 
205.39/205.43	o 26
205.39/205.43	c * 204s|111260 |  1264 | 49492 |   0.4 |  34M|2167 |   - |5645 |5333 |5645 | 182 |  18k| 831 |1773 | 0.000000e+00 | 2.600000e+01 |    Inf 
205.70/205.74	o 17
205.70/205.74	c * 204s|111454 |   914 | 49645 |   0.4 |  33M|2167 |   - |5645 |4161 |5645 | 193 |  18k| 843 |1774 | 0.000000e+00 | 1.700000e+01 |    Inf 
205.90/205.97	o 11
205.90/205.97	c * 204s|111530 |   441 | 49926 |   0.4 |  30M|2167 |   - |5645 |3975 |5645 | 222 |  18k| 929 |1775 | 0.000000e+00 | 1.100000e+01 |    Inf 
216.99/217.07	o 6
216.99/217.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
216.99/217.07	c * 215s|117025 |   745 | 67549 |   0.6 |  34M|2167 |   - |5645 |6021 |5645 | 159 |  22k|7366 |1809 | 0.000000e+00 | 6.000000e+00 |    Inf 
222.60/222.62	c   221s|120000 |   873 | 76471 |   0.6 |  36M|2167 |  23 |5645 |6330 |5645 | 157 |  23k|  11k|1809 | 0.000000e+00 | 6.000000e+00 |    Inf 
224.10/224.13	o 2
224.10/224.13	c * 222s|120807 |   753 | 78943 |   0.7 |  35M|2167 |   - |5645 |6471 |5645 | 153 |  24k|  12k|1809 | 0.000000e+00 | 2.000000e+00 |    Inf 
224.30/224.33	o 1
224.30/224.33	c * 222s|120912 |   721 | 79201 |   0.7 |  35M|2167 |   - |5645 |6284 |5645 | 159 |  24k|  12k|1809 | 0.000000e+00 | 1.000000e+00 |    Inf 
240.70/240.75	c   239s|130000 |   921 |110662 |   0.9 |  38M|2167 |  15 |5645 |8293 |5645 | 169 |  32k|  23k|1894 | 0.000000e+00 | 1.000000e+00 |    Inf 
258.60/258.69	c   256s|140000 |  1003 |138380 |   1.0 |  40M|2167 |   - |5645 |  11k|   0 |   0 |  38k|  36k|2092 | 0.000000e+00 | 1.000000e+00 |    Inf 
281.51/281.52	c   279s|150000 |  1108 |188054 |   1.3 |  44M|2167 |   1 |5645 |  17k|5645 | 189 |  51k|  50k|2454 | 0.000000e+00 | 1.000000e+00 |    Inf 
302.90/302.91	c   300s|160000 |  1138 |223846 |   1.4 |  44M|2167 |   - |5645 |  16k|   0 |   0 |  60k|  63k|2661 | 0.000000e+00 | 1.000000e+00 |    Inf 
326.20/326.26	c   323s|170000 |  1180 |263311 |   1.5 |  46M|2167 |   - |5645 |  19k|   0 |   0 |  71k|  76k|2893 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.30/349.34	c   346s|180000 |  1220 |308554 |   1.7 |  47M|2167 |   - |5645 |  20k|   0 |   0 |  83k|  89k|3130 | 0.000000e+00 | 1.000000e+00 |    Inf 
373.20/373.24	c   370s|190000 |  1456 |352270 |   1.9 |  50M|2167 |  14 |5645 |  22k|5645 | 164 |  93k| 102k|3385 | 0.000000e+00 | 1.000000e+00 |    Inf 
397.60/397.63	c   394s|200000 |  1413 |395109 |   2.0 |  51M|2167 |   - |5645 |  24k|5645 | 206 | 102k| 116k|3557 | 0.000000e+00 | 1.000000e+00 |    Inf 
423.70/423.76	c   420s|210000 |  1353 |441323 |   2.1 |  51M|2167 |   - |5645 |  24k|   0 |   0 | 113k| 129k|3810 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.70/449.74	c   445s|220000 |  1535 |484510 |   2.2 |  54M|2167 |   - |5645 |  28k|   0 |   0 | 124k| 142k|4079 | 0.000000e+00 | 1.000000e+00 |    Inf 
477.01/477.08	c   473s|230000 |  1713 |529794 |   2.3 |  56M|2167 |  15 |5645 |  31k|5645 | 166 | 136k| 155k|4288 | 0.000000e+00 | 1.000000e+00 |    Inf 
504.81/504.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
504.81/504.90	c   500s|240000 |  1749 |572723 |   2.4 |  58M|2167 |  17 |5645 |  34k|5645 | 184 | 147k| 168k|4456 | 0.000000e+00 | 1.000000e+00 |    Inf 
535.20/535.25	c   530s|250000 |  2021 |623833 |   2.5 |  61M|2167 |   - |5645 |  37k|5645 | 184 | 160k| 181k|4625 | 0.000000e+00 | 1.000000e+00 |    Inf 
566.71/566.74	c   562s|260000 |  2369 |673267 |   2.6 |  65M|2167 |   - |5645 |  41k|   0 |   0 | 174k| 193k|4859 | 0.000000e+00 | 1.000000e+00 |    Inf 
602.31/602.38	c   597s|270000 |  2671 |730892 |   2.7 |  68M|2167 |   6 |5645 |  43k|5645 | 172 | 190k| 207k|5049 | 0.000000e+00 | 1.000000e+00 |    Inf 
635.00/635.04	c   629s|280000 |  2821 |783060 |   2.8 |  69M|2167 |   - |5645 |  42k|   0 |   0 | 204k| 220k|5211 | 0.000000e+00 | 1.000000e+00 |    Inf 
668.61/668.67	c   663s|290000 |  2904 |831631 |   2.9 |  71M|2167 |   9 |5645 |  44k|5645 | 178 | 217k| 234k|5375 | 0.000000e+00 | 1.000000e+00 |    Inf 
702.92/702.91	c   697s|300000 |  2845 |882139 |   2.9 |  71M|2167 |   - |5645 |  44k|   0 |   0 | 231k| 247k|5518 | 0.000000e+00 | 1.000000e+00 |    Inf 
737.10/737.17	c   731s|310000 |  2848 |931272 |   3.0 |  72M|2167 |   9 |5645 |  45k|5645 | 187 | 243k| 261k|5699 | 0.000000e+00 | 1.000000e+00 |    Inf 
771.61/771.64	c   765s|320000 |  2882 |981182 |   3.1 |  73M|2167 |   - |5645 |  46k|   0 |   0 | 255k| 275k|5858 | 0.000000e+00 | 1.000000e+00 |    Inf 
806.51/806.57	c   800s|330000 |  2943 |  1031k|   3.1 |  74M|2167 |   1 |5645 |  46k|5645 | 200 | 269k| 288k|6013 | 0.000000e+00 | 1.000000e+00 |    Inf 
839.71/839.71	c   833s|340000 |  2772 |  1079k|   3.2 |  71M|2167 |   1 |5645 |  40k|5645 | 212 | 279k| 302k|6121 | 0.000000e+00 | 1.000000e+00 |    Inf 
868.61/868.62	c   861s|350000 |  2780 |  1114k|   3.2 |  72M|2167 |   1 |5645 |  43k|5645 | 174 | 287k| 316k|6242 | 0.000000e+00 | 1.000000e+00 |    Inf 
898.72/898.75	c   891s|360000 |  2622 |  1152k|   3.2 |  70M|2167 |  12 |5645 |  39k|5645 | 178 | 295k| 330k|6318 | 0.000000e+00 | 1.000000e+00 |    Inf 
930.41/930.40	c   923s|370000 |  2477 |  1203k|   3.3 |  70M|2167 |   - |5645 |  40k|   0 |   0 | 306k| 343k|6462 | 0.000000e+00 | 1.000000e+00 |    Inf 
961.32/961.33	c   953s|380000 |  2369 |  1249k|   3.3 |  69M|2167 |   - |5645 |  39k|   0 |   0 | 317k| 358k|6595 | 0.000000e+00 | 1.000000e+00 |    Inf 
989.71/989.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
989.71/989.75	c   982s|390000 |  2281 |  1285k|   3.3 |  69M|2167 |   - |5645 |  40k|   0 |   0 | 324k| 371k|6654 | 0.000000e+00 | 1.000000e+00 |    Inf 
1019.12/1019.10	c  1011s|400000 |  2433 |  1326k|   3.3 |  70M|2167 |   - |5645 |  41k|   0 |   0 | 333k| 384k|6738 | 0.000000e+00 | 1.000000e+00 |    Inf 
1050.81/1050.85	c  1042s|410000 |  2498 |  1373k|   3.4 |  72M|2167 |   - |5645 |  45k|   0 |   0 | 346k| 398k|6846 | 0.000000e+00 | 1.000000e+00 |    Inf 
1083.32/1083.35	c  1074s|420000 |  2344 |  1422k|   3.4 |  70M|2167 |   - |5645 |  42k|   0 |   0 | 357k| 412k|6980 | 0.000000e+00 | 1.000000e+00 |    Inf 
1114.62/1114.65	c  1105s|430000 |  2239 |  1471k|   3.4 |  69M|2167 |  17 |5645 |  39k|5645 | 178 | 369k| 425k|7091 | 0.000000e+00 | 1.000000e+00 |    Inf 
1145.02/1145.10	c  1136s|440000 |  2069 |  1519k|   3.5 |  67M|2167 |   - |5645 |  39k|   0 |   0 | 379k| 439k|7189 | 0.000000e+00 | 1.000000e+00 |    Inf 
1174.73/1174.79	c  1165s|450000 |  1965 |  1563k|   3.5 |  66M|2167 |   1 |5645 |  39k|5645 | 160 | 390k| 452k|7277 | 0.000000e+00 | 1.000000e+00 |    Inf 
1203.92/1203.90	c  1194s|460000 |  1918 |  1593k|   3.5 |  65M|2167 |  21 |5645 |  36k|5645 | 187 | 396k| 465k|7700 | 0.000000e+00 | 1.000000e+00 |    Inf 
1231.82/1231.85	c  1222s|470000 |  1971 |  1616k|   3.4 |  67M|2167 |   - |5645 |  40k|   0 |   0 | 399k| 478k|7720 | 0.000000e+00 | 1.000000e+00 |    Inf 
1261.73/1261.76	c  1251s|480000 |  2023 |  1644k|   3.4 |  68M|2167 |  20 |5645 |  43k|5645 | 169 | 404k| 491k|7727 | 0.000000e+00 | 1.000000e+00 |    Inf 
1291.73/1291.73	c  1281s|490000 |  1934 |  1677k|   3.4 |  67M|2167 |   1 |5645 |  42k|5645 | 158 | 409k| 505k|7734 | 0.000000e+00 | 1.000000e+00 |    Inf 
1321.03/1321.06	c  1310s|500000 |  1896 |  1707k|   3.4 |  67M|2167 |   - |5645 |  41k|   0 |   0 | 414k| 519k|7790 | 0.000000e+00 | 1.000000e+00 |    Inf 
1348.73/1348.72	c  1338s|510000 |  1830 |  1739k|   3.4 |  64M|2167 |   1 |5645 |  34k|5645 | 150 | 421k| 532k|7856 | 0.000000e+00 | 1.000000e+00 |    Inf 
1373.93/1373.96	c  1363s|520000 |  1872 |  1764k|   3.4 |  66M|2167 |   1 |5645 |  37k|5645 | 171 | 427k| 546k|7896 | 0.000000e+00 | 1.000000e+00 |    Inf 
1401.63/1401.60	c  1390s|530000 |  1833 |  1804k|   3.4 |  65M|2167 |  11 |5645 |  35k|5645 | 188 | 435k| 560k|7938 | 0.000000e+00 | 1.000000e+00 |    Inf 
1432.13/1432.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1432.13/1432.14	c  1420s|540000 |  1730 |  1856k|   3.4 |  63M|2167 |   - |5645 |  33k|   0 |   0 | 447k| 573k|8077 | 0.000000e+00 | 1.000000e+00 |    Inf 
1458.12/1458.10	c  1446s|550000 |  1600 |  1893k|   3.4 |  61M|2167 |   - |5645 |  31k|   0 |   0 | 454k| 587k|8128 | 0.000000e+00 | 1.000000e+00 |    Inf 
1483.53/1483.51	c  1471s|560000 |  1759 |  1939k|   3.5 |  64M|2167 |  14 |5645 |  35k|5645 | 174 | 467k| 600k|8203 | 0.000000e+00 | 1.000000e+00 |    Inf 
1509.24/1509.26	c  1497s|570000 |  1714 |  1981k|   3.5 |  65M|2167 |   1 |5645 |  38k|5645 | 169 | 479k| 614k|8245 | 0.000000e+00 | 1.000000e+00 |    Inf 
1535.13/1535.11	c  1522s|580000 |  1561 |  2026k|   3.5 |  62M|2167 |   - |5645 |  32k|   0 |   0 | 489k| 628k|8313 | 0.000000e+00 | 1.000000e+00 |    Inf 
1558.93/1558.91	c  1546s|590000 |  1506 |  2060k|   3.5 |  61M|2167 |   1 |5645 |  32k|5645 | 172 | 496k| 641k|8442 | 0.000000e+00 | 1.000000e+00 |    Inf 
1584.43/1584.43	c  1571s|600000 |  1468 |  2103k|   3.5 |  60M|2167 |   7 |5645 |  32k|5645 | 160 | 506k| 654k|8479 | 0.000000e+00 | 1.000000e+00 |    Inf 
1610.12/1610.15	c  1597s|610000 |  1494 |  2147k|   3.5 |  62M|2167 |  22 |5645 |  36k|5645 | 186 | 517k| 667k|8551 | 0.000000e+00 | 1.000000e+00 |    Inf 
1634.83/1634.82	c  1621s|620000 |  1343 |  2187k|   3.5 |  60M|2167 |   - |5645 |  33k|   0 |   0 | 526k| 681k|8616 | 0.000000e+00 | 1.000000e+00 |    Inf 
1660.13/1660.15	c  1646s|630000 |  1355 |  2228k|   3.5 |  60M|2167 |   9 |5645 |  33k|5645 | 163 | 538k| 694k|8665 | 0.000000e+00 | 1.000000e+00 |    Inf 
1687.23/1687.30	c  1673s|640000 |  1468 |  2276k|   3.6 |  61M|2167 |   - |5645 |  34k|   0 |   0 | 552k| 707k|8747 | 0.000000e+00 | 1.000000e+00 |    Inf 
1711.83/1711.82	c  1697s|650000 |  1581 |  2311k|   3.6 |  63M|2167 |   - |5645 |  37k|   0 |   0 | 561k| 719k|8788 | 0.000000e+00 | 1.000000e+00 |    Inf 
1738.83/1738.87	c  1724s|660000 |  1639 |  2353k|   3.6 |  65M|2167 |   8 |5645 |  40k|5645 | 169 | 571k| 733k|8845 | 0.000000e+00 | 1.000000e+00 |    Inf 
1764.93/1764.95	c  1750s|670000 |  1692 |  2390k|   3.6 |  66M|2167 |   1 |5645 |  42k|5645 | 167 | 579k| 746k|8906 | 0.000000e+00 | 1.000000e+00 |    Inf 
1793.94/1793.96	c  1779s|680000 |  1739 |  2434k|   3.6 |  67M|2167 |   - |5645 |  41k|   0 |   0 | 590k| 760k|8988 | 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) : 1784.87
1800.04/1800.00	c Solving Nodes      : 681992
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (138 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.07	s SATISFIABLE
1800.04/1800.07	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.07	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.07	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.07	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.07	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.04/1800.07	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1800.04/1800.07	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.07	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.07	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.07	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.07	v x1 
1800.04/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.07	c Solving Time       :    1784.87
1800.04/1800.07	c Original Problem   :
1800.04/1800.07	c   Problem name     : HOME/instance-2692406-1277930190.wbo
1800.04/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.07	c Presolved Problem  :
1800.04/1800.07	c   Problem name     : t_HOME/instance-2692406-1277930190.wbo
1800.04/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.07	c   Constraints      : 5414 initial, 48645 maximal
1800.04/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.04/1800.07	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.04/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.07	c   integral         :          0          0          0     506151          0          1        433          0          0     634392
1800.04/1800.07	c   indicator        :       2707          0     193557     112479          0         11     444255          0          0          0
1800.04/1800.07	c   linear           :       2707          6    3055242     158535          0     256615   15701792     593226          0          0
1800.04/1800.07	c   logicor          :          0+         0     983734          0          0      34754     887585          0          0          0
1800.04/1800.07	c   countsols        :          0          0          0     109026          0          0          0          0          0          0
1800.04/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.07	c   integral         :      18.48       0.00       0.00      18.48       0.00
1800.04/1800.07	c   indicator        :      22.59       0.00       3.96      18.63       0.00
1800.04/1800.07	c   linear           :     181.44       0.02     173.03       8.39       0.00
1800.04/1800.07	c   logicor          :     311.54       0.00     311.54       0.00       0.00
1800.04/1800.07	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1800.04/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.07	c   vbounds          :       0.81          2          0          0
1800.04/1800.07	c   rootredcost      :       0.78         29          0       2707
1800.04/1800.07	c   pseudoobj        :     155.47    3086776        261     196662
1800.04/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.07	c   propagation      :      15.90     291630     291115    1833640       27.8       8538       25.1          -
1800.04/1800.07	c   infeasible LP    :       8.07      20975      20975     164096       43.2        206       21.6          0
1800.04/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.07	c   pseudo solution  :       0.00         20         20         53        5.7         21        8.0          -
1800.04/1800.07	c   applied globally :          -          -          -     763136       22.9          -          -          -
1800.04/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.07	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.04/1800.07	c   redcost          :      39.43     506288          0     130817          0          0
1800.04/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.07	c   gomory           :       0.02          4          0          0         86          0
1800.04/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.07	c   cmir             :       0.00          4          0          0          0          0
1800.04/1800.07	c   flowcover        :       0.03          4          0          0          0          0
1800.04/1800.07	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.07	c Pricers            :       Time      Calls       Vars
1800.04/1800.07	c   problem variables:       0.00          0          0
1800.04/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.07	c   relpscost        :      18.07     317517          1        433          0          0     634392
1800.04/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   inference        :      22.42     108997          0          0          0          0     217994
1800.04/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.07	c   LP solutions     :       0.16          -         29
1800.04/1800.07	c   pseudo solutions :       0.00          -          0
1800.04/1800.07	c   feaspump         :       0.03          0          0
1800.04/1800.07	c   oneopt           :       0.41         28          0
1800.04/1800.07	c   intshifting      :       0.04          4          0
1800.04/1800.07	c   guideddiving     :       0.06         25          0
1800.04/1800.07	c   crossover        :       0.97         23          0
1800.04/1800.07	c   linesearchdiving :       0.44        305          0
1800.04/1800.07	c   coefdiving       :       0.65        306          0
1800.04/1800.07	c   pscostdiving     :       0.46        306          0
1800.04/1800.07	c   fracdiving       :       0.72        306          0
1800.04/1800.07	c   veclendiving     :       0.38        306          0
1800.04/1800.07	c   objpscostdiving  :       0.54        305          0
1800.04/1800.07	c   rootsoldiving    :       0.38        305          0
1800.04/1800.07	c   trivial          :       0.08          2          2
1800.04/1800.07	c   simplerounding   :       0.66     317528          0
1800.04/1800.07	c   zirounding       :       0.39       1000          0
1800.04/1800.07	c   rounding         :       1.30       7934          0
1800.04/1800.07	c   shifting         :       0.95       2423          0
1800.04/1800.07	c   twoopt           :       0.00          0          0
1800.04/1800.07	c   fixandinfer      :       0.00          0          0
1800.04/1800.07	c   intdiving        :       0.00          0          0
1800.04/1800.07	c   actconsdiving    :       0.00          0          0
1800.04/1800.07	c   octane           :       0.00          0          0
1800.04/1800.07	c   rens             :       0.03          1          0
1800.04/1800.07	c   rins             :       0.00          0          0
1800.04/1800.07	c   localbranching   :       0.00          0          0
1800.04/1800.07	c   mutation         :       0.00          0          0
1800.04/1800.07	c   dins             :       0.00          0          0
1800.04/1800.07	c   undercover       :       0.00          0          0
1800.04/1800.07	c   nlp              :       0.28          0          0
1800.04/1800.07	c   trysol           :       0.81       1295        107
1800.04/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.07	c   dual LP          :     420.22     418107    2444474       5.85    5817.13
1800.04/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.07	c   diving/probing LP:       0.11         87        687       7.90    6245.45
1800.04/1800.07	c   strong branching :      14.99       8992      79658       8.86    5314.08
1800.04/1800.07	c     (at root node) :          -         32       1061      33.16          -
1800.04/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.07	c B&B Tree           :
1800.04/1800.07	c   number of runs   :          1
1800.04/1800.07	c   nodes            :     681992
1800.04/1800.07	c   nodes (total)    :     681992
1800.04/1800.07	c   nodes left       :       1713
1800.04/1800.07	c   max depth        :       2167
1800.04/1800.07	c   max depth (total):       2167
1800.04/1800.07	c   backtracks       :      69697 (10.2%)
1800.04/1800.07	c   delayed cutoffs  :      57990
1800.04/1800.07	c   repropagations   :    1320104 (3504551 domain reductions, 56865 cutoffs)
1800.04/1800.07	c   avg switch length:       5.49
1800.04/1800.07	c   switching time   :     282.66
1800.04/1800.07	c Solution           :
1800.04/1800.07	c   Solutions found  :        138 (30 improvements)
1800.04/1800.07	c   First Solution   : +1.36179000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 120912 nodes, 222.40 seconds, depth 27, found by <relaxation>)
1800.04/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.07	c   Gap              :   infinite
1800.04/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.07	c   Root Iterations  :        106
1800.14/1800.17	c Time complete: 1800.2.

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-2692406-1277930190/watcher-2692406-1277930190 -o /tmp/evaluation-result-2692406-1277930190/solver-2692406-1277930190 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692406-1277930190.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.00 2.09 2.11 4/178 13883
/proc/meminfo: memFree=31039484/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=9408 CPUtime=0
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 1649 0 0 0 0 0 0 0 25 0 1 0 134316495 9633792 1568 4089446400 4194304 8223781 140736891401168 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13883/statm: 2352 1568 369 984 0 1365 0

[startup+0.0901869 s]
/proc/loadavg: 2.00 2.09 2.11 4/178 13883
/proc/meminfo: memFree=31039484/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=35144 CPUtime=0.08
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 8089 0 0 0 8 0 0 0 25 0 1 0 134316495 35987456 7644 4089446400 4194304 8223781 140736891401168 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35144

[startup+0.101187 s]
/proc/loadavg: 2.00 2.09 2.11 4/178 13883
/proc/meminfo: memFree=31039484/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=35144 CPUtime=0.09
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 8089 0 0 0 9 0 0 0 25 0 1 0 134316495 35987456 7644 4089446400 4194304 8223781 140736891401168 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35144

[startup+0.301165 s]
/proc/loadavg: 2.00 2.09 2.11 4/178 13883
/proc/meminfo: memFree=31039484/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=42940 CPUtime=0.29
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 10624 0 0 0 28 1 0 0 25 0 1 0 134316495 43970560 9576 4089446400 4194304 8223781 140736891401168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 10735 9576 561 984 0 9748 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42940

[startup+0.701084 s]
/proc/loadavg: 2.00 2.09 2.11 4/178 13883
/proc/meminfo: memFree=31039484/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=43084 CPUtime=0.69
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 15656 0 0 0 67 2 0 0 25 0 1 0 134316495 44118016 9710 4089446400 4194304 8223781 140736891401168 18446744073709551615 6448634 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 10771 9710 575 984 0 9784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.50094 s]
/proc/loadavg: 2.00 2.09 2.11 3/179 13884
/proc/meminfo: memFree=31001904/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=44412 CPUtime=1.49
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 15872 0 0 0 146 3 0 0 25 0 1 0 134316495 45477888 9926 4089446400 4194304 8223781 140736891401168 18446744073709551615 4561345 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 11103 9926 578 984 0 10116 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44412

[startup+3.10066 s]
/proc/loadavg: 2.00 2.09 2.11 3/179 13884
/proc/meminfo: memFree=31001484/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=51340 CPUtime=3.09
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 21974 0 0 0 304 5 0 0 25 0 1 0 134316495 52572160 11630 4089446400 4194304 8223781 140736891401168 18446744073709551615 4414565 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 12835 11630 581 984 0 11848 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51340

[startup+6.3011 s]
/proc/loadavg: 2.00 2.09 2.11 3/179 13885
/proc/meminfo: memFree=30990252/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=55148 CPUtime=6.29
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 27397 0 0 0 621 8 0 0 25 0 1 0 134316495 56471552 12656 4089446400 4194304 8223781 140736891401168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 13787 12656 581 984 0 12800 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55148

[startup+12.701 s]
/proc/loadavg: 2.00 2.08 2.11 3/179 13885
/proc/meminfo: memFree=30986592/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=59152 CPUtime=12.69
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 38294 0 0 0 1255 14 0 0 25 0 1 0 134316495 60571648 13634 4089446400 4194304 8223781 140736891401168 18446744073709551615 4561440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 14788 13634 581 984 0 13801 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59152

[startup+25.5007 s]
/proc/loadavg: 2.00 2.08 2.11 3/179 13885
/proc/meminfo: memFree=30972576/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=71908 CPUtime=25.49
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 46589 0 0 0 2524 25 0 0 25 0 1 0 134316495 73633792 16862 4089446400 4194304 8223781 140736891401168 18446744073709551615 4651300 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 17977 16862 581 984 0 16990 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71908

[startup+51.1003 s]
/proc/loadavg: 2.00 2.07 2.10 3/179 13885
/proc/meminfo: memFree=30940368/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=102612 CPUtime=51.09
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 59393 0 0 0 5063 46 0 0 25 0 1 0 134316495 105074688 24601 4089446400 4194304 8223781 140736891401168 18446744073709551615 4414501 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 25653 24601 581 984 0 24666 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 102612

[startup+102.306 s]
/proc/loadavg: 2.00 2.06 2.09 3/179 13887
/proc/meminfo: memFree=30878704/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=161956 CPUtime=102.3
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 84429 0 0 0 10148 82 0 0 25 0 1 0 134316495 165842944 39548 4089446400 4194304 8223781 140736891401168 18446744073709551615 5893827 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 40489 39548 581 984 0 39502 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 161956

[startup+162.301 s]
/proc/loadavg: 2.00 2.05 2.08 3/179 13889
/proc/meminfo: memFree=30808992/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=230332 CPUtime=162.29
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 101141 0 0 0 16106 123 0 0 25 0 1 0 134316495 235859968 56260 4089446400 4194304 8223781 140736891401168 18446744073709551615 4697625 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 57583 56260 585 984 0 56596 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 230332

[startup+222.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/179 13890
/proc/meminfo: memFree=30814656/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=219572 CPUtime=222.3
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 197835 0 0 0 22042 188 0 0 25 0 1 0 134316495 224841728 53534 4089446400 4194304 8223781 140736891401168 18446744073709551615 4429718 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 54893 53534 591 984 0 53906 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 219572

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.07 3/179 13891
/proc/meminfo: memFree=30805312/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=224548 CPUtime=282.3
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 216943 0 0 0 27970 260 0 0 25 0 1 0 134316495 229937152 54787 4089446400 4194304 8223781 140736891401168 18446744073709551615 6482584 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 56137 54787 591 984 0 55150 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 224548

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.07 3/179 13893
/proc/meminfo: memFree=30797092/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=228468 CPUtime=342.3
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 219730 0 0 0 33909 321 0 0 25 0 1 0 134316495 233951232 55714 4089446400 4194304 8223781 140736891401168 18446744073709551615 6003212 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 57117 55714 591 984 0 56130 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 228468

[startup+402.301 s]
/proc/loadavg: 2.04 2.03 2.07 3/179 13895
/proc/meminfo: memFree=30791720/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=231156 CPUtime=402.3
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 220399 0 0 0 39849 381 0 0 25 0 1 0 134316495 236703744 56345 4089446400 4194304 8223781 140736891401168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 57789 56345 591 984 0 56802 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 231156

[startup+462.301 s]
/proc/loadavg: 2.01 2.02 2.06 3/179 13897
/proc/meminfo: memFree=30784980/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=233576 CPUtime=462.31
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 222840 0 0 0 45797 434 0 0 25 0 1 0 134316495 239181824 56922 4089446400 4194304 8223781 140736891401168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 58394 56922 591 984 0 57407 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 233576

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.06 3/179 13898
/proc/meminfo: memFree=30778988/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=237484 CPUtime=522.31
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 223821 0 0 0 51748 483 0 0 25 0 1 0 134316495 243183616 57893 4089446400 4194304 8223781 140736891401168 18446744073709551615 6436929 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 59371 57893 591 984 0 58384 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 237484

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.05 3/179 13899
/proc/meminfo: memFree=30770384/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=243572 CPUtime=582.31
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 225278 0 0 0 57706 525 0 0 25 0 1 0 134316495 249417728 59347 4089446400 4194304 8223781 140736891401168 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 60893 59347 591 984 0 59906 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 243572

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 13901
/proc/meminfo: memFree=30762288/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=248844 CPUtime=642.31
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 226608 0 0 0 63662 569 0 0 25 0 1 0 134316495 254816256 60664 4089446400 4194304 8223781 140736891401168 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 62211 60664 591 984 0 61224 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 248844

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.04 2.01 2.03 3/179 13907
/proc/meminfo: memFree=30738816/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=252172 CPUtime=882.31
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 233993 0 0 0 87493 738 0 0 25 0 1 0 134316495 258224128 61476 4089446400 4194304 8223781 140736891401168 18446744073709551615 4999762 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 63043 61476 591 984 0 62056 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 252172

[startup+942.301 s]
/proc/loadavg: 2.05 2.02 2.02 3/179 13909
/proc/meminfo: memFree=30734440/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=252196 CPUtime=942.31
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 234015 0 0 0 93447 784 0 0 25 0 1 0 134316495 258248704 61479 4089446400 4194304 8223781 140736891401168 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 63049 61479 591 984 0 62062 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 252196

[startup+1002.3 s]
/proc/loadavg: 2.02 2.02 2.02 3/179 13911
/proc/meminfo: memFree=30730308/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=252296 CPUtime=1002.31
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 234075 0 0 0 99396 835 0 0 25 0 1 0 134316495 258351104 61522 4089446400 4194304 8223781 140736891401168 18446744073709551615 6448634 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 63074 61522 591 984 0 62087 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 252296

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/179 13913
/proc/meminfo: memFree=30727412/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=252856 CPUtime=1062.32
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 234161 0 0 0 105350 882 0 0 25 0 1 0 134316495 258924544 61592 4089446400 4194304 8223781 140736891401168 18446744073709551615 6003375 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 63214 61592 591 984 0 62227 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 252856

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/179 13914
/proc/meminfo: memFree=30725136/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=253408 CPUtime=1122.32
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 234256 0 0 0 111305 927 0 0 25 0 1 0 134316495 259489792 61661 4089446400 4194304 8223781 140736891401168 18446744073709551615 6003380 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 63352 61661 591 984 0 62365 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 253408

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13915
/proc/meminfo: memFree=30721500/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=253432 CPUtime=1182.32
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 234286 0 0 0 117257 975 0 0 25 0 1 0 134316495 259514368 61679 4089446400 4194304 8223781 140736891401168 18446744073709551615 5507212 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 63358 61679 591 984 0 62371 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 253432

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13917
/proc/meminfo: memFree=30716616/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=254036 CPUtime=1242.32
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 234471 0 0 0 123207 1025 0 0 25 0 1 0 134316495 260132864 61856 4089446400 4194304 8223781 140736891401168 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 63509 61856 591 984 0 62522 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 254036

[startup+1302.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 13947
/proc/meminfo: memFree=30937272/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=254928 CPUtime=1302.33
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 234652 0 0 0 129164 1069 0 0 25 0 1 0 134316495 261046272 62034 4089446400 4194304 8223781 140736891401168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 63732 62034 591 984 0 62745 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 254928

[startup+1362.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 13949
/proc/meminfo: memFree=30869076/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=254928 CPUtime=1362.32
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 234679 0 0 0 135115 1117 0 0 25 0 1 0 134316495 261046272 62053 4089446400 4194304 8223781 140736891401168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 63732 62053 591 984 0 62745 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 254928

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13950
/proc/meminfo: memFree=30803076/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=253904 CPUtime=1422.34
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 236644 0 0 0 141067 1167 0 0 25 0 1 0 134316495 259997696 61797 4089446400 4194304 8223781 140736891401168 18446744073709551615 4983075 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13883/statm: 63476 61797 591 984 0 62489 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 253904

[startup+1482.3 s]
/proc/loadavg: 2.08 2.01 2.00 3/179 13960
/proc/meminfo: memFree=30735544/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=252948 CPUtime=1482.32
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 236787 0 0 0 147008 1224 0 0 25 0 1 0 134316495 259018752 61416 4089446400 4194304 8223781 140736891401168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13883/statm: 63237 61416 591 984 0 62250 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 252948

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 13962
/proc/meminfo: memFree=30665680/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=250916 CPUtime=1542.33
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 236812 0 0 0 152954 1279 0 0 25 0 1 0 134316495 256937984 60914 4089446400 4194304 8223781 140736891401168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13883/statm: 62729 60914 591 984 0 61742 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 250916

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13964
/proc/meminfo: memFree=30630416/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=251396 CPUtime=1602.33
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 236875 0 0 0 158897 1336 0 0 25 0 1 0 134316495 257429504 60964 4089446400 4194304 8223781 140736891401168 18446744073709551615 6482565 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13883/statm: 62849 60964 591 984 0 61862 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 251396

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13966
/proc/meminfo: memFree=30600108/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=251396 CPUtime=1662.33
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 236946 0 0 0 164841 1392 0 0 25 0 1 0 134316495 257429504 61022 4089446400 4194304 8223781 140736891401168 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13883/statm: 62849 61022 591 984 0 61862 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 251396

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13967
/proc/meminfo: memFree=30583292/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=251420 CPUtime=1722.33
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 236986 0 0 0 170785 1448 0 0 25 0 1 0 134316495 257454080 61036 4089446400 4194304 8223781 140736891401168 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13883/statm: 62855 61036 591 984 0 61868 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 251420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13968
/proc/meminfo: memFree=30576420/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=251452 CPUtime=1782.33
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 237020 0 0 0 176736 1497 0 0 25 0 1 0 134316495 257486848 61046 4089446400 4194304 8223781 140736891401168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13883/statm: 62863 61046 591 984 0 61876 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 251452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13969
/proc/meminfo: memFree=30575280/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=251452 CPUtime=1800.04
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 237033 0 0 0 178490 1514 0 0 25 0 1 0 134316495 257486848 61046 4089446400 4194304 8223781 140736891401168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13883/statm: 62863 61046 591 984 0 61876 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 251452

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.00 2.00 3/179 13969
/proc/meminfo: memFree=30575280/32951124 swapFree=67111528/67111528
[pid=13883] ppid=13881 vsize=212948 CPUtime=1800.14
/proc/13883/stat : 13883 (pbscip.linux.x8) R 13881 13883 13565 0 -1 4202496 237062 0 0 0 178500 1514 0 0 18 0 1 0 134316495 218058752 51449 4089446400 4194304 8223781 140736891401168 18446744073709551615 4212311 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13883/statm: 53237 51449 593 984 0 52250 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 212948

Child status: 0
Real time (s): 1800.17
CPU time (s): 1800.21
CPU user time (s): 1785.06
CPU system time (s): 15.1547
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 263988

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

runsolver used 3.2555 second user time and 6.579 second system time

The end

Launcher Data

Begin job on node107 at 2010-06-30 22:36:30
IDJOB=2692406
IDBENCH=79304
IDSOLVER=1204
FILE ID=node107/2692406-1277930190
PBS_JOBID= 11197410
Free space on /tmp= 74204 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.1900577940--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-2692406-1277930190/watcher-2692406-1277930190 -o /tmp/evaluation-result-2692406-1277930190/solver-2692406-1277930190 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692406-1277930190.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2d690d91fe5f00c81c2e61f07f4a896b
RANDOM SEED=464305789

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31040012 kB
Buffers:        211560 kB
Cached:        1280152 kB
SwapCached:          0 kB
Active:         645380 kB
Inactive:      1122048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31040012 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4700 kB
Writeback:           0 kB
AnonPages:      276184 kB
Mapped:          17652 kB
Slab:            79836 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   427400 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= 74204 MiB
End job on node107 at 2010-06-30 23:06:32