Trace number 3447861

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.22 1800.16

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900557362--soft-66-100-0.wbo
MD5SUMa633e631fdb9de9296374319dc47b460
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark105.273
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 constraints899
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 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447861-1307898654.wbo>
0.00/0.02	c original problem has 1130 variables (1130 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.04/0.07	c (round 2) 0 del vars, 161 del conss, 0 add conss, 899 chg bounds, 51 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.04/0.08	c (round 3) 102 del vars, 258 del conss, 0 add conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.04/0.09	c (round 4) 134 del vars, 258 del conss, 0 add conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 1685 upgd conss, 218 impls, 11 clqs
0.09/0.10	c (round 5) 134 del vars, 262 del conss, 0 add conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 1685 upgd conss, 218 impls, 11 clqs
0.09/0.13	c    (0.1s) probing: 101/1063 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (6 rounds):
0.09/0.13	c  134 deleted vars, 262 deleted constraints, 0 added constraints, 915 tightened bounds, 0 added holes, 132 changed sides, 0 changed coefficients
0.09/0.13	c  1050 implications, 11 cliques
0.09/0.13	c presolved problem has 1895 variables (1063 bin, 0 int, 832 impl, 0 cont) and 3345 constraints
0.09/0.13	c       1 constraints of type <knapsack>
0.09/0.13	c      51 constraints of type <setppc>
0.09/0.13	c     832 constraints of type <linear>
0.09/0.13	c     832 constraints of type <indicator>
0.09/0.13	c    1629 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.11
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.0.1.4
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1800
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 13950
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.14	c 
0.09/0.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.16	c   0.2s|     1 |     0 |    95 |     - |8157k|   0 |  49 |1895 |4205 |1895 |2513 |   0 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.07	c   1.1s|     1 |     0 |  5978 |     - |9059k|   0 |  45 |1895 |4210 |1895 |2522 |   9 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.28	c   1.3s|     1 |     0 |  6024 |     - |9475k|   0 |  49 |1895 |4210 |1895 |2533 |  20 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.47	c   1.5s|     1 |     0 |  6048 |     - |9858k|   0 |  48 |1895 |4210 |1895 |2536 |  23 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.72	c   1.7s|     1 |     0 |  6085 |     - |  10M|   0 |  46 |1895 |4210 |1895 |2540 |  27 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.96	c   2.0s|     1 |     0 |  6114 |     - |  10M|   0 |  46 |1895 |4210 |1895 |2544 |  31 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
2.10/2.20	c   2.2s|     1 |     0 |  6144 |     - |  10M|   0 |  48 |1895 |4210 |1895 |2546 |  33 |  28 |   0 | 0.000000e+00 |      --      |    Inf 
2.39/2.47	c   2.5s|     1 |     2 |  6144 |     - |  10M|   0 |  48 |1895 |4210 |1895 |2546 |  33 |  28 |   9 | 0.000000e+00 |      --      |    Inf 
3.59/3.64	o 42674
3.59/3.64	c y 3.6s|    11 |    10 |  6853 |  70.9 |  10M|  10 |   7 |1895 |4210 |1895 |2541 |  33 |  28 |  89 | 0.000000e+00 | 4.267400e+04 |    Inf 
3.69/3.72	o 456
3.69/3.72	c * 3.7s|    16 |    11 |  6950 |  53.7 |  10M|  13 |   - |1895 |4216 |1895 |2549 |  41 |  34 | 101 | 0.000000e+00 | 4.560000e+02 |    Inf 
3.89/3.99	o 361
3.89/3.99	c * 4.0s|    42 |    19 |  7234 |  26.6 |  10M|  21 |   - |1895 |4238 |1895 |2549 |  60 |  56 | 146 | 0.000000e+00 | 3.610000e+02 |    Inf 
6.19/6.24	o 336
6.19/6.24	c * 6.2s|   199 |    67 |  9221 |  15.5 |  12M|  33 |   - |1895 |4367 |1895 |2543 |  95 | 185 | 544 | 0.000000e+00 | 3.360000e+02 |    Inf 
8.59/8.62	o 305
8.59/8.62	c * 8.6s|   285 |   113 | 11702 |  19.6 |  12M|  33 |   - |1895 |4425 |1895 |2544 | 111 | 243 | 982 | 0.000000e+00 | 3.050000e+02 |    Inf 
8.70/8.74	o 299
8.70/8.74	c * 8.7s|   302 |   116 | 11872 |  19.0 |  13M|  33 |   - |1895 |4447 |1895 |2541 | 111 | 265 | 999 | 0.000000e+00 | 2.990000e+02 |    Inf 
10.49/10.54	o 296
10.49/10.54	c *10.5s|   537 |   180 | 14453 |  15.5 |  14M|  37 |   - |1895 |4697 |1895 |2543 | 134 | 537 |1274 | 0.000000e+00 | 2.960000e+02 |    Inf 
10.49/10.55	o 236
10.49/10.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.49/10.55	c *10.5s|   538 |   168 | 14458 |  15.5 |  14M|  37 |   - |1895 |4697 |1895 |2543 | 134 | 537 |1274 | 0.000000e+00 | 2.360000e+02 |    Inf 
11.49/11.54	o 216
11.49/11.54	c *11.5s|   667 |   188 | 16325 |  15.3 |  14M|  37 |   - |1895 |4783 |1895 |2542 | 151 | 656 |1425 | 0.000000e+00 | 2.160000e+02 |    Inf 
12.10/12.11	o 195
12.10/12.11	c *12.1s|   786 |   219 | 17864 |  14.9 |  15M|  37 |   - |1895 |4873 |1895 |2545 | 162 | 776 |1489 | 0.000000e+00 | 1.950000e+02 |    Inf 
12.10/12.11	o 172
12.10/12.11	c *12.1s|   787 |   213 | 17864 |  14.9 |  15M|  37 |   - |1895 |4873 |1895 |2545 | 162 | 776 |1489 | 0.000000e+00 | 1.720000e+02 |    Inf 
13.49/13.57	o 169
13.49/13.57	c *13.6s|  1104 |   253 | 20880 |  13.4 |  15M|  37 |   - |1895 |4956 |1895 |2541 | 173 |1095 |1622 | 0.000000e+00 | 1.690000e+02 |    Inf 
13.89/13.93	o 165
13.89/13.93	c *13.9s|  1205 |   267 | 22155 |  13.3 |  15M|  37 |   - |1895 |5022 |1895 |2541 | 186 |1200 |1643 | 0.000000e+00 | 1.650000e+02 |    Inf 
30.99/31.07	o 152
30.99/31.07	c *31.1s|  6640 |  1608 |101949 |  14.4 |  22M|  71 |   - |1895 |6654 |1895 |2541 | 572 |6806 |1883 | 0.000000e+00 | 1.520000e+02 |    Inf 
31.09/31.12	o 136
31.09/31.12	c *31.1s|  6656 |  1598 |102092 |  14.4 |  22M|  71 |   - |1895 |6667 |1895 |2543 | 574 |6824 |1884 | 0.000000e+00 | 1.360000e+02 |    Inf 
37.79/37.85	o 96
37.79/37.85	c *37.8s|  9027 |  1845 |130966 |  13.8 |  24M|  71 |   - |1895 |6776 |1895 |2544 | 707 |9096 |1904 | 0.000000e+00 | 9.600000e+01 |    Inf 
42.50/42.50	c  42.5s| 10000 |  1997 |152471 |  14.6 |  25M|  71 |  17 |1895 |5649 |1895 |2535 | 748 |  10k|1915 | 0.000000e+00 | 9.600000e+01 |    Inf 
57.49/57.51	o 83
57.49/57.51	c *57.5s| 13571 |  2354 |221307 |  15.9 |  30M|  71 |   - |1895 |5771 |1895 |2542 | 866 |  13k|1944 | 0.000000e+00 | 8.300000e+01 |    Inf 
68.49/68.59	o 77
68.49/68.59	c *68.6s| 16279 |  2635 |270309 |  16.2 |  34M|  71 |   - |1895 |6382 |1895 |2541 | 954 |  16k|1951 | 0.000000e+00 | 7.700000e+01 |    Inf 
85.00/85.07	c  85.1s| 20000 |  3007 |339265 |  16.7 |  39M|  71 |  24 |1895 |6034 |1895 |2534 |1048 |  21k|2111 | 0.000000e+00 | 7.700000e+01 |    Inf 
97.09/97.16	o 73
97.09/97.16	c *97.2s| 22814 |  3239 |388000 |  16.7 |  43M|  71 |   - |1895 |6395 |1895 |2546 |1184 |  24k|2251 | 0.000000e+00 | 7.300000e+01 |    Inf 
116.49/116.60	o 69
116.49/116.60	c * 117s| 27722 |  3508 |463073 |  16.5 |  48M|  71 |   - |1895 |6239 |1895 |2537 |1370 |  30k|2467 | 0.000000e+00 | 6.900000e+01 |    Inf 
117.90/117.91	o 59
117.90/117.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.90/117.91	c * 118s| 28018 |  3425 |467832 |  16.5 |  47M|  71 |   - |1895 |5984 |1895 |2541 |1385 |  30k|2484 | 0.000000e+00 | 5.900000e+01 |    Inf 
126.79/126.83	c   127s| 30000 |  3534 |505629 |  16.7 |  49M|  71 |  21 |1895 |5519 |1895 |2534 |1439 |  32k|2557 | 0.000000e+00 | 5.900000e+01 |    Inf 
132.39/132.42	o 36
132.39/132.42	c * 132s| 31378 |  2895 |527934 |  16.6 |  42M|  71 |   - |1895 |5633 |1895 |2541 |1502 |  34k|2616 | 0.000000e+00 | 3.600000e+01 |    Inf 
167.20/167.26	c   167s| 40000 |  3003 |685962 |  17.0 |  47M|  71 |   - |1895 |6997 |   0 |   0 |1532 |  44k|2992 | 0.000000e+00 | 3.600000e+01 |    Inf 
206.19/206.22	c   206s| 50000 |  3529 |860173 |  17.1 |  52M|  71 |  19 |1895 |7859 |1895 |2541 |1601 |  57k|3378 | 0.000000e+00 | 3.600000e+01 |    Inf 
242.19/242.20	c   242s| 60000 |  4060 |  1021k|  16.9 |  58M|  71 |   - |1895 |8607 |1895 |2541 |1639 |  70k|3710 | 0.000000e+00 | 3.600000e+01 |    Inf 
276.50/276.53	c   277s| 70000 |  4379 |  1172k|  16.7 |  62M|  71 |  33 |1895 |9307 |1895 |2541 |1661 |  83k|3978 | 0.000000e+00 | 3.600000e+01 |    Inf 
313.30/313.39	c   313s| 80000 |  4889 |  1342k|  16.7 |  67M|  71 |   - |1895 |  10k|   0 |   0 |1695 |  95k|4286 | 0.000000e+00 | 3.600000e+01 |    Inf 
345.90/345.96	c   346s| 90000 |  5269 |  1481k|  16.4 |  72M|  71 |   - |1895 |  11k|   0 |   0 |1719 | 109k|4492 | 0.000000e+00 | 3.600000e+01 |    Inf 
350.61/350.68	o 32
350.61/350.68	c * 351s| 91573 |  4881 |  1499k|  16.3 |  69M|  71 |   - |1895 |  12k|1895 |2542 |1743 | 111k|4538 | 0.000000e+00 | 3.200000e+01 |    Inf 
375.70/375.72	c   376s|100000 |  5104 |  1602k|  16.0 |  71M|  71 |  26 |1895 |  11k|1895 |2541 |1780 | 123k|4759 | 0.000000e+00 | 3.200000e+01 |    Inf 
407.51/407.52	c   408s|110000 |  5589 |  1742k|  15.8 |  76M|  71 |  25 |1895 |  12k|1895 |2534 |1921 | 136k|5009 | 0.000000e+00 | 3.200000e+01 |    Inf 
440.10/440.19	c   440s|120000 |  6081 |  1885k|  15.7 |  81M|  71 |  18 |1895 |  13k|1895 |2534 |2056 | 149k|5282 | 0.000000e+00 | 3.200000e+01 |    Inf 
473.61/473.63	c   474s|130000 |  6884 |  2040k|  15.7 |  86M|  71 |   9 |1895 |  11k|1895 |2534 |2079 | 161k|5544 | 0.000000e+00 | 3.200000e+01 |    Inf 
505.31/505.33	c   505s|140000 |  7569 |  2180k|  15.5 |  91M|  71 |   - |1895 |  11k|   0 |   0 |2137 | 174k|5740 | 0.000000e+00 | 3.200000e+01 |    Inf 
539.11/539.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
539.11/539.13	c   539s|150000 |  8082 |  2331k|  15.5 |  95M|  71 |  29 |1895 |9398 |1895 |2541 |2240 | 187k|5953 | 0.000000e+00 | 3.200000e+01 |    Inf 
543.11/543.19	o 29
543.11/543.19	c * 543s|151195 |  8049 |  2351k|  15.5 |  94M|  71 |   - |1895 |9400 |1895 |2538 |2246 | 188k|5956 | 0.000000e+00 | 2.900000e+01 |    Inf 
572.11/572.14	c   572s|160000 |  8465 |  2487k|  15.5 |  97M|  71 |  11 |1895 |8889 |1895 |2534 |2332 | 199k|6118 | 0.000000e+00 | 2.900000e+01 |    Inf 
605.61/605.63	c   606s|170000 |  9266 |  2638k|  15.5 | 105M|  71 |  13 |1895 |  11k|1895 |2534 |2413 | 211k|6310 | 0.000000e+00 | 2.900000e+01 |    Inf 
640.31/640.37	c   640s|180000 |  9724 |  2804k|  15.5 | 109M|  71 |   - |1895 |9664 |   0 |   0 |2456 | 224k|6567 | 0.000000e+00 | 2.900000e+01 |    Inf 
674.31/674.31	c   674s|190000 | 10152 |  2964k|  15.6 | 114M|  71 |   - |1895 |  11k|   0 |   0 |2493 | 237k|6718 | 0.000000e+00 | 2.900000e+01 |    Inf 
707.32/707.34	c   707s|200000 | 10789 |  3112k|  15.5 | 120M|  71 |   - |1895 |  13k|   0 |   0 |2554 | 250k|6915 | 0.000000e+00 | 2.900000e+01 |    Inf 
741.12/741.17	c   741s|210000 | 11346 |  3275k|  15.6 | 125M|  71 |  34 |1895 |  12k|1895 |2541 |2630 | 263k|7045 | 0.000000e+00 | 2.900000e+01 |    Inf 
775.12/775.13	c   775s|220000 | 11911 |  3437k|  15.6 | 130M|  71 |  22 |1895 |  13k|1895 |2541 |2670 | 277k|7253 | 0.000000e+00 | 2.900000e+01 |    Inf 
808.52/808.57	c   809s|230000 | 12573 |  3596k|  15.6 | 136M|  71 |  22 |1895 |  14k|1895 |2541 |2699 | 291k|7431 | 0.000000e+00 | 2.900000e+01 |    Inf 
842.63/842.68	c   843s|240000 | 13043 |  3750k|  15.6 | 141M|  71 |   - |1895 |  15k|1895 |2541 |2717 | 305k|7611 | 0.000000e+00 | 2.900000e+01 |    Inf 
881.03/881.02	c   881s|250000 | 13681 |  3930k|  15.7 | 146M|  71 |   7 |1895 |  11k|1895 |2534 |2735 | 317k|7840 | 0.000000e+00 | 2.900000e+01 |    Inf 
918.11/918.18	c   918s|260000 | 14085 |  4112k|  15.8 | 150M|  71 |  32 |1895 |  13k|1895 |2534 |2804 | 329k|8048 | 0.000000e+00 | 2.900000e+01 |    Inf 
954.62/954.60	c   955s|270000 | 14715 |  4284k|  15.8 | 156M|  71 |  36 |1895 |  15k|1895 |2534 |2842 | 342k|8178 | 0.000000e+00 | 2.900000e+01 |    Inf 
988.72/988.80	c   989s|280000 | 15184 |  4439k|  15.8 | 159M|  71 |   - |1895 |  15k|   0 |   0 |2888 | 354k|8311 | 0.000000e+00 | 2.900000e+01 |    Inf 
1024.82/1024.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1024.82/1024.83	c  1025s|290000 | 15715 |  4611k|  15.9 | 163M|  71 |  31 |1895 |  13k|1895 |2534 |2946 | 367k|8459 | 0.000000e+00 | 2.900000e+01 |    Inf 
1061.92/1061.95	c  1062s|300000 | 16468 |  4792k|  16.0 | 169M|  71 |  32 |1895 |  15k|1895 |2534 |2987 | 379k|8602 | 0.000000e+00 | 2.900000e+01 |    Inf 
1082.32/1082.39	o 25
1082.32/1082.39	c *1082s|305582 | 16615 |  4885k|  16.0 | 169M|  71 |   - |1895 |  15k|1895 |2536 |3029 | 386k|8699 | 0.000000e+00 | 2.500000e+01 |    Inf 
1100.23/1100.27	c  1100s|310000 | 16796 |  4976k|  16.0 | 170M|  71 |  17 |1895 |  13k|1895 |2534 |3052 | 392k|8769 | 0.000000e+00 | 2.500000e+01 |    Inf 
1139.23/1139.22	c  1139s|320000 | 17129 |  5178k|  16.2 | 173M|  71 |   - |1895 |  12k|1895 |2534 |3088 | 404k|8973 | 0.000000e+00 | 2.500000e+01 |    Inf 
1167.13/1167.17	o 20
1167.13/1167.17	c r1167s|327540 | 17166 |  5319k|  16.2 | 172M|  71 |   1 |1895 |  15k|1895 |2538 |3139 | 414k|9076 | 0.000000e+00 | 2.000000e+01 |    Inf 
1175.93/1175.99	c  1176s|330000 | 17292 |  5366k|  16.2 | 172M|  71 |   - |1895 |  12k|1895 |2534 |3139 | 417k|9104 | 0.000000e+00 | 2.000000e+01 |    Inf 
1211.63/1211.67	c  1212s|340000 | 17621 |  5560k|  16.3 | 175M|  71 |   - |1895 |  14k|1895 |2534 |3143 | 429k|9217 | 0.000000e+00 | 2.000000e+01 |    Inf 
1250.13/1250.17	c  1250s|350000 | 18198 |  5769k|  16.5 | 180M|  71 |  26 |1895 |  11k|1895 |2534 |3143 | 441k|9346 | 0.000000e+00 | 2.000000e+01 |    Inf 
1280.73/1280.74	o 19
1280.73/1280.74	c *1281s|358204 | 18148 |  5934k|  16.6 | 180M|  71 |   - |1895 |  11k|1895 |2534 |3148 | 451k|9453 | 0.000000e+00 | 1.900000e+01 |    Inf 
1282.03/1282.08	o 18
1282.03/1282.08	c *1282s|358515 | 17978 |  5941k|  16.6 | 177M|  71 |   - |1895 |  10k|1895 |2534 |3149 | 452k|9468 | 0.000000e+00 | 1.800000e+01 |    Inf 
1287.93/1287.99	c  1288s|360000 | 18000 |  5973k|  16.6 | 177M|  71 |   - |1895 |8821 |1895 |2534 |3149 | 453k|9503 | 0.000000e+00 | 1.800000e+01 |    Inf 
1303.54/1303.53	o 15
1303.54/1303.53	c *1304s|363791 | 17635 |  6058k|  16.6 | 171M|  71 |   - |1895 |9991 |1895 |2534 |3161 | 458k|9559 | 0.000000e+00 | 1.500000e+01 |    Inf 
1326.54/1326.56	c  1327s|370000 | 17812 |  6186k|  16.7 | 174M|  71 |  39 |1895 |  11k|1895 |2534 |3167 | 466k|9659 | 0.000000e+00 | 1.500000e+01 |    Inf 
1367.24/1367.20	c  1367s|380000 | 18262 |  6414k|  16.9 | 177M|  71 |   - |1895 |  10k|1895 |2534 |3168 | 478k|9792 | 0.000000e+00 | 1.500000e+01 |    Inf 
1405.94/1405.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1405.94/1405.99	c  1406s|390000 | 18814 |  6634k|  17.0 | 183M|  71 |   - |1895 |  12k|1895 |2534 |3168 | 491k|9929 | 0.000000e+00 | 1.500000e+01 |    Inf 
1441.33/1441.39	c  1441s|400000 | 19037 |  6830k|  17.1 | 186M|  71 |   - |1895 |  15k|1895 |2534 |3182 | 503k|  10k| 0.000000e+00 | 1.500000e+01 |    Inf 
1474.53/1474.53	c  1475s|410000 | 19234 |  7003k|  17.1 | 189M|  71 |   - |1895 |  18k|1895 |2534 |3186 | 516k|  10k| 0.000000e+00 | 1.500000e+01 |    Inf 
1480.65/1480.69	o 9
1480.65/1480.69	c *1481s|411851 | 18162 |  7035k|  17.1 | 175M|  71 |   - |1895 |  18k|1895 |2534 |3189 | 518k|  10k| 0.000000e+00 | 9.000000e+00 |    Inf 
1502.24/1502.25	o 8
1502.24/1502.25	c *1502s|418125 | 18003 |  7154k|  17.1 | 173M|  71 |   - |1895 |  16k|1895 |2538 |3195 | 525k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1508.24/1508.22	c  1508s|420000 | 17989 |  7184k|  17.1 | 173M|  71 |   - |1895 |  15k|1895 |2534 |3195 | 528k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1543.14/1543.13	c  1543s|430000 | 17992 |  7382k|  17.2 | 174M|  71 |  39 |1895 |  17k|1895 |2534 |3195 | 538k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1578.84/1578.80	c  1579s|440000 | 17995 |  7577k|  17.2 | 176M|  71 |   - |1895 |  20k|1895 |2534 |3195 | 550k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1615.94/1615.97	c  1616s|450000 | 17925 |  7781k|  17.3 | 172M|  71 |  26 |1895 |  13k|1895 |2534 |3195 | 559k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1652.94/1652.99	c  1653s|460000 | 17857 |  8002k|  17.4 | 171M|  71 |  33 |1895 |  11k|1895 |2534 |3195 | 568k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1689.74/1689.74	c  1690s|470000 | 17494 |  8211k|  17.5 | 168M|  71 |   - |1895 |6348 |1895 |2534 |3195 | 578k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1720.65/1720.61	o 7
1720.65/1720.61	c *1721s|478123 | 17281 |  8396k|  17.5 | 167M|  71 |   - |1895 |9056 |1895 |2536 |3197 | 586k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1728.15/1728.19	c  1728s|480000 | 17257 |  8443k|  17.6 | 167M|  71 |   - |1895 |8607 |1895 |2534 |3197 | 587k|  11k| 0.000000e+00 | 7.000000e+00 |    Inf 
1767.44/1767.43	c  1767s|490000 | 17199 |  8684k|  17.7 | 167M|  71 |   - |1895 |8468 |1895 |2534 |3197 | 596k|  11k| 0.000000e+00 | 7.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 498015
1800.05/1800.00	c Primal Bound       : +7.00000000000000e+00 (478 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.00	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.00	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.00	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.00	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 
1800.05/1800.00	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.05/1800.00	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 
1800.05/1800.00	v -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.05/1800.00	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.05/1800.00	v -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.11 (included in solving)
1800.05/1800.00	c   reading          :       0.02 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3447861-1307898654.wbo
1800.05/1800.00	c   Variables        : 1130 (1130 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3447861-1307898654.wbo
1800.05/1800.00	c   Variables        : 1895 (1063 binary, 0 integer, 832 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 3345 initial, 21847 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00         67          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00         67          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          4          0          0          0
1800.05/1800.00	c   linear           :       0.05          0          0          0        915          0        191          0        132          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0         67          0          0          0
1800.05/1800.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -       1578          -          -       1578          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0     271407          0       2307          0        294       3455          0          0     531138
1800.05/1800.00	c   varbound         :          0+         6    2354991       3192          3          0     105088        156    5651875       3182          0          0
1800.05/1800.00	c   knapsack         :          1          6    2347186          7          3       2304     568586       8263    3639159          0          0          0
1800.05/1800.00	c   setppc           :         51          6    2347661          3          3       2285    2348720      13920    1279226          0          0          0
1800.05/1800.00	c   linear           :        832+         7    2334465          9          1       2261    2739984      20669    2134868          0          0          0
1800.05/1800.00	c   indicator        :        832          0    2312836       3192          1       2261      58344          0     101128          0          0          0
1800.05/1800.00	c   logicor          :       1629+         6    1232018         30          3        448    2878859      35768    3137029          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     414613          0          0          0       5376        192       6619          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0         30          2        450          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :      58.47       0.00       0.00      58.44       0.00       0.03       0.00
1800.05/1800.00	c   varbound         :      12.59       0.00      12.51       0.03       0.00       0.00       0.05
1800.05/1800.00	c   knapsack         :       9.57       0.00       8.96       0.00       0.00       0.00       0.61
1800.05/1800.00	c   setppc           :       8.16       0.00       7.55       0.00       0.00       0.01       0.59
1800.05/1800.00	c   linear           :      24.23       0.00      22.55       0.00       0.00       0.23       1.46
1800.05/1800.00	c   indicator        :      12.58       0.01      11.54       0.10       0.00       0.91       0.02
1800.05/1800.00	c   logicor          :      73.81       0.00      71.91       0.00       0.00       0.05       1.85
1800.05/1800.00	c   bounddisjunction :       5.26       0.00       5.25       0.00       0.00       0.00       0.01
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :     631101      57362         58    1497395
1800.05/1800.00	c   rootredcost      :         32          0          0        789
1800.05/1800.00	c   pseudoobj        :    2369355     109479      12602    5646614
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :      48.43      48.40       0.02
1800.05/1800.00	c   rootredcost      :       0.43       0.43       0.00
1800.05/1800.00	c   pseudoobj        :      43.15      42.17       0.99
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       4.64      91628      91481     549656       27.8       2624       22.3          -
1800.05/1800.00	c   infeasible LP    :      23.16     128779     128768     924536       39.6       2151       15.2          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00         17         17         17        2.3          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -     603104       31.2          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          5          -          -         14          -    (maximal pool size: 376)
1800.05/1800.00	c   redcost          :      15.40     332996          0    1846015          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.57          6          0          0       1074          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.45          6          0          0       1936          0
1800.05/1800.00	c   cmir             :       0.07          6          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.06          6          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.16          1          0          0          0          5
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :      58.24     268213        294       3455          0          0     531138
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       0.00          2          0          0          0          0          4
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.03          -         30
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   feaspump         :       0.67          1          0
1800.05/1800.00	c   oneopt           :       0.34         30          0
1800.05/1800.00	c   objpscostdiving  :       0.86         60          0
1800.05/1800.00	c   rootsoldiving    :       1.88         60          0
1800.05/1800.00	c   coefdiving       :       1.89        120          0
1800.05/1800.00	c   pscostdiving     :       1.53        120          0
1800.05/1800.00	c   fracdiving       :       2.13        120          0
1800.05/1800.00	c   veclendiving     :       1.60        120          0
1800.05/1800.00	c   linesearchdiving :       0.87        120          0
1800.05/1800.00	c   guideddiving     :       2.06        120          0
1800.05/1800.00	c   crossover        :       2.39         77          2
1800.05/1800.00	c   trivial          :       0.00          2          0
1800.05/1800.00	c   shiftandpropagate:       0.01          1          0
1800.05/1800.00	c   simplerounding   :       0.57     290684          1
1800.05/1800.00	c   zirounding       :       0.55       1000          0
1800.05/1800.00	c   rounding         :       1.05       7556          0
1800.05/1800.00	c   shifting         :       1.07       2416          0
1800.05/1800.00	c   intshifting      :       0.01          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   clique           :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.02          1          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   vbounds          :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   subnlp           :       0.08          0          0
1800.05/1800.00	c   trysol           :       0.42       1655        445
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.02          0          0       0.00       0.00
1800.05/1800.00	c   dual LP          :    1204.77     442846    8825928      19.93    7325.80
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       9.74       7583      58384       7.70    5995.90
1800.05/1800.00	c   strong branching :      54.74      11206     397588      35.48    7262.96
1800.05/1800.00	c     (at root node) :          -          9       2025     225.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :     498015
1800.05/1800.00	c   nodes (total)    :     498015
1800.05/1800.00	c   nodes left       :      16949
1800.05/1800.00	c   max depth        :         71
1800.05/1800.00	c   max depth (total):         71
1800.05/1800.00	c   backtracks       :      62179 (12.5%)
1800.05/1800.00	c   delayed cutoffs  :      11656
1800.05/1800.00	c   repropagations   :     558002 (3274568 domain reductions, 11120 cutoffs)
1800.05/1800.00	c   avg switch length:       4.54
1800.05/1800.00	c   switching time   :      97.91
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :        478 (32 improvements)
1800.05/1800.00	c   First Solution   : +4.26740000000000e+04   (in run 1, after 11 nodes, 3.64 seconds, depth 10, found by <trysol>)
1800.05/1800.00	c   Primal Bound     : +7.00000000000000e+00   (in run 1, after 478123 nodes, 1720.61 seconds, depth 44, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :       6144
1800.15/1800.16	c Time complete: 1800.2.

Verifier Data

OK	7

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447861-1307898654/watcher-3447861-1307898654 -o /var/tmp/evaluation-result-3447861-1307898654/solver-3447861-1307898654 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447861-1307898654.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 1/172 19613
/proc/meminfo: memFree=1433252/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=10132 CPUtime=0 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 1526 0 0 0 0 0 0 0 24 0 1 0 882280841 10375168 1479 33554432000 4194304 9128323 140735781743552 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19613/statm: 2533 1480 399 1205 0 1324 0

[startup+0.0459541 s]
/proc/loadavg: 2.00 2.00 1.92 1/172 19613
/proc/meminfo: memFree=1433252/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=27008 CPUtime=0.04 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 5751 0 0 0 4 0 0 0 24 0 1 0 882280841 27656192 5445 33554432000 4194304 9128323 140735781743552 18446744073709551615 5266787 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 6752 5445 514 1205 0 5543 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27008

[startup+0.100923 s]
/proc/loadavg: 2.00 2.00 1.92 1/172 19613
/proc/meminfo: memFree=1433252/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=28304 CPUtime=0.09 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 6109 0 0 0 9 0 0 0 24 0 1 0 882280841 28983296 5803 33554432000 4194304 9128323 140735781743552 18446744073709551615 5326775 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 7076 5803 543 1205 0 5867 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28304

[startup+0.30091 s]
/proc/loadavg: 2.00 2.00 1.92 1/172 19613
/proc/meminfo: memFree=1433252/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=34076 CPUtime=0.29 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 7923 0 0 0 28 1 0 0 25 0 1 0 882280841 34893824 7529 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 8519 7529 681 1205 0 7310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34076

[startup+0.700837 s]
/proc/loadavg: 2.00 2.00 1.92 1/172 19613
/proc/meminfo: memFree=1433252/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=34240 CPUtime=0.69 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 7958 0 0 0 67 2 0 0 25 0 1 0 882280841 35061760 7564 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 8560 7564 681 1205 0 7351 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34240

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19628
/proc/meminfo: memFree=1318272/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=58992 CPUtime=1.49 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 14287 0 0 0 147 2 0 0 25 0 1 0 882280841 60407808 13536 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 14748 13536 739 1205 0 13539 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58992

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19628
/proc/meminfo: memFree=1316724/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=58036 CPUtime=3.09 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 15765 0 0 0 305 4 0 0 25 0 1 0 882280841 59428864 13643 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 14509 13643 749 1205 0 13300 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58036

[startup+6.30081 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19628
/proc/meminfo: memFree=1315984/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=58036 CPUtime=6.29 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 15768 0 0 0 622 7 0 0 25 0 1 0 882280841 59428864 13646 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 14509 13646 752 1205 0 13300 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58036

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19628
/proc/meminfo: memFree=1315848/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=58036 CPUtime=12.69 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 18474 0 0 0 1257 12 0 0 25 0 1 0 882280841 59428864 13650 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 14509 13650 756 1205 0 13300 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58036

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19629
/proc/meminfo: memFree=1309648/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=64924 CPUtime=25.49 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 30739 0 0 0 2527 22 0 0 25 0 1 0 882280841 66482176 15360 33554432000 4194304 9128323 140735781743552 18446744073709551615 4528685 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 16231 15360 756 1205 0 15022 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64924

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19629
/proc/meminfo: memFree=1292948/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=81452 CPUtime=51.1 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 52536 0 0 0 5069 41 0 0 25 0 1 0 882280841 83406848 19479 33554432000 4194304 9128323 140735781743552 18446744073709551615 7342934 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 20363 19479 756 1205 0 19154 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 81452

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19631
/proc/meminfo: memFree=1263648/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=110332 CPUtime=102.3 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 88069 0 0 0 10153 77 0 0 25 0 1 0 882280841 112979968 26743 33554432000 4194304 9128323 140735781743552 18446744073709551615 8012607 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 27583 26743 756 1205 0 26374 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 110332

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19632
/proc/meminfo: memFree=1245276/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=121680 CPUtime=162.3 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 113556 0 0 0 16113 117 0 0 25 0 1 0 882280841 124600320 29551 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 30420 29551 757 1205 0 29211 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 121680

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19634
/proc/meminfo: memFree=1234064/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=131256 CPUtime=222.3 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 118869 0 0 0 22067 163 0 0 25 0 1 0 882280841 134406144 31961 33554432000 4194304 9128323 140735781743552 18446744073709551615 7346389 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 32814 31961 757 1205 0 31605 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 131256

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19635
/proc/meminfo: memFree=1220876/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=143452 CPUtime=282.3 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 124894 0 0 0 28026 204 0 0 25 0 1 0 882280841 146894848 35006 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 35863 35006 757 1205 0 34654 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 143452

[startup+342.301 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 19637
/proc/meminfo: memFree=1208928/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=152884 CPUtime=342.3 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 128569 0 0 0 33988 242 0 0 25 0 1 0 882280841 156553216 37360 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 38221 37360 757 1205 0 37012 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 152884

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 19639
/proc/meminfo: memFree=1198084/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=161672 CPUtime=402.3 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 148482 0 0 0 39944 286 0 0 25 0 1 0 882280841 165552128 39530 33554432000 4194304 9128323 140735781743552 18446744073709551615 7217840 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 40418 39530 757 1205 0 39209 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 161672

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19640
/proc/meminfo: memFree=1183912/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=173156 CPUtime=462.3 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 155024 0 0 0 45899 331 0 0 25 0 1 0 882280841 177311744 42402 33554432000 4194304 9128323 140735781743552 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 43289 42402 757 1205 0 42080 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 173156

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19642
/proc/meminfo: memFree=1173068/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=182792 CPUtime=522.31 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 158831 0 0 0 51857 374 0 0 25 0 1 0 882280841 187179008 44857 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 45698 44857 757 1205 0 44489 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 182792

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19643
/proc/meminfo: memFree=1161612/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=194020 CPUtime=582.31 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 178212 0 0 0 57817 414 0 0 25 0 1 0 882280841 198676480 47631 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19613/statm: 48505 47631 757 1205 0 47296 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 194020

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.15 2.03 1.94 3/178 19654
/proc/meminfo: memFree=1100696/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=248204 CPUtime=882.32 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 202573 0 0 0 87613 619 0 0 25 0 1 0 882280841 254160896 61208 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 62051 61208 757 1205 0 60842 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 248204

[startup+942.301 s]
/proc/loadavg: 2.05 2.02 1.94 3/178 19656
/proc/meminfo: memFree=1091904/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=256548 CPUtime=942.32 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 208211 0 0 0 93569 663 0 0 25 0 1 0 882280841 262705152 63238 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 64137 63238 757 1205 0 62928 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 256548

[startup+1002.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 19658
/proc/meminfo: memFree=1078596/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=268184 CPUtime=1002.32 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 211168 0 0 0 99528 704 0 0 25 0 1 0 882280841 274620416 66180 33554432000 4194304 9128323 140735781743552 18446744073709551615 7192183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 67046 66180 757 1205 0 65837 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 268184

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 19659
/proc/meminfo: memFree=1069384/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=277544 CPUtime=1062.32 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 213463 0 0 0 105482 750 0 0 25 0 1 0 882280841 284205056 68467 33554432000 4194304 9128323 140735781743552 18446744073709551615 6857100 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 69386 68467 757 1205 0 68177 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 277544

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 19661
/proc/meminfo: memFree=1058424/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=287552 CPUtime=1122.33 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 233904 0 0 0 111437 796 0 0 25 0 1 0 882280841 294453248 70973 33554432000 4194304 9128323 140735781743552 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 71888 70973 757 1205 0 70679 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 287552

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19662
/proc/meminfo: memFree=1048700/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=295700 CPUtime=1182.33 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 253841 0 0 0 117388 845 0 0 25 0 1 0 882280841 302796800 72966 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 73925 72966 757 1205 0 72716 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 295700

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19664
/proc/meminfo: memFree=1044684/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=299924 CPUtime=1242.33 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 261212 0 0 0 123343 890 0 0 25 0 1 0 882280841 307122176 74004 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 74981 74004 757 1205 0 73772 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 299924

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19666
/proc/meminfo: memFree=1040924/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=303352 CPUtime=1302.34 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 283659 0 0 0 129290 944 0 0 25 0 1 0 882280841 310632448 74871 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 75838 74871 757 1205 0 74629 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 303352

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19667
/proc/meminfo: memFree=1035176/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=307764 CPUtime=1362.33 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 305354 0 0 0 135237 996 0 0 25 0 1 0 882280841 315150336 76017 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 76941 76017 757 1205 0 75732 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 307764

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19669
/proc/meminfo: memFree=1024840/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=312888 CPUtime=1422.34 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 310046 0 0 0 141189 1045 0 0 25 0 1 0 882280841 320397312 77264 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 78222 77264 757 1205 0 77013 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 312888

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 19670
/proc/meminfo: memFree=1017972/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=319724 CPUtime=1482.34 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 315199 0 0 0 147142 1092 0 0 25 0 1 0 882280841 327397376 78905 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 79931 78905 757 1205 0 78722 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 319724

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 19672
/proc/meminfo: memFree=1017808/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=320040 CPUtime=1542.34 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 345952 0 0 0 153095 1139 0 0 25 0 1 0 882280841 327720960 78928 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 80010 78928 757 1205 0 78801 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 320040

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19674
/proc/meminfo: memFree=1017148/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=320840 CPUtime=1602.34 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 352566 0 0 0 159047 1187 0 0 25 0 1 0 882280841 328540160 79169 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 80210 79169 757 1205 0 79001 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 320840

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19675
/proc/meminfo: memFree=1016984/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=321600 CPUtime=1662.34 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 352705 0 0 0 164998 1236 0 0 25 0 1 0 882280841 329318400 79308 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 80400 79308 757 1205 0 79191 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 321600

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19677
/proc/meminfo: memFree=1016588/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=321364 CPUtime=1722.35 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 359654 0 0 0 170952 1283 0 0 25 0 1 0 882280841 329076736 79273 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 80341 79273 757 1205 0 79132 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 321364

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19678
/proc/meminfo: memFree=1016288/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=321516 CPUtime=1782.35 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 376428 0 0 0 176899 1336 0 0 25 0 1 0 882280841 329232384 79299 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 80379 79299 757 1205 0 79170 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 321516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19679
/proc/meminfo: memFree=1016272/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=321668 CPUtime=1800.05 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 376450 0 0 0 178654 1351 0 0 25 0 1 0 882280841 329388032 79321 33554432000 4194304 9128323 140735781743552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19613/statm: 80417 79321 757 1205 0 79208 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 321668

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 1.94 3/178 19679
/proc/meminfo: memFree=1016272/32951124 swapFree=67053956/67111528
[pid=19613] ppid=19611 vsize=321668 CPUtime=1800.15 cores=0,2,4,6
/proc/19613/stat : 19613 (scip-2.0.1.4.li) R 19611 19613 19313 0 -1 4202496 376452 0 0 0 178664 1351 0 0 25 0 1 0 882280841 329388032 79323 33554432000 4194304 9128323 140735781743552 18446744073709551615 6885335 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19613/statm: 80417 79323 759 1205 0 79208 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 321668

Child status: 0
Real time (s): 1800.16
CPU time (s): 1800.22
CPU user time (s): 1786.69
CPU system time (s): 13.5289
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 324424

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

runsolver used 2.76158 second user time and 5.56815 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-12 19:10:54
IDJOB=3447861
IDBENCH=78969
IDSOLVER=1944
FILE ID=node142/3447861-1307898654
RUNJOBID= node142-1307898654-19599
PBS_JOBID= 13559566
Free space on /var/tmp= 2912 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900557362--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447861-1307898654/watcher-3447861-1307898654 -o /var/tmp/evaluation-result-3447861-1307898654/solver-3447861-1307898654 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447861-1307898654.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a633e631fdb9de9296374319dc47b460
RANDOM SEED=1833051629

node142.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.846
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.846
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.846
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.846
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:       1433688 kB
Buffers:         52404 kB
Cached:       30496912 kB
SwapCached:      10176 kB
Active:       15918740 kB
Inactive:     14648368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1433688 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           12420 kB
Writeback:          12 kB
AnonPages:       16320 kB
Mapped:          12240 kB
Slab:           885672 kB
PageTables:       4680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191016 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 /var/tmp at the end= 2888 MiB
End job on node142 at 2011-06-12 19:40:56