Trace number 2692409

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.25 1800.21

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900669797--soft-0-100-0.wbo
MD5SUMebbce1c4489027f4644c8b5f9031d297
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 benchmark146.332
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 135865
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135864
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
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-2692409-1277930293.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 135864
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.358640e+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.358640e+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.358640e+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.358640e+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.358640e+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.358640e+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.358640e+05 |    Inf 
0.19/0.29	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.358640e+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.358640e+05 |    Inf 
29.79/29.83	c  29.5s| 10000 | 10001 | 48274 |   4.8 |  51M|  93 |   1 |5645 |5414 |5645 | 147 |  16k|   0 |1779 | 0.000000e+00 | 1.358640e+05 |    Inf 
49.89/50.00	c  49.5s| 20000 | 20001 | 67653 |   3.4 |  73M| 467 |   0 |5645 |5414 |5645 | 198 |  22k|   0 |1779 | 0.000000e+00 | 1.358640e+05 |    Inf 
67.29/67.38	c  66.8s| 30000 | 29999 | 74973 |   2.5 |  94M| 467 |   0 |5645 |5424 |5645 | 198 |  24k|  10 |1779 | 0.000000e+00 | 1.358640e+05 |    Inf 
85.39/85.42	c  84.7s| 40000 | 39991 | 82625 |   2.1 | 114M| 467 |   0 |5645 |5458 |5645 | 191 |  26k|  44 |1779 | 0.000000e+00 | 1.358640e+05 |    Inf 
92.79/92.86	o 192
92.79/92.86	c *92.0s| 44205 |  7886 | 84629 |   1.9 |  48M| 467 |   - |5645 |5458 |5645 | 206 |  27k|  44 |1779 | 0.000000e+00 | 1.920000e+02 |    Inf 
93.28/93.33	o 148
93.28/93.33	c *92.5s| 44363 |  4778 | 84899 |   1.9 |  42M| 467 |   - |5645 |5498 |5645 | 204 |  27k|  84 |1779 | 0.000000e+00 | 1.480000e+02 |    Inf 
93.49/93.54	o 139
93.49/93.54	c *92.7s| 44425 |  4305 | 84990 |   1.9 |  42M| 467 |   - |5645 |5513 |5645 | 185 |  27k|  99 |1779 | 0.000000e+00 | 1.390000e+02 |    Inf 
93.59/93.66	o 136
93.59/93.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.59/93.66	c *92.8s| 44447 |  4124 | 85100 |   1.9 |  42M| 467 |   - |5645 |5528 |5645 | 164 |  27k| 114 |1779 | 0.000000e+00 | 1.360000e+02 |    Inf 
94.19/94.26	o 105
94.19/94.26	c *93.4s| 44606 |  2649 | 85612 |   1.9 |  38M| 467 |   - |5645 |5676 |5645 | 219 |  27k| 262 |1779 | 0.000000e+00 | 1.050000e+02 |    Inf 
94.19/94.27	o 78
94.19/94.27	c *93.5s| 44607 |  1527 | 85619 |   1.9 |  35M| 467 |   - |5645 |5676 |5645 | 216 |  27k| 262 |1779 | 0.000000e+00 | 7.800000e+01 |    Inf 
94.29/94.34	o 74
94.29/94.34	c *93.5s| 44613 |  1351 | 85701 |   1.9 |  34M| 467 |   - |5645 |5068 |5645 | 162 |  27k| 265 |1779 | 0.000000e+00 | 7.400000e+01 |    Inf 
94.69/94.75	o 71
94.69/94.75	c *93.9s| 44718 |  1310 | 86174 |   1.9 |  34M| 467 |   - |5645 |5058 |5645 | 199 |  28k| 372 |1779 | 0.000000e+00 | 7.100000e+01 |    Inf 
94.69/94.79	o 69
94.69/94.79	c *94.0s| 44722 |  1284 | 86222 |   1.9 |  34M| 467 |   - |5645 |4974 |5645 | 192 |  28k| 376 |1779 | 0.000000e+00 | 6.900000e+01 |    Inf 
95.49/95.55	o 67
95.49/95.55	c *94.7s| 44887 |  1209 | 87577 |   1.9 |  34M| 467 |   - |5645 |5081 |5645 | 197 |  28k| 538 |1779 | 0.000000e+00 | 6.700000e+01 |    Inf 
95.69/95.73	o 61
95.69/95.73	c *94.9s| 44951 |   633 | 87750 |   1.9 |  32M| 467 |   - |5645 |5041 |5645 | 160 |  28k| 551 |1779 | 0.000000e+00 | 6.100000e+01 |    Inf 
99.59/99.65	o 54
99.59/99.65	c *98.8s| 46194 |   627 | 91957 |   2.0 |  34M| 467 |   - |5645 |6040 |5645 | 185 |  29k|1847 |1779 | 0.000000e+00 | 5.400000e+01 |    Inf 
110.39/110.46	c   109s| 50000 |   823 |104843 |   2.1 |  40M| 467 |   1 |5645 |5742 |5645 | 146 |  31k|5983 |1838 | 0.000000e+00 | 5.400000e+01 |    Inf 
137.30/137.33	c   136s| 60000 |  1386 |135117 |   2.3 |  51M| 467 |   1 |5645 |7915 |5645 | 171 |  37k|  17k|2015 | 0.000000e+00 | 5.400000e+01 |    Inf 
146.39/146.43	o 53
146.39/146.43	c * 145s| 63389 |  1464 |144506 |   2.3 |  53M| 467 |   - |5645 |7645 |5645 | 189 |  40k|  21k|2068 | 0.000000e+00 | 5.300000e+01 |    Inf 
146.39/146.43	o 52
146.39/146.43	c * 145s| 63390 |  1450 |144507 |   2.3 |  53M| 467 |   - |5645 |7645 |5645 | 189 |  40k|  21k|2068 | 0.000000e+00 | 5.200000e+01 |    Inf 
163.60/163.66	c   162s| 70000 |  1661 |160898 |   2.3 |  58M| 467 |   1 |5645 |7936 |5645 | 167 |  43k|  29k|2164 | 0.000000e+00 | 5.200000e+01 |    Inf 
189.10/189.13	c   187s| 80000 |  2106 |182983 |   2.3 |  66M| 467 |   - |5645 |  10k|   0 |   0 |  47k|  42k|2246 | 0.000000e+00 | 5.200000e+01 |    Inf 
215.50/215.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
215.50/215.55	c   213s| 90000 |  2272 |204284 |   2.3 |  71M| 467 |   4 |5645 |  10k|5645 | 205 |  51k|  55k|2344 | 0.000000e+00 | 5.200000e+01 |    Inf 
229.29/229.31	o 40
229.29/229.31	c * 227s| 95193 |  2132 |215580 |   2.3 |  68M| 467 |   - |5645 |9237 |5645 | 179 |  53k|  62k|2406 | 0.000000e+00 | 4.000000e+01 |    Inf 
240.49/240.57	c   238s|100000 |  2189 |228180 |   2.3 |  69M| 467 |   1 |5645 |7829 |5645 | 180 |  55k|  68k|2469 | 0.000000e+00 | 4.000000e+01 |    Inf 
242.50/242.50	o 33
242.50/242.50	c * 240s|100916 |  2163 |229833 |   2.3 |  69M| 467 |   - |5645 |7778 |5645 | 180 |  55k|  69k|2488 | 0.000000e+00 | 3.300000e+01 |    Inf 
262.29/262.30	c   260s|110000 |  2254 |248515 |   2.3 |  71M| 467 |   - |5645 |9116 |   0 |   0 |  58k|  80k|2559 | 0.000000e+00 | 3.300000e+01 |    Inf 
278.79/278.87	o 30
278.79/278.87	c * 276s|117478 |  2212 |264639 |   2.3 |  72M| 467 |   - |5645 |8516 |5645 | 180 |  60k|  90k|2647 | 0.000000e+00 | 3.000000e+01 |    Inf 
284.20/284.27	c   281s|120000 |  2241 |270034 |   2.2 |  72M| 467 |   - |5645 |8532 |   0 |   0 |  60k|  93k|2661 | 0.000000e+00 | 3.000000e+01 |    Inf 
291.90/291.95	o 27
291.90/291.95	c * 289s|123749 |  2217 |276817 |   2.2 |  72M| 467 |   - |5645 |  10k|5645 | 193 |  61k|  98k|2680 | 0.000000e+00 | 2.700000e+01 |    Inf 
292.10/292.12	o 24
292.10/292.12	c * 289s|123796 |  2135 |276915 |   2.2 |  69M| 467 |   - |5645 |9838 |5645 | 192 |  61k|  98k|2683 | 0.000000e+00 | 2.400000e+01 |    Inf 
305.90/305.98	c   303s|130000 |  2313 |297692 |   2.3 |  71M| 467 |   - |5645 |8991 |   0 |   0 |  67k| 106k|2785 | 0.000000e+00 | 2.400000e+01 |    Inf 
329.40/329.40	c   326s|140000 |  2464 |337355 |   2.4 |  74M| 467 |   1 |5645 |9772 |5645 | 170 |  79k| 121k|2936 | 0.000000e+00 | 2.400000e+01 |    Inf 
353.29/353.30	c   349s|150000 |  2545 |376421 |   2.5 |  76M| 467 |   - |5645 |9660 |   0 |   0 |  91k| 134k|3087 | 0.000000e+00 | 2.400000e+01 |    Inf 
376.40/376.40	c   372s|160000 |  2616 |409392 |   2.6 |  77M| 467 |   - |5645 |  10k|   0 |   0 | 100k| 148k|3211 | 0.000000e+00 | 2.400000e+01 |    Inf 
397.01/397.09	c   393s|170000 |  2707 |432287 |   2.5 |  80M| 467 |   - |5645 |  12k|   0 |   0 | 104k| 160k|3253 | 0.000000e+00 | 2.400000e+01 |    Inf 
419.01/419.09	c   414s|180000 |  2718 |459954 |   2.6 |  81M| 467 |   7 |5645 |  12k|5645 | 185 | 109k| 174k|3382 | 0.000000e+00 | 2.400000e+01 |    Inf 
437.90/437.97	o 10
437.90/437.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
437.90/437.97	c * 433s|188397 |  2448 |482964 |   2.6 |  71M| 467 |   - |5645 |  12k|5645 | 198 | 115k| 186k|3448 | 0.000000e+00 | 1.000000e+01 |    Inf 
441.20/441.22	c   436s|190000 |  2413 |487096 |   2.6 |  70M| 467 |   - |5645 |9343 |   0 |   0 | 116k| 188k|3489 | 0.000000e+00 | 1.000000e+01 |    Inf 
442.20/442.24	o 8
442.20/442.24	c * 437s|190571 |  2341 |488241 |   2.6 |  68M| 467 |   - |5645 |9425 |5645 | 197 | 116k| 189k|3492 | 0.000000e+00 | 8.000000e+00 |    Inf 
442.60/442.68	o 7
442.60/442.68	c * 438s|190801 |  2310 |488736 |   2.6 |  68M| 467 |   - |5645 |9014 |5645 | 185 | 116k| 189k|3492 | 0.000000e+00 | 7.000000e+00 |    Inf 
459.80/459.84	c   455s|200000 |  2150 |515157 |   2.6 |  67M| 467 |   1 |5645 |7581 |5645 | 160 | 120k| 202k|3562 | 0.000000e+00 | 7.000000e+00 |    Inf 
477.10/477.15	c   472s|210000 |  2033 |535232 |   2.5 |  66M| 467 |   1 |5645 |7592 |5645 | 168 | 124k| 215k|3637 | 0.000000e+00 | 7.000000e+00 |    Inf 
495.50/495.51	c   490s|220000 |  2076 |559530 |   2.5 |  69M| 467 |  12 |5645 |  11k|5645 | 180 | 129k| 229k|3713 | 0.000000e+00 | 7.000000e+00 |    Inf 
516.10/516.17	c   510s|230000 |  2259 |582019 |   2.5 |  72M| 467 |   - |5645 |  14k|   0 |   0 | 135k| 242k|3759 | 0.000000e+00 | 7.000000e+00 |    Inf 
524.80/524.88	o 2
524.80/524.88	c * 519s|234097 |  1751 |595466 |   2.5 |  62M| 467 |   - |5645 |  13k|5645 | 148 | 139k| 249k|3805 | 0.000000e+00 | 2.000000e+00 |    Inf 
536.70/536.75	c   531s|240000 |  1582 |618027 |   2.6 |  58M| 467 |   8 |5645 |9232 |5645 | 186 | 144k| 259k|3894 | 0.000000e+00 | 2.000000e+00 |    Inf 
554.90/554.93	c   549s|250000 |  1588 |648399 |   2.6 |  60M| 467 |   - |5645 |  13k|   0 |   0 | 149k| 272k|3973 | 0.000000e+00 | 2.000000e+00 |    Inf 
574.60/574.64	c   568s|260000 |  1463 |682353 |   2.6 |  57M| 467 |  18 |5645 |  10k|5645 | 191 | 154k| 286k|4076 | 0.000000e+00 | 2.000000e+00 |    Inf 
595.80/595.83	c   589s|270000 |  1479 |728959 |   2.7 |  60M| 467 |   - |5645 |  16k|   0 |   0 | 164k| 299k|4177 | 0.000000e+00 | 2.000000e+00 |    Inf 
620.21/620.29	c   613s|280000 |  1395 |778477 |   2.8 |  59M| 467 |  14 |5645 |  13k|5645 | 183 | 176k| 313k|4335 | 0.000000e+00 | 2.000000e+00 |    Inf 
639.60/639.66	c   632s|290000 |  1322 |803620 |   2.8 |  58M| 467 |   - |5645 |  12k|   0 |   0 | 179k| 325k|4455 | 0.000000e+00 | 2.000000e+00 |    Inf 
659.30/659.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
659.30/659.39	c   652s|300000 |  1300 |835946 |   2.8 |  58M| 467 |   - |5645 |  14k|   0 |   0 | 185k| 338k|4520 | 0.000000e+00 | 2.000000e+00 |    Inf 
682.21/682.22	c   674s|310000 |  1367 |880735 |   2.8 |  60M| 467 |   - |5645 |  18k|   0 |   0 | 193k| 351k|4637 | 0.000000e+00 | 2.000000e+00 |    Inf 
704.91/704.95	c   697s|320000 |  1315 |916506 |   2.9 |  61M| 467 |   - |5645 |  19k|   0 |   0 | 199k| 365k|4705 | 0.000000e+00 | 2.000000e+00 |    Inf 
727.50/727.57	c   719s|330000 |  1269 |952294 |   2.9 |  59M| 467 |  12 |5645 |  17k|5645 | 196 | 207k| 378k|4823 | 0.000000e+00 | 2.000000e+00 |    Inf 
750.61/750.65	c   742s|340000 |  1310 |996476 |   2.9 |  61M| 467 |  13 |5645 |  21k|5645 | 193 | 217k| 391k|4917 | 0.000000e+00 | 2.000000e+00 |    Inf 
776.00/776.03	c   767s|350000 |  1199 |  1040k|   3.0 |  58M| 467 |   - |5645 |  15k|   0 |   0 | 226k| 404k|5096 | 0.000000e+00 | 2.000000e+00 |    Inf 
796.20/796.20	c   787s|360000 |  1230 |  1058k|   2.9 |  61M| 467 |   - |5645 |  20k|   0 |   0 | 229k| 416k|5196 | 0.000000e+00 | 2.000000e+00 |    Inf 
817.31/817.36	c   808s|370000 |  1252 |  1081k|   2.9 |  61M| 467 |   - |5645 |  21k|   0 |   0 | 234k| 430k|5233 | 0.000000e+00 | 2.000000e+00 |    Inf 
839.01/839.04	c   829s|380000 |  1269 |  1096k|   2.9 |  62M| 467 |   - |5645 |  22k|   0 |   0 | 237k| 444k|5262 | 0.000000e+00 | 2.000000e+00 |    Inf 
860.71/860.75	c   851s|390000 |  1211 |  1116k|   2.9 |  61M| 467 |   - |5645 |  19k|   0 |   0 | 241k| 458k|5294 | 0.000000e+00 | 2.000000e+00 |    Inf 
882.51/882.55	c   872s|400000 |  1239 |  1136k|   2.8 |  60M| 467 |   - |5645 |  17k|   0 |   0 | 244k| 471k|5350 | 0.000000e+00 | 2.000000e+00 |    Inf 
904.40/904.45	c   894s|410000 |  1264 |  1155k|   2.8 |  62M| 467 |   1 |5645 |  19k|5645 | 178 | 248k| 484k|5394 | 0.000000e+00 | 2.000000e+00 |    Inf 
926.41/926.44	c   916s|420000 |  1240 |  1177k|   2.8 |  61M| 467 |   - |5645 |  19k|   0 |   0 | 252k| 497k|5452 | 0.000000e+00 | 2.000000e+00 |    Inf 
951.10/951.12	c   940s|430000 |  1251 |  1200k|   2.8 |  63M| 467 |   1 |5645 |  22k|5645 | 178 | 256k| 511k|5493 | 0.000000e+00 | 2.000000e+00 |    Inf 
976.11/976.12	c   964s|440000 |  1309 |  1229k|   2.8 |  63M| 467 |   1 |5645 |  22k|5645 | 160 | 264k| 525k|5552 | 0.000000e+00 | 2.000000e+00 |    Inf 
1001.51/1001.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1001.51/1001.52	c   989s|450000 |  1408 |  1252k|   2.8 |  64M| 467 |   - |5645 |  20k|   0 |   0 | 270k| 538k|5610 | 0.000000e+00 | 2.000000e+00 |    Inf 
1026.41/1026.44	c  1013s|460000 |  1503 |  1273k|   2.8 |  66M| 467 |   - |5645 |  23k|   0 |   0 | 276k| 552k|5660 | 0.000000e+00 | 2.000000e+00 |    Inf 
1052.51/1052.51	c  1039s|470000 |  1521 |  1293k|   2.8 |  67M| 467 |   1 |5645 |  23k|5645 | 189 | 280k| 565k|5685 | 0.000000e+00 | 2.000000e+00 |    Inf 
1078.61/1078.60	c  1064s|480000 |  1543 |  1311k|   2.7 |  67M| 467 |   1 |5645 |  22k|5645 | 160 | 284k| 578k|5708 | 0.000000e+00 | 2.000000e+00 |    Inf 
1104.91/1104.93	c  1090s|490000 |  1543 |  1339k|   2.7 |  66M| 467 |  12 |5645 |  19k|5645 | 175 | 293k| 592k|5778 | 0.000000e+00 | 2.000000e+00 |    Inf 
1128.41/1128.46	c  1112s|500000 |  1519 |  1363k|   2.7 |  67M| 467 |   - |5645 |  21k|   0 |   0 | 298k| 606k|5817 | 0.000000e+00 | 2.000000e+00 |    Inf 
1154.12/1154.18	c  1138s|510000 |  1504 |  1387k|   2.7 |  68M| 467 |  20 |5645 |  22k|5645 | 182 | 304k| 621k|5873 | 0.000000e+00 | 2.000000e+00 |    Inf 
1179.01/1179.03	c  1162s|520000 |  1518 |  1411k|   2.7 |  68M| 467 |   - |5645 |  22k|   0 |   0 | 311k| 636k|5924 | 0.000000e+00 | 2.000000e+00 |    Inf 
1203.12/1203.13	c  1185s|530000 |  1473 |  1437k|   2.7 |  68M| 467 |   1 |5645 |  23k|5645 | 179 | 317k| 651k|5973 | 0.000000e+00 | 2.000000e+00 |    Inf 
1228.62/1228.63	c  1210s|540000 |  1469 |  1458k|   2.7 |  69M| 467 |   - |5645 |  24k|   0 |   0 | 322k| 666k|6017 | 0.000000e+00 | 2.000000e+00 |    Inf 
1252.42/1252.43	c  1233s|550000 |  1441 |  1479k|   2.7 |  67M| 467 |   1 |5645 |  20k|5645 | 160 | 326k| 681k|6061 | 0.000000e+00 | 2.000000e+00 |    Inf 
1276.91/1276.97	c  1257s|560000 |  1431 |  1507k|   2.7 |  68M| 467 |  12 |5645 |  22k|5645 | 192 | 333k| 695k|6109 | 0.000000e+00 | 2.000000e+00 |    Inf 
1301.02/1301.02	c  1281s|570000 |  1406 |  1531k|   2.7 |  68M| 467 |   - |5645 |  23k|   0 |   0 | 338k| 710k|6147 | 0.000000e+00 | 2.000000e+00 |    Inf 
1325.82/1325.82	c  1305s|580000 |  1395 |  1554k|   2.7 |  68M| 467 |   - |5645 |  22k|   0 |   0 | 342k| 725k|6184 | 0.000000e+00 | 2.000000e+00 |    Inf 
1350.32/1350.38	c  1329s|590000 |  1379 |  1575k|   2.7 |  68M| 467 |   - |5645 |  23k|   0 |   0 | 346k| 740k|6228 | 0.000000e+00 | 2.000000e+00 |    Inf 
1376.62/1376.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1376.62/1376.66	c  1354s|600000 |  1398 |  1598k|   2.7 |  68M| 467 |   1 |5645 |  23k|5645 | 188 | 350k| 754k|6282 | 0.000000e+00 | 2.000000e+00 |    Inf 
1401.32/1401.40	c  1378s|610000 |  1304 |  1620k|   2.7 |  66M| 467 |   - |5645 |  20k|   0 |   0 | 355k| 768k|6325 | 0.000000e+00 | 2.000000e+00 |    Inf 
1424.72/1424.74	c  1401s|620000 |  1279 |  1643k|   2.6 |  65M| 467 |   - |5645 |  20k|   0 |   0 | 360k| 782k|6350 | 0.000000e+00 | 2.000000e+00 |    Inf 
1447.72/1447.79	c  1423s|630000 |  1154 |  1665k|   2.6 |  63M| 467 |  14 |5645 |  20k|5645 | 175 | 364k| 796k|6384 | 0.000000e+00 | 2.000000e+00 |    Inf 
1472.02/1472.04	c  1447s|640000 |  1000 |  1698k|   2.7 |  58M| 467 |   - |5645 |  17k|   0 |   0 | 371k| 809k|6459 | 0.000000e+00 | 2.000000e+00 |    Inf 
1499.23/1499.26	c  1473s|650000 |  1149 |  1742k|   2.7 |  60M| 467 |   - |5645 |  19k|   0 |   0 | 381k| 822k|6543 | 0.000000e+00 | 2.000000e+00 |    Inf 
1518.13/1518.10	o 1
1518.13/1518.10	c *1491s|656513 |  1095 |  1776k|   2.7 |  59M| 467 |   - |5645 |  21k|5645 | 216 | 390k| 831k|6584 | 0.000000e+00 | 1.000000e+00 |    Inf 
1528.12/1528.13	c  1501s|660000 |  1080 |  1793k|   2.7 |  59M| 467 |   - |5645 |  19k|   0 |   0 | 393k| 836k|6600 | 0.000000e+00 | 1.000000e+00 |    Inf 
1556.53/1556.51	c  1529s|670000 |  1195 |  1839k|   2.7 |  61M| 467 |   1 |5645 |  23k|5645 | 192 | 405k| 849k|6673 | 0.000000e+00 | 1.000000e+00 |    Inf 
1588.62/1588.60	c  1560s|680000 |  1218 |  1889k|   2.8 |  63M| 467 |   - |5645 |  26k|5645 | 184 | 418k| 862k|6758 | 0.000000e+00 | 1.000000e+00 |    Inf 
1621.62/1621.68	c  1592s|690000 |  1251 |  1937k|   2.8 |  65M| 467 |   1 |5645 |  29k|5645 | 176 | 432k| 876k|6818 | 0.000000e+00 | 1.000000e+00 |    Inf 
1649.93/1649.93	c  1620s|700000 |  1256 |  1958k|   2.8 |  66M| 467 |   1 |5645 |  33k|5645 | 190 | 435k| 889k|6843 | 0.000000e+00 | 1.000000e+00 |    Inf 
1690.12/1690.11	c  1659s|710000 |  1490 |  2009k|   2.8 |  69M| 467 |  10 |5645 |  37k|5645 | 194 | 450k| 903k|6937 | 0.000000e+00 | 1.000000e+00 |    Inf 
1732.54/1732.51	c  1701s|720000 |  1501 |  2059k|   2.9 |  70M| 467 |  10 |5645 |  37k|5645 | 190 | 464k| 917k|6991 | 0.000000e+00 | 1.000000e+00 |    Inf 
1773.82/1773.84	c  1742s|730000 |  1582 |  2113k|   2.9 |  72M| 467 |   - |5645 |  40k|   0 |   0 | 480k| 931k|7072 | 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.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1767.28
1800.04/1800.01	c Solving Nodes      : 735829
1800.04/1800.01	c Primal Bound       : +1.00000000000000e+00 (259 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.08	s SATISFIABLE
1800.04/1800.08	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.08	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.08	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.08	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.08	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.08	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.08	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.08	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.08	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.08	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.08	v -x1 
1800.04/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.08	c Solving Time       :    1767.28
1800.04/1800.08	c Original Problem   :
1800.04/1800.08	c   Problem name     : HOME/instance-2692409-1277930293.wbo
1800.04/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.08	c Presolved Problem  :
1800.04/1800.08	c   Problem name     : t_HOME/instance-2692409-1277930293.wbo
1800.04/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.08	c   Constraints      : 5414 initial, 41293 maximal
1800.04/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.04/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.04/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.08	c   integral         :          0          0          0     468073          0          1        169          0          0     751512
1800.04/1800.08	c   indicator        :       2707          0    3925202      79034          0        659    4987993          0          0          0
1800.04/1800.08	c   linear           :       2707          6    4441501      91769          0     268905   19458418     488411          0          0
1800.04/1800.08	c   logicor          :          0+         0    1164211          0          0      71852    1377212          0          0          0
1800.04/1800.08	c   bounddisjunction :          0+         0       5219          0          0          0        136          0          0          0
1800.04/1800.08	c   countsols        :          0          0          0      42128          0          0          0          0          0          0
1800.04/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.08	c   integral         :      15.20       0.00       0.00      15.20       0.00
1800.04/1800.08	c   indicator        :      29.57       0.01      19.71       9.85       0.00
1800.04/1800.08	c   linear           :     226.24       0.00     218.16       8.08       0.00
1800.04/1800.08	c   logicor          :     261.25       0.00     261.25       0.00       0.00
1800.04/1800.08	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.04/1800.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.08	c   vbounds          :       0.58          2          0          0
1800.04/1800.08	c   rootredcost      :       0.40         24          0       2707
1800.04/1800.08	c   pseudoobj        :     225.81    4459834      17256    3649379
1800.04/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.08	c   propagation      :      25.35     358013     357796    2376051       33.4      15619       23.6          -
1800.04/1800.08	c   infeasible LP    :       4.19      10086      10086      80082       41.1        161       17.0          0
1800.04/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.08	c   pseudo solution  :       0.03        164        164        831       19.8         48       10.7          -
1800.04/1800.08	c   applied globally :          -          -          -     939998       24.5          -          -          -
1800.04/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.08	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.04/1800.08	c   redcost          :      36.93     473258          0    1214483          0          0
1800.04/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.08	c   gomory           :       0.03          4          0          0         86          0
1800.04/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.08	c   cmir             :       0.00          4          0          0          0          0
1800.04/1800.08	c   flowcover        :       0.03          4          0          0          0          0
1800.04/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.08	c Pricers            :       Time      Calls       Vars
1800.04/1800.08	c   problem variables:       0.00          0          0
1800.04/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.08	c   relpscost        :      14.82     375903          1        169          0          0     751512
1800.04/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   inference        :       9.94      42104          0          0          0          0      84208
1800.04/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.08	c   LP solutions     :       0.07          -         24
1800.04/1800.08	c   pseudo solutions :       0.00          -          0
1800.04/1800.08	c   feaspump         :       0.00          0          0
1800.04/1800.08	c   oneopt           :       0.27         22          0
1800.04/1800.08	c   guideddiving     :       0.02          3          0
1800.04/1800.08	c   intshifting      :       0.06          4          0
1800.04/1800.08	c   crossover        :       1.12         29          0
1800.04/1800.08	c   coefdiving       :       0.72        477          0
1800.04/1800.08	c   pscostdiving     :       0.59        477          0
1800.04/1800.08	c   fracdiving       :       0.86        477          0
1800.04/1800.08	c   veclendiving     :       0.79        477          0
1800.04/1800.08	c   linesearchdiving :       0.90        478          0
1800.04/1800.08	c   objpscostdiving  :       0.70        475          0
1800.04/1800.08	c   rootsoldiving    :       0.84        475          0
1800.04/1800.08	c   trivial          :       0.08          2          2
1800.04/1800.08	c   simplerounding   :       0.68     377469          0
1800.04/1800.08	c   zirounding       :       0.26       1000          0
1800.04/1800.08	c   rounding         :       3.66       8676          0
1800.04/1800.08	c   shifting         :       2.04       2690          0
1800.04/1800.08	c   twoopt           :       0.00          0          0
1800.04/1800.08	c   fixandinfer      :       0.00          0          0
1800.04/1800.08	c   intdiving        :       0.00          0          0
1800.04/1800.08	c   actconsdiving    :       0.00          0          0
1800.04/1800.08	c   octane           :       0.00          0          0
1800.04/1800.08	c   rens             :       0.02          1          0
1800.04/1800.08	c   rins             :       0.00          0          0
1800.04/1800.08	c   localbranching   :       0.00          0          0
1800.04/1800.08	c   mutation         :       0.00          0          0
1800.04/1800.08	c   dins             :       0.00          0          0
1800.04/1800.08	c   undercover       :       0.00          0          0
1800.04/1800.08	c   nlp              :       0.17          0          0
1800.04/1800.08	c   trysol           :       4.05       8395        233
1800.04/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.08	c   primal LP        :       0.01          0          0       0.00       0.00
1800.04/1800.08	c   dual LP          :     387.66     439694    2144805       4.88    5532.70
1800.04/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.08	c   diving/probing LP:       0.15        171        824       4.82    5493.33
1800.04/1800.08	c   strong branching :      12.12       7116      66617       9.36    5496.45
1800.04/1800.08	c     (at root node) :          -         32       1061      33.16          -
1800.04/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.08	c B&B Tree           :
1800.04/1800.08	c   number of runs   :          1
1800.04/1800.08	c   nodes            :     735829
1800.04/1800.08	c   nodes (total)    :     735829
1800.04/1800.08	c   nodes left       :       1570
1800.04/1800.08	c   max depth        :        467
1800.04/1800.08	c   max depth (total):        467
1800.04/1800.08	c   backtracks       :      58956 (8.0%)
1800.04/1800.08	c   delayed cutoffs  :      52956
1800.04/1800.08	c   repropagations   :    2421798 (5014054 domain reductions, 50978 cutoffs)
1800.04/1800.08	c   avg switch length:       8.10
1800.04/1800.08	c   switching time   :     273.10
1800.04/1800.08	c Solution           :
1800.04/1800.08	c   Solutions found  :        259 (25 improvements)
1800.04/1800.08	c   First Solution   : +1.35864000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.08	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 656513 nodes, 1491.39 seconds, depth 48, found by <relaxation>)
1800.04/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.08	c   Gap              :   infinite
1800.04/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.08	c   Root Iterations  :        106
1800.22/1800.21	c Time complete: 1800.24.

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-2692409-1277930293/watcher-2692409-1277930293 -o /tmp/evaluation-result-2692409-1277930293/solver-2692409-1277930293 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692409-1277930293.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.00 2.00 4/178 18017
/proc/meminfo: memFree=30722236/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=9404 CPUtime=0
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 1649 0 0 0 0 0 0 0 25 0 1 0 134325250 9629696 1569 4089446400 4194304 8223781 140735279295376 18446744073709551615 5650049 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18017/statm: 2351 1569 369 984 0 1364 0

