Trace number 3447426

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/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900583053--soft-0-100-0.wbo
MD5SUM4a2d6bc5f020a6a42fcf2a39cec0be8f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark102.059
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 651
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-3447426-1307901614.wbo>
0.00/0.02	c original problem has 2938 variables (2938 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.06	o 135714
0.00/0.06	c feasible solution found by trivial heuristic, objective value  1.357140e+05
0.00/0.06	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.07	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (3 rounds):
0.09/0.12	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.12	c  2707 implications, 0 cliques
0.09/0.12	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.12	c    2707 constraints of type <linear>
0.09/0.12	c    2707 constraints of type <indicator>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 2.0.1.4
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1800
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 13950
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # belongs reading time to solving time?
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c timing/reading = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.13	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 t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |   379 |     - |  18M|   0 |  46 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.59/0.67	c   0.7s|     1 |     0 |   414 |     - |  19M|   0 |  56 |5645 |8121 |5645 |2738 |  31 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.89/0.97	c   1.0s|     1 |     0 |   449 |     - |  19M|   0 |  58 |5645 |8121 |5645 |2746 |  39 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |   479 |     - |  19M|   0 |  65 |5645 |8121 |5645 |2753 |  46 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
1.79/1.80	c   1.8s|     1 |     0 |   515 |     - |  19M|   0 |  61 |5645 |8121 |5645 |2754 |  47 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
2.19/2.26	c   2.3s|     1 |     0 |   551 |     - |  20M|   0 |  66 |5645 |8121 |5645 |2762 |  55 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
3.59/3.69	c   3.7s|     1 |     2 |   551 |     - |  20M|   0 |  66 |5645 |8121 |5645 |2762 |  55 |   0 |  33 | 0.000000e+00 | 1.357140e+05 |    Inf 
17.08/17.15	o 712
17.08/17.15	c *17.2s|   170 |   169 |  9035 |  50.2 |  23M|  95 |   - |5645 |8121 |5645 |2921 | 231 |   0 | 849 | 0.000000e+00 | 7.120000e+02 |    Inf 
65.09/65.10	o 284
65.09/65.10	c *65.1s|  1660 |  1451 |281654 | 169.4 |  35M|  95 |   - |5645 |8147 |5645 |2900 |4100 |  26 |1488 | 0.000000e+00 | 2.840000e+02 |    Inf 
73.19/73.25	o 275
73.19/73.25	c *73.3s|  1869 |  1570 |326405 | 174.4 |  36M|  95 |   - |5645 |8249 |5645 |2778 |4972 | 128 |1543 | 0.000000e+00 | 2.750000e+02 |    Inf 
82.69/82.77	o 204
82.69/82.77	c *82.8s|  2133 |  1533 |383575 | 179.7 |  36M|  95 |   - |5645 |8376 |5645 |2839 |5883 | 255 |1574 | 0.000000e+00 | 2.040000e+02 |    Inf 
83.99/84.01	o 197
83.99/84.01	c *84.0s|  2180 |  1509 |391800 | 179.6 |  36M|  95 |   - |5645 |8396 |5645 |2756 |5949 | 275 |1574 | 0.000000e+00 | 1.970000e+02 |    Inf 
83.99/84.03	o 194
83.99/84.03	c *84.0s|  2181 |  1492 |391811 | 179.5 |  36M|  95 |   - |5645 |8396 |5645 |2754 |5950 | 275 |1574 | 0.000000e+00 | 1.940000e+02 |    Inf 
84.39/84.49	o 176
84.39/84.49	c *84.5s|  2200 |  1411 |395145 | 179.4 |  36M|  95 |   - |5645 |8399 |5645 |2776 |5985 | 278 |1578 | 0.000000e+00 | 1.760000e+02 |    Inf 
84.70/84.77	o 173
84.70/84.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.70/84.77	c r84.8s|  2214 |  1381 |396735 | 179.0 |  36M|  95 |   - |5645 |8406 |5645 |2756 |5995 | 285 |1578 | 0.000000e+00 | 1.730000e+02 |    Inf 
87.90/87.95	o 136
87.90/87.95	c *87.9s|  2332 |  1104 |414207 | 177.5 |  36M|  95 |   - |5645 |8472 |5645 |2821 |6308 | 351 |1594 | 0.000000e+00 | 1.360000e+02 |    Inf 
88.00/88.02	o 134
88.00/88.02	c *88.0s|  2338 |  1098 |414435 | 177.1 |  36M|  95 |   - |5645 |8474 |5645 |2756 |6312 | 353 |1594 | 0.000000e+00 | 1.340000e+02 |    Inf 
89.89/89.96	o 121
89.89/89.96	c *90.0s|  2419 |  1027 |427221 | 176.5 |  36M|  95 |   - |5645 |8527 |5645 |2765 |6386 | 406 |1605 | 0.000000e+00 | 1.210000e+02 |    Inf 
90.20/90.26	o 120
90.20/90.26	c *90.3s|  2448 |   996 |428370 | 174.8 |  37M|  95 |   - |5645 |8541 |5645 |2750 |6400 | 420 |1605 | 0.000000e+00 | 1.200000e+02 |    Inf 
90.29/90.34	o 105
90.29/90.34	c *90.3s|  2453 |   865 |428547 | 174.5 |  36M|  95 |   - |5645 |8542 |5645 |2757 |6407 | 421 |1605 | 0.000000e+00 | 1.050000e+02 |    Inf 
90.39/90.43	o 88
90.39/90.43	c *90.4s|  2458 |   745 |428762 | 174.3 |  35M|  95 |   - |5645 |8544 |5645 |2759 |6416 | 423 |1605 | 0.000000e+00 | 8.800000e+01 |    Inf 
90.69/90.70	o 74
90.69/90.70	c *90.7s|  2478 |   687 |429485 | 173.2 |  35M|  95 |   - |5645 |7900 |5645 |2768 |6434 | 437 |1605 | 0.000000e+00 | 7.400000e+01 |    Inf 
90.79/90.87	o 65
90.79/90.87	c *90.9s|  2488 |   644 |429940 | 172.7 |  34M|  95 |   - |5645 |7102 |5645 |2769 |6453 | 443 |1605 | 0.000000e+00 | 6.500000e+01 |    Inf 
91.19/91.23	o 62
91.19/91.23	c *91.2s|  2518 |   650 |430771 | 170.9 |  34M|  95 |   - |5645 |6625 |5645 |2761 |6464 | 464 |1605 | 0.000000e+00 | 6.200000e+01 |    Inf 
91.19/91.24	o 57
91.19/91.24	c *91.2s|  2519 |   644 |430787 | 170.9 |  34M|  95 |   - |5645 |6625 |5645 |2761 |6464 | 464 |1605 | 0.000000e+00 | 5.700000e+01 |    Inf 
91.99/92.07	o 55
91.99/92.07	c *92.1s|  2573 |   621 |433206 | 168.2 |  35M|  95 |   - |5645 |6225 |5645 |2752 |6469 | 508 |1611 | 0.000000e+00 | 5.500000e+01 |    Inf 
92.09/92.17	o 49
92.09/92.17	c g92.2s|  2575 |   614 |433322 | 168.1 |  35M|  95 |   - |5645 |6071 |5645 |2775 |6494 | 508 |1611 | 0.000000e+00 | 4.900000e+01 |    Inf 
92.29/92.33	o 48
92.29/92.33	c *92.3s|  2589 |   614 |433587 | 167.3 |  35M|  95 |   - |5645 |5706 |5645 |2750 |6494 | 520 |1612 | 0.000000e+00 | 4.800000e+01 |    Inf 
92.29/92.38	o 47
92.29/92.38	c *92.4s|  2593 |   608 |433713 | 167.1 |  35M|  95 |   - |5645 |5659 |5645 |2750 |6494 | 520 |1613 | 0.000000e+00 | 4.700000e+01 |    Inf 
92.49/92.50	o 31
92.49/92.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.49/92.50	c *92.5s|  2601 |   256 |434016 | 166.7 |  33M|  95 |   - |5645 |5612 |5645 |2761 |6503 | 526 |1613 | 0.000000e+00 | 3.100000e+01 |    Inf 
96.59/96.68	o 27
96.59/96.68	c *96.7s|  3247 |   367 |446062 | 137.2 |  35M|  95 |   - |5645 |5304 |5645 |2750 |6533 |1157 |1638 | 0.000000e+00 | 2.700000e+01 |    Inf 
99.49/99.51	o 25
99.49/99.51	c *99.5s|  3684 |   469 |455444 | 123.5 |  36M|  95 |   - |5645 |5609 |5645 |2750 |6554 |1682 |1652 | 0.000000e+00 | 2.500000e+01 |    Inf 
104.29/104.32	o 19
104.29/104.32	c * 104s|  4517 |   646 |471474 | 104.3 |  37M|  95 |   - |5645 |6369 |5645 |2753 |6575 |2593 |1662 | 0.000000e+00 | 1.900000e+01 |    Inf 
104.79/104.89	o 16
104.79/104.89	c * 105s|  4613 |   630 |473129 | 102.5 |  37M|  95 |   - |5645 |6111 |5645 |2750 |6584 |2721 |1662 | 0.000000e+00 | 1.600000e+01 |    Inf 
105.19/105.23	o 15
105.19/105.23	c * 105s|  4672 |   616 |474121 | 101.4 |  37M|  95 |   - |5645 |6004 |5645 |2750 |6591 |2801 |1662 | 0.000000e+00 | 1.500000e+01 |    Inf 
105.50/105.54	o 14
105.50/105.54	c * 106s|  4726 |   615 |474715 | 100.4 |  37M|  95 |   - |5645 |6023 |5645 |2750 |6591 |2901 |1662 | 0.000000e+00 | 1.400000e+01 |    Inf 
106.09/106.12	o 12
106.09/106.12	c * 106s|  4823 |   614 |476480 |  98.7 |  37M|  95 |   - |5645 |6052 |5645 |2750 |6591 |3026 |1663 | 0.000000e+00 | 1.200000e+01 |    Inf 
106.09/106.13	o 5
106.09/106.13	c * 106s|  4824 |   581 |476504 |  98.7 |  36M|  95 |   - |5645 |6052 |5645 |2751 |6592 |3026 |1663 | 0.000000e+00 | 5.000000e+00 |    Inf 
131.09/131.12	c   131s| 10000 |   472 |586722 |  58.6 |  37M|  95 |   - |5645 |6832 |5645 |2740 |6592 |9676 |1713 | 0.000000e+00 | 5.000000e+00 |    Inf 
134.69/134.80	o 4
134.69/134.80	c * 135s| 10709 |   512 |601893 |  56.2 |  38M|  95 |   - |5645 |7594 |5645 |2753 |6595 |  10k|1756 | 0.000000e+00 | 4.000000e+00 |    Inf 
151.69/151.76	o 1
151.69/151.76	c * 152s| 14059 |   512 |671604 |  47.7 |  39M|  95 |   - |5645 |9268 |5645 |2751 |6599 |  15k|1940 | 0.000000e+00 | 1.000000e+00 |    Inf 
181.79/181.85	c   182s| 20000 |   616 |803634 |  40.2 |  40M|  95 |  30 |5645 |9200 |5645 |2740 |6599 |  23k|2164 | 0.000000e+00 | 1.000000e+00 |    Inf 
232.10/232.18	c   232s| 30000 |   647 |  1015k|  33.8 |  42M|  95 |  28 |5645 |  12k|5645 |2740 |6599 |  36k|2599 | 0.000000e+00 | 1.000000e+00 |    Inf 
280.89/280.90	c   281s| 40000 |   639 |  1215k|  30.4 |  44M|  95 |  22 |5645 |  16k|5645 |2740 |6599 |  48k|3064 | 0.000000e+00 | 1.000000e+00 |    Inf 
331.69/331.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
331.69/331.70	c   332s| 50000 |   616 |  1423k|  28.5 |  44M|  95 |   - |5645 |  16k|   0 |   0 |6599 |  61k|3481 | 0.000000e+00 | 1.000000e+00 |    Inf 
381.00/381.01	c   381s| 60000 |   746 |  1635k|  27.2 |  45M|  95 |  33 |5645 |  16k|5645 |2740 |6599 |  74k|3757 | 0.000000e+00 | 1.000000e+00 |    Inf 
431.10/431.11	c   431s| 70000 |   643 |  1847k|  26.4 |  47M|  95 |  44 |5645 |  20k|5645 |2740 |6599 |  88k|4115 | 0.000000e+00 | 1.000000e+00 |    Inf 
481.70/481.80	c   482s| 80000 |   620 |  2062k|  25.8 |  46M|  95 |   - |5645 |  17k|5645 |2740 |6599 | 102k|4447 | 0.000000e+00 | 1.000000e+00 |    Inf 
532.00/532.02	c   532s| 90000 |   528 |  2266k|  25.2 |  43M|  95 |   - |5645 |  11k|5645 |2750 |6599 | 115k|4931 | 0.000000e+00 | 1.000000e+00 |    Inf 
579.20/579.24	c   579s|100000 |   546 |  2467k|  24.7 |  44M|  95 |   - |5645 |  14k|5645 |2740 |6599 | 128k|5135 | 0.000000e+00 | 1.000000e+00 |    Inf 
627.81/627.85	c   628s|110000 |   510 |  2672k|  24.3 |  44M|  95 |   - |5645 |  13k|5645 |2750 |6599 | 141k|5373 | 0.000000e+00 | 1.000000e+00 |    Inf 
679.90/679.95	c   680s|120000 |   526 |  2889k|  24.1 |  46M|  95 |  39 |5645 |  18k|5645 |2750 |6599 | 154k|5588 | 0.000000e+00 | 1.000000e+00 |    Inf 
730.31/730.38	c   730s|130000 |   700 |  3104k|  23.9 |  51M|  95 |  18 |5645 |  26k|5645 |2750 |6599 | 167k|5857 | 0.000000e+00 | 1.000000e+00 |    Inf 
780.10/780.19	c   780s|140000 |   729 |  3310k|  23.6 |  52M|  95 |  23 |5645 |  26k|5645 |2750 |6599 | 180k|6070 | 0.000000e+00 | 1.000000e+00 |    Inf 
829.81/829.82	c   830s|150000 |   701 |  3514k|  23.4 |  52M|  95 |  42 |5645 |  27k|5645 |2750 |6599 | 194k|6251 | 0.000000e+00 | 1.000000e+00 |    Inf 
877.61/877.62	c   878s|160000 |   643 |  3712k|  23.2 |  52M|  95 |  39 |5645 |  28k|5645 |2750 |6599 | 207k|6429 | 0.000000e+00 | 1.000000e+00 |    Inf 
926.12/926.19	c   926s|170000 |   650 |  3909k|  23.0 |  53M|  95 |   - |5645 |  30k|5645 |2750 |6599 | 220k|6621 | 0.000000e+00 | 1.000000e+00 |    Inf 
976.41/976.48	c   976s|180000 |   582 |  4117k|  22.9 |  51M|  95 |   - |5645 |  28k|5645 |2750 |6599 | 233k|6837 | 0.000000e+00 | 1.000000e+00 |    Inf 
1027.32/1027.31	c  1027s|190000 |   507 |  4318k|  22.7 |  49M|  95 |   - |5645 |  24k|5645 |2750 |6599 | 247k|7211 | 0.000000e+00 | 1.000000e+00 |    Inf 
1075.12/1075.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1075.12/1075.10	c  1075s|200000 |   470 |  4510k|  22.5 |  47M|  95 |  27 |5645 |  19k|5645 |2750 |6599 | 260k|7460 | 0.000000e+00 | 1.000000e+00 |    Inf 
1124.31/1124.31	c  1124s|210000 |   462 |  4718k|  22.5 |  45M|  95 |  36 |5645 |  15k|5645 |2740 |6599 | 273k|7658 | 0.000000e+00 | 1.000000e+00 |    Inf 
1172.12/1172.12	c  1172s|220000 |   501 |  4917k|  22.4 |  47M|  95 |   - |5645 |  18k|5645 |2750 |6599 | 287k|7820 | 0.000000e+00 | 1.000000e+00 |    Inf 
1219.22/1219.24	c  1219s|230000 |   468 |  5114k|  22.2 |  47M|  95 |  31 |5645 |  20k|5645 |2750 |6599 | 300k|7975 | 0.000000e+00 | 1.000000e+00 |    Inf 
1264.92/1264.94	c  1265s|240000 |   462 |  5303k|  22.1 |  50M|  95 |   - |5645 |  24k|   0 |   0 |6599 | 313k|8119 | 0.000000e+00 | 1.000000e+00 |    Inf 
1312.72/1312.77	c  1313s|250000 |   424 |  5497k|  22.0 |  47M|  95 |  31 |5645 |  19k|5645 |2750 |6599 | 327k|8345 | 0.000000e+00 | 1.000000e+00 |    Inf 
1361.12/1361.11	c  1361s|260000 |   443 |  5700k|  21.9 |  49M|  95 |  20 |5645 |  22k|5645 |2750 |6599 | 340k|8523 | 0.000000e+00 | 1.000000e+00 |    Inf 
1410.02/1410.04	c  1410s|270000 |   496 |  5909k|  21.9 |  51M|  95 |  38 |5645 |  26k|5645 |2750 |6599 | 353k|8681 | 0.000000e+00 | 1.000000e+00 |    Inf 
1460.02/1460.07	c  1460s|280000 |   415 |  6124k|  21.9 |  49M|  95 |  26 |5645 |  24k|5645 |2750 |6599 | 366k|8865 | 0.000000e+00 | 1.000000e+00 |    Inf 
1507.73/1507.75	c  1508s|290000 |   394 |  6318k|  21.8 |  47M|  95 |   - |5645 |  20k|5645 |2750 |6599 | 379k|9060 | 0.000000e+00 | 1.000000e+00 |    Inf 
1553.52/1553.58	c  1554s|300000 |   339 |  6507k|  21.7 |  46M|  95 |  31 |5645 |  16k|5645 |2750 |6599 | 392k|9156 | 0.000000e+00 | 1.000000e+00 |    Inf 
1600.13/1600.11	c  1600s|310000 |   327 |  6706k|  21.6 |  46M|  95 |  37 |5645 |  16k|5645 |2750 |6599 | 405k|9278 | 0.000000e+00 | 1.000000e+00 |    Inf 
1646.33/1646.33	c  1646s|320000 |   296 |  6903k|  21.6 |  48M|  95 |   - |5645 |  20k|5645 |2750 |6599 | 419k|9386 | 0.000000e+00 | 1.000000e+00 |    Inf 
1693.53/1693.59	c  1694s|330000 |   323 |  7097k|  21.5 |  48M|  95 |   - |5645 |  20k|5645 |2750 |6599 | 432k|9601 | 0.000000e+00 | 1.000000e+00 |    Inf 
1740.14/1740.20	c  1740s|340000 |   264 |  7287k|  21.4 |  47M|  95 |  30 |5645 |  20k|5645 |2750 |6599 | 445k|9766 | 0.000000e+00 | 1.000000e+00 |    Inf 
1788.44/1788.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1788.44/1788.41	c  1788s|350000 |   302 |  7490k|  21.4 |  50M|  95 |   - |5645 |  25k|   0 |   0 |6599 | 458k|9891 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 352367
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (198 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/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 /var/tmp/evaluation-result-3447426-1307901614/watcher-3447426-1307901614 -o /var/tmp/evaluation-result-3447426-1307901614/solver-3447426-1307901614 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447426-1307901614.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.92 1.96 1.90 2/177 20343
/proc/meminfo: memFree=1358776/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=10124 CPUtime=0 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 1533 0 0 0 0 0 0 0 25 0 1 0 901762357 10366976 1486 33554432000 4194304 9128323 140734021218992 18446744073709551615 4338640 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20343/statm: 2531 1486 399 1205 0 1322 0

[startup+0.0947539 s]
/proc/loadavg: 1.92 1.96 1.90 2/177 20343
/proc/meminfo: memFree=1358776/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=35724 CPUtime=0.08 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 7950 0 0 0 8 0 0 0 25 0 1 0 901762357 36581376 7644 33554432000 4194304 9128323 140734021218992 18446744073709551615 5976076 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20343/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35724

[startup+0.100725 s]
/proc/loadavg: 1.92 1.96 1.90 2/177 20343
/proc/meminfo: memFree=1358776/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 901762357 36581376 7644 33554432000 4194304 9128323 140734021218992 18446744073709551615 5234510 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20343/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300712 s]
/proc/loadavg: 1.92 1.96 1.90 2/177 20343
/proc/meminfo: memFree=1358776/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=58404 CPUtime=0.29 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 13897 0 0 0 28 1 0 0 25 0 1 0 901762357 59805696 13492 33554432000 4194304 9128323 140734021218992 18446744073709551615 4810432 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20343/statm: 14601 13492 689 1205 0 13392 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58404

[startup+0.700645 s]
/proc/loadavg: 1.92 1.96 1.90 2/177 20343
/proc/meminfo: memFree=1358776/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=53152 CPUtime=0.69 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 21271 0 0 0 67 2 0 0 25 0 1 0 901762357 54427648 12147 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20343/statm: 13288 12147 718 1205 0 12079 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53152

[startup+1.5005 s]
/proc/loadavg: 1.92 1.96 1.90 3/178 20344
/proc/meminfo: memFree=1310420/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=57240 CPUtime=1.49 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 22260 0 0 0 146 3 0 0 25 0 1 0 901762357 58613760 13129 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20343/statm: 14310 13129 711 1205 0 13101 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57240

[startup+3.10022 s]
/proc/loadavg: 1.92 1.96 1.90 3/178 20344
/proc/meminfo: memFree=1308308/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=58988 CPUtime=3.09 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 28983 0 0 0 304 5 0 0 25 0 1 0 901762357 60403712 13660 33554432000 4194304 9128323 140734021218992 18446744073709551615 7216720 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20343/statm: 14747 13660 723 1205 0 13538 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58988

[startup+6.30065 s]
/proc/loadavg: 1.93 1.96 1.90 3/178 20345
/proc/meminfo: memFree=1303844/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=62008 CPUtime=6.29 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 29566 0 0 0 622 7 0 0 25 0 1 0 901762357 63496192 14243 33554432000 4194304 9128323 140734021218992 18446744073709551615 7191101 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20343/statm: 15502 14243 724 1205 0 14293 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62008

[startup+12.7005 s]
/proc/loadavg: 1.93 1.96 1.90 3/178 20345
/proc/meminfo: memFree=1303500/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=62008 CPUtime=12.69 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 29566 0 0 0 1256 13 0 0 25 0 1 0 901762357 63496192 14243 33554432000 4194304 9128323 140734021218992 18446744073709551615 7346281 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 15502 14243 724 1205 0 14293 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62008

[startup+25.5002 s]
/proc/loadavg: 1.95 1.97 1.91 3/178 20345
/proc/meminfo: memFree=1294036/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=72404 CPUtime=25.49 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 34295 0 0 0 2525 24 0 0 25 0 1 0 901762357 74141696 16816 33554432000 4194304 9128323 140734021218992 18446744073709551615 4689744 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 18101 16816 737 1205 0 16892 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72404

[startup+51.1007 s]
/proc/loadavg: 1.96 1.97 1.91 3/178 20355
/proc/meminfo: memFree=1287564/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=77328 CPUtime=51.09 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 37767 0 0 0 5062 47 0 0 25 0 1 0 901762357 79183872 18120 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 19332 18120 737 1205 0 18123 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 77328

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.91 3/178 20356
/proc/meminfo: memFree=1256824/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=107320 CPUtime=102.29 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 68269 0 0 0 10145 84 0 0 25 0 1 0 901762357 109895680 25710 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 26830 25710 752 1205 0 25621 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 107320

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 20358
/proc/meminfo: memFree=1255188/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=109352 CPUtime=162.29 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 78475 0 0 0 16108 121 0 0 25 0 1 0 901762357 111976448 26214 33554432000 4194304 9128323 140734021218992 18446744073709551615 7176959 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 27338 26214 752 1205 0 26129 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 109352

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 20361
/proc/meminfo: memFree=1256496/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=107320 CPUtime=222.29 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 83881 0 0 0 22066 163 0 0 25 0 1 0 901762357 109895680 25741 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 26830 25741 752 1205 0 25621 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 107320

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 20364
/proc/meminfo: memFree=1256748/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=107320 CPUtime=282.3 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 89050 0 0 0 28025 205 0 0 25 0 1 0 901762357 109895680 25741 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 26830 25741 752 1205 0 25621 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 107320

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 20366
/proc/meminfo: memFree=1256568/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=108208 CPUtime=342.29 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 89270 0 0 0 33987 242 0 0 25 0 1 0 901762357 110804992 25961 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 27052 25961 752 1205 0 25843 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 108208

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 20367
/proc/meminfo: memFree=1255784/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=109024 CPUtime=402.3 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 89438 0 0 0 39949 281 0 0 25 0 1 0 901762357 111640576 26129 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 27256 26129 752 1205 0 26047 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 109024

[startup+462.301 s]
/proc/loadavg: 2.04 1.99 1.91 3/178 20369
/proc/meminfo: memFree=1253144/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=111344 CPUtime=462.3 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 95903 0 0 0 45912 318 0 0 25 0 1 0 901762357 114016256 26746 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 27836 26746 752 1205 0 26627 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 111344

[startup+522.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/178 20370
/proc/meminfo: memFree=1252124/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=112300 CPUtime=522.3 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 96113 0 0 0 51871 359 0 0 25 0 1 0 901762357 114995200 26956 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 28075 26956 752 1205 0 26866 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 112300

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 20372
/proc/meminfo: memFree=1252200/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=112300 CPUtime=582.3 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 96122 0 0 0 57828 402 0 0 25 0 1 0 901762357 114995200 26965 33554432000 4194304 9128323 140734021218992 18446744073709551615 6581566 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 28075 26965 752 1205 0 26866 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 112300

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.01 2.00 1.92 3/178 20455
/proc/meminfo: memFree=1449692/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=117052 CPUtime=822.31 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 103056 0 0 0 81676 555 0 0 25 0 1 0 901762357 119861248 28152 33554432000 4194304 9128323 140734021218992 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 29263 28152 752 1205 0 28054 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 117052

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 20457
/proc/meminfo: memFree=1441356/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=118092 CPUtime=882.31 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 103302 0 0 0 87639 592 0 0 25 0 1 0 901762357 120926208 28398 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 29523 28398 752 1205 0 28314 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 118092

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 20458
/proc/meminfo: memFree=1436596/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=119080 CPUtime=942.31 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 103554 0 0 0 93606 625 0 0 25 0 1 0 901762357 121937920 28650 33554432000 4194304 9128323 140734021218992 18446744073709551615 6581729 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 29770 28650 752 1205 0 28561 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 119080

[startup+1002.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/178 20460
/proc/meminfo: memFree=1432596/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=119216 CPUtime=1002.31 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 103586 0 0 0 99568 663 0 0 25 0 1 0 901762357 122077184 28682 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 29804 28682 752 1205 0 28595 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 119216

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 20462
/proc/meminfo: memFree=1432060/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=119216 CPUtime=1062.32 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 103602 0 0 0 105534 698 0 0 25 0 1 0 901762357 122077184 28698 33554432000 4194304 9128323 140734021218992 18446744073709551615 4209243 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 29804 28698 752 1205 0 28595 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 119216

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 20501
/proc/meminfo: memFree=1516052/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=119992 CPUtime=1122.32 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 103774 0 0 0 111498 734 0 0 25 0 1 0 901762357 122871808 28870 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 29998 28870 752 1205 0 28789 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 119992

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 20503
/proc/meminfo: memFree=1502360/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=120244 CPUtime=1182.32 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 109460 0 0 0 117459 773 0 0 25 0 1 0 901762357 123129856 28979 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 30061 28979 752 1205 0 28852 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 120244

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 20504
/proc/meminfo: memFree=1491464/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=120244 CPUtime=1242.32 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 109460 0 0 0 123418 814 0 0 25 0 1 0 901762357 123129856 28979 33554432000 4194304 9128323 140734021218992 18446744073709551615 7343366 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 30061 28979 752 1205 0 28852 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 120244

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 20506
/proc/meminfo: memFree=1477888/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=120244 CPUtime=1302.32 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 109460 0 0 0 129379 853 0 0 25 0 1 0 901762357 123129856 28979 33554432000 4194304 9128323 140734021218992 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 30061 28979 752 1205 0 28852 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 120244

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/178 20508
/proc/meminfo: memFree=1467064/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=120848 CPUtime=1362.32 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 109594 0 0 0 135342 890 0 0 25 0 1 0 901762357 123748352 29111 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 30212 29111 752 1205 0 29003 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 120848

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 20509
/proc/meminfo: memFree=1456976/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=121056 CPUtime=1422.33 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 109639 0 0 0 141307 926 0 0 25 0 1 0 901762357 123961344 29156 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 30264 29156 752 1205 0 29055 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 121056

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 20511
/proc/meminfo: memFree=1445776/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=121056 CPUtime=1482.33 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 109640 0 0 0 147267 966 0 0 25 0 1 0 901762357 123961344 29157 33554432000 4194304 9128323 140734021218992 18446744073709551615 4751556 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 30264 29157 752 1205 0 29055 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 121056

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/178 20513
/proc/meminfo: memFree=1437676/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=121056 CPUtime=1542.33 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 109642 0 0 0 153233 1000 0 0 25 0 1 0 901762357 123961344 29159 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 30264 29159 752 1205 0 29055 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 121056

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 20514
/proc/meminfo: memFree=1425240/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=121056 CPUtime=1602.33 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 109645 0 0 0 159195 1038 0 0 25 0 1 0 901762357 123961344 29162 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 30264 29162 752 1205 0 29055 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 121056

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 20516
/proc/meminfo: memFree=1422348/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=121056 CPUtime=1662.33 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 109645 0 0 0 165158 1075 0 0 25 0 1 0 901762357 123961344 29162 33554432000 4194304 9128323 140734021218992 18446744073709551615 4209488 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 30264 29162 752 1205 0 29055 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 121056

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 20517
/proc/meminfo: memFree=1410772/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=121056 CPUtime=1722.34 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 109647 0 0 0 171122 1112 0 0 25 0 1 0 901762357 123961344 29164 33554432000 4194304 9128323 140734021218992 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 30264 29164 752 1205 0 29055 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 121056

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 20519
/proc/meminfo: memFree=1403896/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=121056 CPUtime=1782.33 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 109647 0 0 0 177087 1146 0 0 25 0 1 0 901762357 123961344 29164 33554432000 4194304 9128323 140734021218992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20343/statm: 30264 29164 752 1205 0 29055 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 121056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 20519
/proc/meminfo: memFree=1402152/32951124 swapFree=67052292/67111528
[pid=20343] ppid=20341 vsize=121056 CPUtime=1800.03 cores=0,2,4,6
/proc/20343/stat : 20343 (scip-2.0.1.4.li) R 20341 20343 19038 0 -1 4202496 109647 0 0 0 178846 1157 0 0 25 0 1 0 901762357 123961344 29164 33554432000 4194304 9128323 140734021218992 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20343/statm: 30264 29164 752 1205 0 29055 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 121056

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.47
CPU system time (s): 11.5832
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 143844

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

runsolver used 2.80157 second user time and 5.67514 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-12 20:00:14
IDJOB=3447426
IDBENCH=79315
IDSOLVER=1944
FILE ID=node108/3447426-1307901614
RUNJOBID= node108-1307898930-20091
PBS_JOBID= 13559595
Free space on /var/tmp= 2872 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900583053--soft-0-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-3447426-1307901614/watcher-3447426-1307901614 -o /var/tmp/evaluation-result-3447426-1307901614/solver-3447426-1307901614 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447426-1307901614.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 4a2d6bc5f020a6a42fcf2a39cec0be8f
RANDOM SEED=1425848350

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1359080 kB
Buffers:         54092 kB
Cached:       30242988 kB
SwapCached:      23196 kB
Active:       15558084 kB
Inactive:     15087296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1359080 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           12128 kB
Writeback:          12 kB
AnonPages:      346048 kB
Mapped:          12308 kB
Slab:           881636 kB
PageTables:       5168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   537856 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= 2864 MiB
End job on node108 at 2011-06-12 20:30:16