Trace number 3447747

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.4? (TO) 1800.05 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670167--soft-66-100-0.wbo
MD5SUM3458f76d1c0eafd16754e96da618f7a2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark82.2925
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 constraints925
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 46664
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46663
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
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-3447747-1307897323.wbo>
0.00/0.02	c original problem has 1156 variables (1156 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.04	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, 14 clqs
0.06/0.07	c (round 2) 0 del vars, 158 del conss, 0 add conss, 925 chg bounds, 45 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 14 clqs
0.06/0.08	c (round 3) 90 del vars, 158 del conss, 0 add conss, 925 chg bounds, 45 chg sides, 0 chg coeffs, 1715 upgd conss, 218 impls, 14 clqs
0.06/0.09	c (round 4) 90 del vars, 218 del conss, 0 add conss, 925 chg bounds, 45 chg sides, 0 chg coeffs, 1715 upgd conss, 218 impls, 14 clqs
0.09/0.13	c    (0.1s) probing: 101/1111 (9.1%) - 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 (5 rounds):
0.09/0.13	c  90 deleted vars, 218 deleted constraints, 0 added constraints, 925 tightened bounds, 0 added holes, 45 changed sides, 0 changed coefficients
0.09/0.13	c  1098 implications, 14 cliques
0.09/0.13	c presolved problem has 1991 variables (1111 bin, 0 int, 880 impl, 0 cont) and 3415 constraints
0.09/0.13	c       1 constraints of type <knapsack>
0.09/0.13	c      63 constraints of type <setppc>
0.09/0.13	c     880 constraints of type <linear>
0.09/0.13	c     880 constraints of type <indicator>
0.09/0.13	c    1591 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.10
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.13	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.2s|     1 |     0 |   107 |     - |8332k|   0 |  49 |1991 |4319 |1991 |2535 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.95	c   0.9s|     1 |     0 |  5552 |     - |9277k|   0 |  44 |1991 |4333 |1991 |2544 |   9 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.11	c   1.1s|     1 |     0 |  5629 |     - |9975k|   0 |  50 |1991 |4333 |1991 |2556 |  21 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |  5677 |     - |  10M|   0 |  50 |1991 |4333 |1991 |2563 |  28 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.58	c   1.6s|     1 |     0 |  5722 |     - |  10M|   0 |  52 |1991 |4333 |1991 |2565 |  30 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
1.79/1.84	c   1.8s|     1 |     0 |  5756 |     - |  11M|   0 |  50 |1991 |4333 |1991 |2567 |  32 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
1.99/2.10	c   2.1s|     1 |     0 |  6058 |     - |  11M|   0 |  46 |1991 |4333 |1991 |2572 |  37 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
2.29/2.30	c   2.3s|     1 |     2 |  6058 |     - |  11M|   0 |  46 |1991 |4333 |1991 |2572 |  37 |  24 |   9 | 0.000000e+00 |      --      |    Inf 
2.79/2.88	o 44621
2.79/2.88	c y 2.9s|    11 |    10 |  6449 |  39.1 |  11M|  10 |  12 |1991 |4333 |1991 |2560 |  37 |  24 |  92 | 0.000000e+00 | 4.462100e+04 |    Inf 
2.99/3.06	o 518
2.99/3.06	c * 3.1s|    15 |    14 |  6641 |  41.6 |  12M|  14 |   - |1991 |4333 |1991 |2564 |  41 |  24 | 139 | 0.000000e+00 | 5.180000e+02 |    Inf 
3.30/3.32	o 473
3.30/3.32	c * 3.3s|    20 |    17 |  6855 |  41.9 |  12M|  14 |   - |1991 |4333 |1991 |2567 |  48 |  24 | 174 | 0.000000e+00 | 4.730000e+02 |    Inf 
5.09/5.17	o 450
5.09/5.17	c * 5.2s|    66 |    47 |  7877 |  28.0 |  12M|  15 |   - |1991 |4360 |1991 |2560 |  52 |  51 | 530 | 0.000000e+00 | 4.500000e+02 |    Inf 
5.19/5.24	o 409
5.19/5.24	c * 5.2s|    82 |    49 |  7970 |  23.6 |  13M|  21 |   - |1991 |4371 |1991 |2560 |  52 |  62 | 536 | 0.000000e+00 | 4.090000e+02 |    Inf 
7.40/7.49	o 272
7.40/7.49	c * 7.5s|   210 |    92 |  9744 |  17.6 |  13M|  41 |   - |1991 |4483 |1991 |2561 |  68 | 174 | 925 | 0.000000e+00 | 2.720000e+02 |    Inf 
8.70/8.79	o 190
8.70/8.79	c R 8.8s|   340 |   119 | 10969 |  14.5 |  14M|  41 |   - |1991 |4632 |1991 |2561 |  81 | 323 |1191 | 0.000000e+00 | 1.900000e+02 |    Inf 
8.80/8.83	o 189
8.80/8.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.80/8.83	c * 8.8s|   344 |   119 | 11077 |  14.6 |  14M|  41 |   - |1991 |4642 |1991 |2560 |  81 | 333 |1197 | 0.000000e+00 | 1.890000e+02 |    Inf 
8.89/8.98	o 183
8.89/8.98	c * 9.0s|   381 |   127 | 11265 |  13.7 |  14M|  41 |   - |1991 |4682 |1991 |2560 |  81 | 374 |1216 | 0.000000e+00 | 1.830000e+02 |    Inf 
8.99/9.03	o 133
8.99/9.03	c * 9.0s|   394 |   117 | 11358 |  13.5 |  14M|  41 |   - |1991 |4690 |1991 |2562 |  83 | 384 |1216 | 0.000000e+00 | 1.330000e+02 |    Inf 
9.09/9.10	o 123
9.09/9.10	c * 9.1s|   416 |   117 | 11499 |  13.1 |  14M|  41 |   - |1991 |4721 |1991 |2561 |  84 | 417 |1221 | 0.000000e+00 | 1.230000e+02 |    Inf 
13.09/13.14	o 119
13.09/13.14	c *13.1s|  1009 |   238 | 21334 |  15.2 |  17M|  47 |   - |1991 |4957 |1991 |2563 | 103 | 870 |1642 | 0.000000e+00 | 1.190000e+02 |    Inf 
20.39/20.44	o 59
20.39/20.44	c *20.4s|  3132 |   618 | 47204 |  13.1 |  20M|  47 |   - |1991 |5837 |1991 |2551 | 189 |2968 |1811 | 0.000000e+00 | 5.900000e+01 |    Inf 
20.49/20.54	o 40
20.49/20.54	c *20.5s|  3150 |   549 | 47579 |  13.2 |  19M|  47 |   - |1991 |5081 |1991 |2550 | 190 |2995 |1812 | 0.000000e+00 | 4.000000e+01 |    Inf 
27.19/27.22	o 18
27.19/27.22	c *27.2s|  4757 |   508 | 78847 |  15.3 |  20M|  47 |   - |1991 |4651 |1991 |2550 | 197 |4662 |1833 | 0.000000e+00 | 1.800000e+01 |    Inf 
36.99/37.01	o 7
36.99/37.01	c *37.0s|  6954 |   357 |132423 |  18.2 |  20M|  47 |   - |1991 |5292 |1991 |2560 | 198 |7114 |1841 | 0.000000e+00 | 7.000000e+00 |    Inf 
45.30/45.34	c  45.3s| 10000 |   416 |177318 |  17.1 |  21M|  55 |  33 |1991 |6948 |1991 |2560 | 198 |  11k|1841 | 0.000000e+00 | 7.000000e+00 |    Inf 
60.59/60.60	o 3
60.59/60.60	c *60.6s| 15744 |   344 |256124 |  15.9 |  21M|  60 |   - |1991 |6937 |1991 |2549 | 198 |  18k|1882 | 0.000000e+00 | 3.000000e+00 |    Inf 
60.59/60.69	o 2
60.59/60.69	c *60.7s| 15763 |   313 |256548 |  15.9 |  20M|  60 |   - |1991 |6620 |1991 |2549 | 198 |  18k|1887 | 0.000000e+00 | 2.000000e+00 |    Inf 
73.79/73.82	c  73.8s| 20000 |   338 |318765 |  15.6 |  22M|  60 |  37 |1991 |8851 |1991 |2549 | 200 |  23k|2168 | 0.000000e+00 | 2.000000e+00 |    Inf 
102.20/102.22	c   102s| 30000 |   324 |453542 |  14.9 |  23M|  60 |  40 |1991 |  11k|1991 |2549 | 200 |  37k|2634 | 0.000000e+00 | 2.000000e+00 |    Inf 
128.70/128.75	c   129s| 40000 |   327 |577210 |  14.3 |  24M|  60 |   - |1991 |  13k|1991 |2549 | 200 |  50k|2988 | 0.000000e+00 | 2.000000e+00 |    Inf 
156.70/156.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.70/156.73	c   157s| 50000 |   358 |704725 |  14.0 |  27M|  60 |   - |1991 |  19k|   0 |   0 | 200 |  63k|3409 | 0.000000e+00 | 2.000000e+00 |    Inf 
185.90/185.97	c   186s| 60000 |   467 |838815 |  13.9 |  28M|  65 |  35 |1991 |  19k|1991 |2549 | 200 |  77k|3769 | 0.000000e+00 | 2.000000e+00 |    Inf 
213.89/213.99	c   214s| 70000 |   421 |971587 |  13.8 |  27M|  65 |  29 |1991 |  15k|1991 |2549 | 200 |  91k|4036 | 0.000000e+00 | 2.000000e+00 |    Inf 
243.40/243.48	c   243s| 80000 |   412 |  1114k|  13.9 |  28M|  70 |  16 |1991 |  17k|1991 |2549 | 200 | 105k|4276 | 0.000000e+00 | 2.000000e+00 |    Inf 
272.20/272.23	c   272s| 90000 |   459 |  1246k|  13.8 |  30M|  70 |   - |1991 |  21k|1991 |2549 | 200 | 118k|4558 | 0.000000e+00 | 2.000000e+00 |    Inf 
300.79/300.87	c   301s|100000 |   568 |  1378k|  13.7 |  30M|  71 |  26 |1991 |  19k|1991 |2549 | 200 | 132k|4751 | 0.000000e+00 | 2.000000e+00 |    Inf 
328.00/328.06	c   328s|110000 |   537 |  1506k|  13.6 |  30M|  80 |   - |1991 |  19k|   0 |   0 | 200 | 146k|4971 | 0.000000e+00 | 2.000000e+00 |    Inf 
354.70/354.75	c   355s|120000 |   502 |  1632k|  13.6 |  29M|  80 |  32 |1991 |  16k|1991 |2549 | 200 | 160k|5135 | 0.000000e+00 | 2.000000e+00 |    Inf 
382.30/382.37	c   382s|130000 |   561 |  1764k|  13.5 |  30M|  80 |   - |1991 |  18k|   0 |   0 | 200 | 174k|5349 | 0.000000e+00 | 2.000000e+00 |    Inf 
409.60/409.61	c   410s|140000 |   536 |  1890k|  13.5 |  32M|  80 |   - |1991 |  23k|1991 |2549 | 200 | 187k|5581 | 0.000000e+00 | 2.000000e+00 |    Inf 
437.30/437.31	c   437s|150000 |   568 |  2015k|  13.4 |  33M|  80 |   - |1991 |  25k|   0 |   0 | 200 | 201k|5747 | 0.000000e+00 | 2.000000e+00 |    Inf 
468.61/468.69	c   469s|160000 |   672 |  2164k|  13.5 |  33M|  80 |   - |1991 |  24k|1991 |2549 | 200 | 215k|5891 | 0.000000e+00 | 2.000000e+00 |    Inf 
500.61/500.62	c   501s|170000 |   619 |  2308k|  13.5 |  34M|  80 |   - |1991 |  25k|   0 |   0 | 200 | 229k|6101 | 0.000000e+00 | 2.000000e+00 |    Inf 
531.80/531.82	c   532s|180000 |   639 |  2451k|  13.6 |  35M|  80 |  34 |1991 |  26k|1991 |2549 | 200 | 242k|6312 | 0.000000e+00 | 2.000000e+00 |    Inf 
561.02/561.10	c   561s|190000 |   738 |  2587k|  13.6 |  37M|  80 |  37 |1991 |  29k|1991 |2549 | 200 | 256k|6447 | 0.000000e+00 | 2.000000e+00 |    Inf 
590.71/590.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
590.71/590.76	c   591s|200000 |   802 |  2718k|  13.6 |  38M|  80 |  31 |1991 |  30k|1991 |2549 | 200 | 271k|6620 | 0.000000e+00 | 2.000000e+00 |    Inf 
620.11/620.17	c   620s|210000 |   790 |  2847k|  13.5 |  38M|  80 |   - |1991 |  30k|   0 |   0 | 200 | 284k|6779 | 0.000000e+00 | 2.000000e+00 |    Inf 
649.70/649.70	c   650s|220000 |   842 |  2969k|  13.5 |  41M|  80 |   - |1991 |  35k|1991 |2549 | 200 | 299k|6906 | 0.000000e+00 | 2.000000e+00 |    Inf 
680.01/680.08	c   680s|230000 |   813 |  3099k|  13.4 |  39M|  80 |  32 |1991 |  32k|1991 |2549 | 200 | 313k|7050 | 0.000000e+00 | 2.000000e+00 |    Inf 
710.90/710.95	c   711s|240000 |   979 |  3229k|  13.4 |  41M|  80 |  31 |1991 |  34k|1991 |2549 | 200 | 327k|7165 | 0.000000e+00 | 2.000000e+00 |    Inf 
742.71/742.76	c   743s|250000 |  1191 |  3365k|  13.4 |  44M|  86 |  27 |1991 |  37k|1991 |2549 | 200 | 343k|7270 | 0.000000e+00 | 2.000000e+00 |    Inf 
772.62/772.69	c   773s|260000 |  1201 |  3494k|  13.4 |  43M|  95 |  24 |1991 |  35k|1991 |2549 | 200 | 359k|7390 | 0.000000e+00 | 2.000000e+00 |    Inf 
802.61/802.68	c   803s|270000 |  1110 |  3622k|  13.4 |  43M|  95 |   - |1991 |  35k|1991 |2549 | 200 | 375k|7508 | 0.000000e+00 | 2.000000e+00 |    Inf 
833.82/833.82	c   834s|280000 |  1058 |  3758k|  13.4 |  43M|  95 |  40 |1991 |  36k|1991 |2549 | 200 | 390k|7627 | 0.000000e+00 | 2.000000e+00 |    Inf 
864.41/864.49	c   864s|290000 |  1061 |  3882k|  13.4 |  44M|  95 |   - |1991 |  37k|   0 |   0 | 200 | 404k|7744 | 0.000000e+00 | 2.000000e+00 |    Inf 
896.22/896.26	c   896s|300000 |  1096 |  4018k|  13.4 |  44M|  95 |   - |1991 |  37k|   0 |   0 | 200 | 419k|7853 | 0.000000e+00 | 2.000000e+00 |    Inf 
927.22/927.22	c   927s|310000 |  1090 |  4149k|  13.4 |  45M|  95 |  28 |1991 |  37k|1991 |2549 | 200 | 433k|7956 | 0.000000e+00 | 2.000000e+00 |    Inf 
959.02/959.00	c   959s|320000 |  1008 |  4286k|  13.4 |  44M|  95 |   - |1991 |  36k|1991 |2549 | 200 | 448k|8081 | 0.000000e+00 | 2.000000e+00 |    Inf 
991.32/991.39	c   991s|330000 |   961 |  4432k|  13.4 |  44M|  95 |  31 |1991 |  35k|1991 |2549 | 200 | 462k|8206 | 0.000000e+00 | 2.000000e+00 |    Inf 
1023.51/1023.52	c  1024s|340000 |   913 |  4582k|  13.5 |  44M|  95 |   - |1991 |  37k|   0 |   0 | 200 | 476k|8310 | 0.000000e+00 | 2.000000e+00 |    Inf 
1056.72/1056.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1056.72/1056.76	c  1057s|350000 |   892 |  4735k|  13.5 |  44M|  95 |  28 |1991 |  37k|1991 |2549 | 200 | 490k|8397 | 0.000000e+00 | 2.000000e+00 |    Inf 
1090.32/1090.38	c  1090s|360000 |   805 |  4886k|  13.6 |  44M|  95 |  30 |1991 |  39k|1991 |2549 | 200 | 504k|8513 | 0.000000e+00 | 2.000000e+00 |    Inf 
1123.82/1123.89	c  1124s|370000 |   749 |  5034k|  13.6 |  41M|  95 |  29 |1991 |  32k|1991 |2549 | 200 | 518k|8603 | 0.000000e+00 | 2.000000e+00 |    Inf 
1156.02/1156.08	c  1156s|380000 |   728 |  5178k|  13.6 |  40M|  95 |   - |1991 |  29k|   0 |   0 | 200 | 532k|8704 | 0.000000e+00 | 2.000000e+00 |    Inf 
1188.81/1188.89	c  1189s|390000 |   780 |  5331k|  13.7 |  41M|  95 |   - |1991 |  32k|1991 |2549 | 200 | 545k|8816 | 0.000000e+00 | 2.000000e+00 |    Inf 
1221.52/1221.58	c  1222s|400000 |   649 |  5483k|  13.7 |  40M|  95 |   - |1991 |  30k|1991 |2549 | 200 | 559k|8926 | 0.000000e+00 | 2.000000e+00 |    Inf 
1251.83/1251.87	c  1252s|410000 |   662 |  5619k|  13.7 |  41M|  95 |  27 |1991 |  34k|1991 |2549 | 200 | 573k|9010 | 0.000000e+00 | 2.000000e+00 |    Inf 
1286.42/1286.48	c  1286s|420000 |   562 |  5778k|  13.7 |  38M|  95 |  34 |1991 |  29k|1991 |2549 | 200 | 586k|9141 | 0.000000e+00 | 2.000000e+00 |    Inf 
1322.13/1322.11	c  1322s|430000 |   533 |  5951k|  13.8 |  39M|  95 |  34 |1991 |  30k|1991 |2549 | 200 | 600k|9243 | 0.000000e+00 | 2.000000e+00 |    Inf 
1355.72/1355.77	c  1356s|440000 |   561 |  6113k|  13.9 |  41M|  95 |  34 |1991 |  34k|1991 |2549 | 200 | 612k|9349 | 0.000000e+00 | 2.000000e+00 |    Inf 
1389.92/1389.92	c  1390s|450000 |   477 |  6270k|  13.9 |  38M|  95 |   - |1991 |  29k|1991 |2549 | 200 | 626k|9472 | 0.000000e+00 | 2.000000e+00 |    Inf 
1424.82/1424.82	c  1425s|460000 |   510 |  6433k|  14.0 |  40M|  95 |  37 |1991 |  32k|1991 |2549 | 201 | 639k|9550 | 0.000000e+00 | 2.000000e+00 |    Inf 
1459.63/1459.69	c  1460s|470000 |   395 |  6595k|  14.0 |  37M|  95 |   - |1991 |  27k|1991 |2549 | 201 | 653k|9654 | 0.000000e+00 | 2.000000e+00 |    Inf 
1494.12/1494.14	c  1494s|480000 |   383 |  6760k|  14.1 |  36M|  95 |  47 |1991 |  27k|1991 |2549 | 201 | 666k|9746 | 0.000000e+00 | 2.000000e+00 |    Inf 
1528.93/1528.97	c  1529s|490000 |   341 |  6920k|  14.1 |  35M|  95 |  19 |1991 |  27k|1991 |2549 | 201 | 679k|9849 | 0.000000e+00 | 2.000000e+00 |    Inf 
1564.42/1564.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1564.42/1564.44	c  1564s|500000 |   357 |  7088k|  14.2 |  36M|  95 |   - |1991 |  27k|1991 |2549 | 201 | 692k|9930 | 0.000000e+00 | 2.000000e+00 |    Inf 
1598.12/1598.19	c  1598s|510000 |   373 |  7244k|  14.2 |  37M|  95 |   - |1991 |  30k|   0 |   0 | 201 | 706k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1633.03/1633.03	c  1633s|520000 |   406 |  7399k|  14.2 |  39M|  95 |  25 |1991 |  33k|1991 |2549 | 201 | 720k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1668.03/1668.04	c  1668s|530000 |   273 |  7559k|  14.3 |  33M|  95 |   - |1991 |  21k|   0 |   0 | 201 | 733k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1699.93/1699.93	c  1700s|540000 |   312 |  7715k|  14.3 |  34M|  95 |  32 |1991 |  25k|1991 |2549 | 201 | 746k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1731.73/1731.78	c  1732s|550000 |   366 |  7872k|  14.3 |  36M|  95 |  19 |1991 |  28k|1991 |2549 | 201 | 759k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1764.53/1764.58	c  1765s|560000 |   255 |  8031k|  14.3 |  35M|  95 |   - |1991 |  26k|1991 |2549 | 201 | 772k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1797.54/1797.58	c  1798s|570000 |   509 |  8190k|  14.4 |  37M|  95 |   - |1991 |  30k|1991 |2549 | 201 | 785k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 570707
1800.04/1800.00	c Primal Bound       : +2.00000000000000e+00 (117 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

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 /tmp/evaluation-result-3447747-1307897323/watcher-3447747-1307897323 -o /tmp/evaluation-result-3447747-1307897323/solver-3447747-1307897323 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447747-1307897323.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: 1.99 1.97 1.83 2/177 23541
/proc/meminfo: memFree=32396040/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=10132 CPUtime=0 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 1543 0 0 0 0 0 0 0 25 0 1 0 901334952 10375168 1497 33554432000 4194304 9128323 140734270873168 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23541/statm: 2533 1497 399 1205 0 1324 0

[startup+0.0714881 s]
/proc/loadavg: 1.99 1.97 1.83 2/177 23541
/proc/meminfo: memFree=32396040/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=28148 CPUtime=0.06 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 6026 0 0 0 6 0 0 0 25 0 1 0 901334952 28823552 5721 33554432000 4194304 9128323 140734270873168 18446744073709551615 5266560 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 7037 5721 514 1205 0 5828 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28148

[startup+0.100492 s]
/proc/loadavg: 1.99 1.97 1.83 2/177 23541
/proc/meminfo: memFree=32396040/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=28456 CPUtime=0.09 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 6163 0 0 0 9 0 0 0 25 0 1 0 901334952 29138944 5858 33554432000 4194304 9128323 140734270873168 18446744073709551615 5973112 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 7114 5858 556 1205 0 5905 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28456

[startup+0.300445 s]
/proc/loadavg: 1.99 1.97 1.83 2/177 23541
/proc/meminfo: memFree=32396040/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=34236 CPUtime=0.29 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 7885 0 0 0 29 0 0 0 25 0 1 0 901334952 35057664 7493 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 8559 7493 683 1205 0 7350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34236

[startup+0.700373 s]
/proc/loadavg: 1.99 1.97 1.83 2/177 23541
/proc/meminfo: memFree=32396040/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=34388 CPUtime=0.69 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 7941 0 0 0 69 0 0 0 25 0 1 0 901334952 35213312 7549 33554432000 4194304 9128323 140734270873168 18446744073709551615 7176949 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 8597 7549 683 1205 0 7388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34388

[startup+1.50123 s]
/proc/loadavg: 1.99 1.97 1.83 3/178 23542
/proc/meminfo: memFree=32361096/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=46100 CPUtime=1.49 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 16241 0 0 0 148 1 0 0 25 0 1 0 901334952 47206400 10535 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 11525 10535 740 1205 0 10316 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46100

[startup+3.10095 s]
/proc/loadavg: 1.99 1.97 1.83 3/178 23542
/proc/meminfo: memFree=32351676/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=49592 CPUtime=3.09 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 21112 0 0 0 306 3 0 0 25 0 1 0 901334952 50782208 11437 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 12398 11437 753 1205 0 11189 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49592

[startup+6.30039 s]
/proc/loadavg: 1.99 1.97 1.83 3/178 23542
/proc/meminfo: memFree=32349196/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=51692 CPUtime=6.29 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 21627 0 0 0 623 6 0 0 25 0 1 0 901334952 52932608 11948 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 12923 11948 762 1205 0 11714 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51692

[startup+12.7003 s]
/proc/loadavg: 1.99 1.97 1.83 3/178 23542
/proc/meminfo: memFree=32328372/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=72424 CPUtime=12.69 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 26530 0 0 0 1257 12 0 0 25 0 1 0 901334952 74162176 16848 33554432000 4194304 9128323 140734270873168 18446744073709551615 7343089 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 18106 16848 762 1205 0 16897 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72424

[startup+25.501 s]
/proc/loadavg: 1.99 1.97 1.83 3/178 23543
/proc/meminfo: memFree=32327248/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=71368 CPUtime=25.5 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 27642 0 0 0 2529 21 0 0 25 0 1 0 901334952 73080832 16964 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 17842 16964 756 1205 0 16633 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 71368

[startup+51.1004 s]
/proc/loadavg: 1.99 1.97 1.83 3/178 23543
/proc/meminfo: memFree=32326700/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=71368 CPUtime=51.09 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 30989 0 0 0 5067 42 0 0 25 0 1 0 901334952 73080832 16964 33554432000 4194304 9128323 140734270873168 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 17842 16964 756 1205 0 16633 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71368

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.83 3/178 23545
/proc/meminfo: memFree=32323572/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=74328 CPUtime=102.3 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 43593 0 0 0 10149 81 0 0 25 0 1 0 901334952 76111872 17675 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 18582 17675 756 1205 0 17373 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74328

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.84 3/178 23546
/proc/meminfo: memFree=32317064/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=79084 CPUtime=162.3 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 46114 0 0 0 16104 126 0 0 25 0 1 0 901334952 80982016 18813 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 19771 18813 756 1205 0 18562 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 79084

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.85 3/178 23548
/proc/meminfo: memFree=32313760/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=81344 CPUtime=222.29 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 50621 0 0 0 22060 169 0 0 25 0 1 0 901334952 83296256 19444 33554432000 4194304 9128323 140734270873168 18446744073709551615 6547152 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 20336 19444 756 1205 0 19127 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 81344

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.85 3/178 23549
/proc/meminfo: memFree=32308496/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=81932 CPUtime=282.29 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 50768 0 0 0 28019 210 0 0 25 0 1 0 901334952 83898368 19591 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 20483 19591 756 1205 0 19274 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 81932

[startup+342.301 s]
/proc/loadavg: 2.03 1.99 1.86 3/178 23551
/proc/meminfo: memFree=32306340/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=82844 CPUtime=342.3 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 50990 0 0 0 33978 252 0 0 25 0 1 0 901334952 84832256 19813 33554432000 4194304 9128323 140734270873168 18446744073709551615 6526600 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 20711 19813 756 1205 0 19502 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 82844

[startup+402.3 s]
/proc/loadavg: 2.01 1.99 1.87 3/178 23553
/proc/meminfo: memFree=32299972/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=83884 CPUtime=402.3 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 52678 0 0 0 39935 295 0 0 25 0 1 0 901334952 85897216 20076 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 20971 20076 756 1205 0 19762 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 83884

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.88 3/178 23554
/proc/meminfo: memFree=32292956/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=87192 CPUtime=462.31 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 53479 0 0 0 45892 339 0 0 25 0 1 0 901334952 89284608 20877 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 21798 20877 756 1205 0 20589 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 87192

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/178 23556
/proc/meminfo: memFree=32289176/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=88852 CPUtime=522.31 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 53885 0 0 0 51852 379 0 0 25 0 1 0 901334952 90984448 21283 33554432000 4194304 9128323 140734270873168 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 22213 21283 756 1205 0 21004 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 88852

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.89 3/178 23557
/proc/meminfo: memFree=32285396/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=90524 CPUtime=582.3 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 54312 0 0 0 57812 418 0 0 25 0 1 0 901334952 92696576 21710 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 22631 21710 756 1205 0 21422 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 90524

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23573
/proc/meminfo: memFree=32269372/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=99000 CPUtime=822.31 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 58041 0 0 0 81666 565 0 0 25 0 1 0 901334952 101376000 23845 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 24750 23845 756 1205 0 23541 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 99000

[startup+882.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23574
/proc/meminfo: memFree=32267592/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=99580 CPUtime=882.32 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 58199 0 0 0 87633 599 0 0 25 0 1 0 901334952 101969920 24003 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23541/statm: 24895 24003 756 1205 0 23686 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 99580

[startup+942.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23579
/proc/meminfo: memFree=32263068/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=102204 CPUtime=942.31 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 58848 0 0 0 93598 633 0 0 25 0 1 0 901334952 104656896 24636 33554432000 4194304 9128323 140734270873168 18446744073709551615 7205344 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 25551 24636 756 1205 0 24342 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 102204

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23581
/proc/meminfo: memFree=32260920/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=103324 CPUtime=1002.31 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 59131 0 0 0 99560 671 0 0 25 0 1 0 901334952 105803776 24919 33554432000 4194304 9128323 140734270873168 18446744073709551615 7342752 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 25831 24919 756 1205 0 24622 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 103324

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23582
/proc/meminfo: memFree=32260748/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=103468 CPUtime=1062.31 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 59154 0 0 0 105522 709 0 0 25 0 1 0 901334952 105951232 24942 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 25867 24942 756 1205 0 24658 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 103468

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23622
/proc/meminfo: memFree=32313244/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=104664 CPUtime=1122.31 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 59474 0 0 0 111487 744 0 0 25 0 1 0 901334952 107175936 25262 33554432000 4194304 9128323 140734270873168 18446744073709551615 7366223 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 26166 25262 756 1205 0 24957 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 104664

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23623
/proc/meminfo: memFree=32312632/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=105008 CPUtime=1182.31 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 59538 0 0 0 117447 784 0 0 25 0 1 0 901334952 107528192 25326 33554432000 4194304 9128323 140734270873168 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 26252 25326 756 1205 0 25043 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 105008

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23625
/proc/meminfo: memFree=32309328/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=105972 CPUtime=1242.32 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 59647 0 0 0 123413 819 0 0 25 0 1 0 901334952 108515328 25435 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 26493 25435 756 1205 0 25284 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 105972

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23627
/proc/meminfo: memFree=32308788/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=106996 CPUtime=1302.32 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 59809 0 0 0 129374 858 0 0 25 0 1 0 901334952 109563904 25597 33554432000 4194304 9128323 140734270873168 18446744073709551615 4553115 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 26749 25597 756 1205 0 25540 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 106996

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23628
/proc/meminfo: memFree=32305516/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=108116 CPUtime=1362.32 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 63941 0 0 0 135332 900 0 0 25 0 1 0 901334952 110710784 25897 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 27029 25897 756 1205 0 25820 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 108116

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23630
/proc/meminfo: memFree=32302076/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=109992 CPUtime=1422.33 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 64338 0 0 0 141292 941 0 0 25 0 1 0 901334952 112631808 26294 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 27498 26294 756 1205 0 26289 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 109992

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23631
/proc/meminfo: memFree=32298532/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=109992 CPUtime=1482.32 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 64339 0 0 0 147250 982 0 0 25 0 1 0 901334952 112631808 26295 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 27498 26295 756 1205 0 26289 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 109992

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23633
/proc/meminfo: memFree=32297604/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=110380 CPUtime=1542.32 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 64447 0 0 0 153214 1018 0 0 25 0 1 0 901334952 113029120 26403 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 27595 26403 756 1205 0 26386 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 110380

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23635
/proc/meminfo: memFree=32296668/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=110672 CPUtime=1602.32 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 64502 0 0 0 159174 1058 0 0 25 0 1 0 901334952 113328128 26458 33554432000 4194304 9128323 140734270873168 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 27668 26458 756 1205 0 26459 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 110672

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 23636
/proc/meminfo: memFree=32291996/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=110672 CPUtime=1662.32 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 64511 0 0 0 165138 1094 0 0 25 0 1 0 901334952 113328128 26467 33554432000 4194304 9128323 140734270873168 18446744073709551615 4207570 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 27668 26467 756 1205 0 26459 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 110672

[startup+1722.3 s]
/proc/loadavg: 2.06 2.00 1.91 3/178 23638
/proc/meminfo: memFree=32290708/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=110808 CPUtime=1722.32 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 64547 0 0 0 171098 1134 0 0 25 0 1 0 901334952 113467392 26503 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 27702 26503 756 1205 0 26493 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 110808

[startup+1782.3 s]
/proc/loadavg: 2.02 2.00 1.91 3/178 23639
/proc/meminfo: memFree=32288272/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=110956 CPUtime=1782.33 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 64575 0 0 0 177057 1176 0 0 25 0 1 0 901334952 113618944 26531 33554432000 4194304 9128323 140734270873168 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 27739 26531 756 1205 0 26530 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 110956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 23640
/proc/meminfo: memFree=32288364/32951124 swapFree=67052812/67111528
[pid=23541] ppid=23539 vsize=110956 CPUtime=1800.04 cores=0,2,4,6
/proc/23541/stat : 23541 (scip-2.0.1.4.li) R 23539 23541 21680 0 -1 4202496 64575 0 0 0 178816 1188 0 0 25 0 1 0 901334952 113618944 26531 33554432000 4194304 9128323 140734270873168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23541/statm: 27739 26531 756 1205 0 26530 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 110956

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.01
CPU time (s): 1800.05
CPU user time (s): 1788.17
CPU system time (s): 11.8862
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 110956

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

runsolver used 2.67459 second user time and 5.65814 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-12 18:48:43
IDJOB=3447747
IDBENCH=78912
IDSOLVER=1944
FILE ID=node103/3447747-1307897323
RUNJOBID= node103-1307897153-22178
PBS_JOBID= 13559599
Free space on /tmp= 74064 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.1900670167--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 /tmp/evaluation-result-3447747-1307897323/watcher-3447747-1307897323 -o /tmp/evaluation-result-3447747-1307897323/solver-3447747-1307897323 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447747-1307897323.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 3458f76d1c0eafd16754e96da618f7a2
RANDOM SEED=50679776

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      32396600 kB
Buffers:        104820 kB
Cached:         147492 kB
SwapCached:      22648 kB
Active:         275748 kB
Inactive:        89480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32396600 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:           12064 kB
Writeback:           4 kB
AnonPages:      111068 kB
Mapped:          12532 kB
Slab:           124868 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   294484 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= 74052 MiB
End job on node103 at 2011-06-12 19:18:45