[startup+0.057844 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 18017
/proc/meminfo: memFree=30722236/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=32372 CPUtime=0.04
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 7725 0 0 0 4 0 0 0 25 0 1 0 134325250 33148928 7281 4089446400 4194304 8223781 140735279295376 18446744073709551615 4561440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18017/statm: 8093 7281 405 984 0 7106 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 32372

[startup+0.100825 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 18017
/proc/meminfo: memFree=30722236/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=35140 CPUtime=0.09
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 8089 0 0 0 9 0 0 0 25 0 1 0 134325250 35983360 7645 4089446400 4194304 8223781 140735279295376 18446744073709551615 4241136 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18017/statm: 8785 7645 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300789 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 18017
/proc/meminfo: memFree=30722236/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=42936 CPUtime=0.29
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 10655 0 0 0 28 1 0 0 18 0 1 0 134325250 43966464 9608 4089446400 4194304 8223781 140735279295376 18446744073709551615 4561337 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18017/statm: 10734 9624 561 984 0 9747 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42936

[startup+0.700718 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 18017
/proc/meminfo: memFree=30722236/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=43080 CPUtime=0.69
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 15656 0 0 0 66 3 0 0 18 0 1 0 134325250 44113920 9711 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 10770 9711 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50058 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18018
/proc/meminfo: memFree=30684656/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=43248 CPUtime=1.49
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 15757 0 0 0 145 4 0 0 19 0 1 0 134325250 44285952 9809 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 10812 9809 578 984 0 9825 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43248

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18018
/proc/meminfo: memFree=30682604/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=48636 CPUtime=3.09
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 21940 0 0 0 304 5 0 0 23 0 1 0 134325250 49803264 10938 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 12159 10938 579 984 0 11172 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48636

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18019
/proc/meminfo: memFree=30672112/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=55520 CPUtime=6.28
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 28196 0 0 0 620 8 0 0 25 0 1 0 134325250 56852480 12738 4089446400 4194304 8223781 140735279295376 18446744073709551615 4819314 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 13880 12738 579 984 0 12893 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55520

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18019
/proc/meminfo: memFree=30669508/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=58904 CPUtime=12.69
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 39094 0 0 0 1255 14 0 0 25 0 1 0 134325250 60317696 13594 4089446400 4194304 8223781 140735279295376 18446744073709551615 6483665 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 14726 13594 579 984 0 13739 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58904

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18020
/proc/meminfo: memFree=30655912/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=73684 CPUtime=25.48
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 47970 0 0 0 2523 25 0 0 25 0 1 0 134325250 75452416 17298 4089446400 4194304 8223781 140735279295376 18446744073709551615 4965891 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 18421 17298 579 984 0 17434 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 73684

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18020
/proc/meminfo: memFree=30625996/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=103100 CPUtime=51.09
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 60389 0 0 0 5063 46 0 0 25 0 1 0 134325250 105574400 24657 4089446400 4194304 8223781 140735279295376 18446744073709551615 4407853 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 25775 24657 579 984 0 24788 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103100

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18022
/proc/meminfo: memFree=30555752/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=170664 CPUtime=102.3
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 90148 0 0 0 10141 89 0 0 25 0 1 0 134325250 174759936 41567 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 42666 41567 584 984 0 41679 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 170664

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18023
/proc/meminfo: memFree=30482800/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=245088 CPUtime=162.29
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 122690 0 0 0 16070 159 0 0 25 0 1 0 134325250 250970112 59359 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 61272 59359 586 984 0 60285 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 245088

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18024
/proc/meminfo: memFree=30441952/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=286756 CPUtime=222.3
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 142378 0 0 0 22006 224 0 0 25 0 1 0 134325250 293638144 69122 4089446400 4194304 8223781 140735279295376 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 71689 69122 591 984 0 70702 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 286756

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 18026
/proc/meminfo: memFree=30423800/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=303384 CPUtime=282.29
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 197381 0 0 0 27932 297 0 0 25 0 1 0 134325250 310665216 73037 4089446400 4194304 8223781 140735279295376 18446744073709551615 6446882 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 75846 73037 591 984 0 74859 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 303384

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 18028
/proc/meminfo: memFree=30412836/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=313952 CPUtime=342.3
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 224681 0 0 0 33860 370 0 0 25 0 1 0 134325250 321486848 75570 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 78488 75570 591 984 0 77501 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 313952

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18030
/proc/meminfo: memFree=30404984/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=320404 CPUtime=402.29
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 228027 0 0 0 39790 439 0 0 25 0 1 0 134325250 328093696 77088 4089446400 4194304 8223781 140735279295376 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 80101 77088 591 984 0 79114 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 320404

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18031
/proc/meminfo: memFree=30398628/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=323804 CPUtime=462.3
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 259082 0 0 0 45713 517 0 0 25 0 1 0 134325250 331575296 77959 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 80951 77959 593 984 0 79964 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 323804

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18032
/proc/meminfo: memFree=30397472/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=325304 CPUtime=522.3
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 263101 0 0 0 51637 593 0 0 25 0 1 0 134325250 333111296 78325 4089446400 4194304 8223781 140735279295376 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 81326 78325 593 984 0 80339 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 325304

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18034
/proc/meminfo: memFree=30396188/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=325000 CPUtime=582.3
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 299114 0 0 0 57558 672 0 0 25 0 1 0 134325250 332800000 78257 4089446400 4194304 8223781 140735279295376 18446744073709551615 6003622 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 81250 78257 601 984 0 80263 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 325000

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18036
/proc/meminfo: memFree=30393420/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=325808 CPUtime=642.31
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 301131 0 0 0 63491 740 0 0 25 0 1 0 134325250 333627392 78454 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18017/statm: 81452 78454 601 984 0 80465 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 325808

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 18097
/proc/meminfo: memFree=30726200/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=328388 CPUtime=882.3
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 308887 0 0 0 87228 1002 0 0 25 0 1 0 134325250 336269312 79011 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18017/statm: 82097 79011 601 984 0 81110 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 328388

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18144
/proc/meminfo: memFree=30709824/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=328612 CPUtime=942.31
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 308950 0 0 0 93142 1089 0 0 25 0 1 0 134325250 336498688 79074 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 82153 79074 601 984 0 81166 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 328612

[startup+1002.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/197 18146
/proc/meminfo: memFree=30706780/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=329124 CPUtime=1002.31
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 310836 0 0 0 98969 1262 0 0 25 0 1 0 134325250 337022976 79142 4089446400 4194304 8223781 140735279295376 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 82281 79142 601 984 0 81294 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 329124

[startup+1062.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 18147
/proc/meminfo: memFree=30704980/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=330472 CPUtime=1062.31
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 311151 0 0 0 104816 1415 0 0 25 0 1 0 134325250 338403328 79457 4089446400 4194304 8223781 140735279295376 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 82618 79457 601 984 0 81631 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 330472

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 18148
/proc/meminfo: memFree=30704396/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=330580 CPUtime=1122.31
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 311173 0 0 0 110652 1579 0 0 25 0 1 0 134325250 338513920 79479 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 82645 79479 601 984 0 81658 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 330580

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18150
/proc/meminfo: memFree=30702960/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=331028 CPUtime=1182.32
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 311268 0 0 0 116501 1731 0 0 25 0 1 0 134325250 338972672 79574 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 82757 79574 601 984 0 81770 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 331028

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18152
/proc/meminfo: memFree=30700800/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=332700 CPUtime=1242.32
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 311678 0 0 0 122344 1888 0 0 25 0 1 0 134325250 340684800 79984 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 83175 79984 601 984 0 82188 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 332700

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18154
/proc/meminfo: memFree=30700368/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=332944 CPUtime=1302.32
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 311743 0 0 0 128193 2039 0 0 25 0 1 0 134325250 340934656 80049 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 83236 80049 601 984 0 82249 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 332944

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18155
/proc/meminfo: memFree=30699548/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=333112 CPUtime=1362.32
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 311785 0 0 0 134024 2208 0 0 25 0 1 0 134325250 341106688 80091 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 83278 80091 601 984 0 82291 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 333112

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 18165
/proc/meminfo: memFree=30700868/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=330076 CPUtime=1422.32
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 311799 0 0 0 139829 2403 0 0 25 0 1 0 134325250 337997824 79337 4089446400 4194304 8223781 140735279295376 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 82519 79337 601 984 0 81532 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 330076

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 18392
/proc/meminfo: memFree=30703508/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=328428 CPUtime=1482.32
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 313694 0 0 0 145652 2580 0 0 25 0 1 0 134325250 336310272 78896 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 82107 78896 601 984 0 81120 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 328428

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18394
/proc/meminfo: memFree=30670028/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=328552 CPUtime=1542.32
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 325390 0 0 0 151499 2733 0 0 25 0 1 0 134325250 336437248 78929 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 82138 78929 601 984 0 81151 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 328552

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 18396
/proc/meminfo: memFree=30645436/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=328880 CPUtime=1602.33
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 329088 0 0 0 157358 2875 0 0 25 0 1 0 134325250 336773120 78986 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 82220 78986 601 984 0 81233 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 328880

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 18397
/proc/meminfo: memFree=30607208/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=331072 CPUtime=1662.32
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 329661 0 0 0 163218 3014 0 0 25 0 1 0 134325250 339017728 79559 4089446400 4194304 8223781 140735279295376 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 82768 79559 601 984 0 81781 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 331072

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18398
/proc/meminfo: memFree=30574436/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=332324 CPUtime=1722.32
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 331773 0 0 0 169106 3126 0 0 25 0 1 0 134325250 340299776 79849 4089446400 4194304 8223781 140735279295376 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 83081 79849 601 984 0 82094 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 332324

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18400
/proc/meminfo: memFree=30541784/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=333708 CPUtime=1782.33
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 332137 0 0 0 174993 3240 0 0 25 0 1 0 134325250 341716992 80213 4089446400 4194304 8223781 140735279295376 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 83427 80213 601 984 0 82440 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 333708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18400
/proc/meminfo: memFree=30532976/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=333756 CPUtime=1800.04
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 332152 0 0 0 176731 3273 0 0 25 0 1 0 134325250 341766144 80228 4089446400 4194304 8223781 140735279295376 18446744073709551615 4999777 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18017/statm: 83439 80228 601 984 0 82452 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 333756

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.00 2.00 2.00 3/179 18400
/proc/meminfo: memFree=30532976/32951124 swapFree=67111528/67111528
[pid=18017] ppid=18015 vsize=141096 CPUtime=1800.22
/proc/18017/stat : 18017 (pbscip.linux.x8) R 18015 18017 17770 0 -1 4202496 332193 0 0 0 176749 3273 0 0 18 0 1 0 134325250 144482304 24667 4089446400 4194304 8223781 140735279295376 18446744073709551615 7453498 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18017/statm: 35274 24165 603 984 0 34287 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 141096

Child status: 0
Real time (s): 1800.21
CPU time (s): 1800.25
CPU user time (s): 1767.5
CPU system time (s): 32.744
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 343516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.5
system time used= 32.744
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332197
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= 3
involuntary context switches= 5628

runsolver used 2.47562 second user time and 5.72413 second system time

The end

Launcher Data

Begin job on node136 at 2010-06-30 22:38:13
IDJOB=2692409
IDBENCH=79305
IDSOLVER=1204
FILE ID=node136/2692409-1277930293
PBS_JOBID= 11197383
Free space on /tmp= 74136 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900669797--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-2692409-1277930293/watcher-2692409-1277930293 -o /tmp/evaluation-result-2692409-1277930293/solver-2692409-1277930293 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692409-1277930293.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ebbce1c4489027f4644c8b5f9031d297
RANDOM SEED=1783153629

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:      30722648 kB
Buffers:        214376 kB
Cached:        1382568 kB
SwapCached:          0 kB
Active:        1154756 kB
Inactive:       927536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30722648 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4712 kB
Writeback:           0 kB
AnonPages:      484952 kB
Mapped:          16904 kB
Slab:            83012 kB
PageTables:       5316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   661152 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= 74132 MiB
End job on node136 at 2010-06-30 23:08:15