Trace number 3447341

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.06 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900579996--soft-0-100-0.wbo
MD5SUMc45be88cd75ffa8279348f234419b8ae
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 benchmark201.797
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 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
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-3447341-1307901048.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.05	o 138261
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.382610e+05
0.00/0.05	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.06	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.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	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.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	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 t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   350 |     - |  18M|   0 |  58 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.69/0.72	c   0.7s|     1 |     0 |   380 |     - |  19M|   0 |  57 |5645 |8121 |5645 |2737 |  30 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
1.00/1.07	c   1.1s|     1 |     0 |   407 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2743 |  36 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
1.39/1.48	c   1.5s|     1 |     0 |   436 |     - |  20M|   0 |  60 |5645 |8121 |5645 |2746 |  39 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
1.89/1.92	c   1.9s|     1 |     0 |   455 |     - |  21M|   0 |  61 |5645 |8121 |5645 |2752 |  45 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
2.29/2.37	c   2.4s|     1 |     0 |   486 |     - |  21M|   0 |  61 |5645 |8121 |5645 |2753 |  46 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
3.49/3.56	c   3.6s|     1 |     2 |   486 |     - |  21M|   0 |  61 |5645 |8121 |5645 |2753 |  46 |   0 |  33 | 0.000000e+00 | 1.382610e+05 |    Inf 
22.69/22.73	o 686
22.69/22.73	c p22.7s|   160 |   156 | 35334 | 219.2 |  26M|  43 |   - |5645 |8121 |5645 |3021 | 916 |   0 | 759 | 0.000000e+00 | 6.860000e+02 |    Inf 
75.89/75.98	o 167
75.89/75.98	c *76.0s|  1561 |   919 |326021 | 208.7 |  35M|  58 |   - |5645 |8191 |5645 |2959 |7094 |  70 |1443 | 0.000000e+00 | 1.670000e+02 |    Inf 
77.50/77.52	o 162
77.50/77.52	c *77.5s|  1653 |   932 |335229 | 202.6 |  37M|  58 |   - |5645 |8238 |5645 |2762 |7127 | 117 |1463 | 0.000000e+00 | 1.620000e+02 |    Inf 
77.59/77.68	o 146
77.59/77.68	c *77.7s|  1656 |   715 |336107 | 202.8 |  36M|  58 |   - |5645 |8238 |5645 |2775 |7144 | 117 |1463 | 0.000000e+00 | 1.460000e+02 |    Inf 
77.89/77.92	o 145
77.89/77.92	c R77.9s|  1674 |   694 |337312 | 201.3 |  36M|  58 |   - |5645 |8245 |5645 |2741 |7144 | 124 |1466 | 0.000000e+00 | 1.450000e+02 |    Inf 
78.80/78.82	o 142
78.80/78.82	c *78.8s|  1723 |   626 |342373 | 198.5 |  36M|  58 |   - |5645 |8260 |5645 |2742 |7176 | 139 |1476 | 0.000000e+00 | 1.420000e+02 |    Inf 
78.80/78.87	o 137
78.80/78.87	c *78.9s|  1725 |   596 |342440 | 198.3 |  36M|  58 |   - |5645 |8260 |5645 |2745 |7180 | 139 |1476 | 0.000000e+00 | 1.370000e+02 |    Inf 
79.39/79.42	o 95
79.39/79.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.39/79.42	c *79.4s|  1761 |   484 |344350 | 195.4 |  35M|  58 |   - |5645 |8272 |5645 |2794 |7233 | 151 |1487 | 0.000000e+00 | 9.500000e+01 |    Inf 
79.49/79.54	o 78
79.49/79.54	c *79.5s|  1763 |   438 |344549 | 195.3 |  35M|  58 |   - |5645 |7894 |5645 |2751 |7243 | 151 |1487 | 0.000000e+00 | 7.800000e+01 |    Inf 
79.70/79.73	o 72
79.70/79.73	c *79.7s|  1778 |   271 |345167 | 194.0 |  34M|  58 |   - |5645 |6950 |5645 |2745 |7247 | 166 |1487 | 0.000000e+00 | 7.200000e+01 |    Inf 
120.09/120.18	o 70
120.09/120.18	c * 120s|  8814 |   994 |401311 |  45.5 |  48M|  83 |   - |5645 |8613 |5645 |2734 |8235 |6912 |1541 | 0.000000e+00 | 7.000000e+01 |    Inf 
125.89/125.93	c   126s| 10000 |  1045 |406967 |  40.7 |  50M|  83 |   1 |5645 |8547 |5645 |2740 |8278 |8019 |1541 | 0.000000e+00 | 7.000000e+01 |    Inf 
141.20/141.24	o 62
141.20/141.24	c * 141s| 13038 |  1156 |420810 |  32.2 |  53M|  83 |   - |5645 |9584 |5645 |2734 |8548 |  11k|1547 | 0.000000e+00 | 6.200000e+01 |    Inf 
176.30/176.36	c   176s| 20000 |  1360 |459408 |  22.9 |  59M|  85 |   - |5645 |9485 |   0 |   0 |8983 |  18k|1582 | 0.000000e+00 | 6.200000e+01 |    Inf 
180.10/180.18	o 58
180.10/180.18	c * 180s| 20791 |  1364 |462679 |  22.2 |  60M|  85 |   - |5645 |9845 |5645 |2745 |9037 |  19k|1585 | 0.000000e+00 | 5.800000e+01 |    Inf 
180.19/180.23	o 52
180.19/180.23	c * 180s| 20793 |  1358 |462680 |  22.2 |  59M|  85 |   - |5645 |9552 |5645 |2745 |9037 |  19k|1585 | 0.000000e+00 | 5.200000e+01 |    Inf 
180.19/180.29	o 44
180.19/180.29	c * 180s| 20797 |  1335 |462691 |  22.2 |  58M|  85 |   - |5645 |9163 |5645 |2745 |9037 |  19k|1585 | 0.000000e+00 | 4.400000e+01 |    Inf 
180.19/180.30	o 43
180.19/180.30	c * 180s| 20798 |  1333 |462699 |  22.2 |  58M|  85 |   - |5645 |9163 |5645 |2745 |9037 |  19k|1585 | 0.000000e+00 | 4.300000e+01 |    Inf 
180.40/180.42	o 27
180.40/180.42	c * 180s| 20818 |  1281 |462764 |  22.2 |  57M|  85 |   - |5645 |8648 |5645 |2747 |9043 |  19k|1585 | 0.000000e+00 | 2.700000e+01 |    Inf 
181.40/181.42	o 20
181.40/181.42	c * 181s| 20963 |  1142 |464906 |  22.2 |  52M|  85 |   - |5645 |6681 |5645 |2742 |9060 |  19k|1590 | 0.000000e+00 | 2.000000e+01 |    Inf 
186.30/186.30	o 9
186.30/186.30	c * 186s| 21849 |   723 |479626 |  21.9 |  46M|  85 |   - |5645 |5314 |5645 |2745 |9082 |  20k|1590 | 0.000000e+00 | 9.000000e+00 |    Inf 
186.30/186.31	o 7
186.30/186.31	c * 186s| 21850 |   683 |479631 |  21.9 |  45M|  85 |   - |5645 |5314 |5645 |2743 |9082 |  20k|1590 | 0.000000e+00 | 7.000000e+00 |    Inf 
186.80/186.83	o 4
186.80/186.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.80/186.83	c * 187s| 21950 |   596 |481958 |  21.9 |  43M|  85 |   - |5645 |4517 |5645 |2740 |9082 |  21k|1590 | 0.000000e+00 | 4.000000e+00 |    Inf 
220.29/220.37	c   220s| 30000 |   531 |621938 |  20.7 |  45M|  85 |  34 |5645 |9082 |5645 |2740 |9082 |  30k|1643 | 0.000000e+00 | 4.000000e+00 |    Inf 
262.60/262.62	c   263s| 40000 |   623 |783926 |  19.6 |  48M|  85 |  35 |5645 |  13k|5645 |2740 |9084 |  43k|1928 | 0.000000e+00 | 4.000000e+00 |    Inf 
284.30/284.37	o 3
284.30/284.37	c * 284s| 45020 |   572 |865971 |  19.2 |  47M|  85 |   - |5645 |  13k|5645 |2740 |9084 |  50k|2091 | 0.000000e+00 | 3.000000e+00 |    Inf 
301.09/301.18	o 2
301.09/301.18	c * 301s| 49048 |   533 |928409 |  18.9 |  47M|  85 |   - |5645 |  13k|5645 |2740 |9084 |  55k|2223 | 0.000000e+00 | 2.000000e+00 |    Inf 
305.30/305.34	c   305s| 50000 |   531 |944600 |  18.9 |  46M|  85 |   - |5645 |  12k|5645 |2740 |9084 |  56k|2246 | 0.000000e+00 | 2.000000e+00 |    Inf 
346.40/346.49	c   346s| 60000 |   708 |  1099k|  18.3 |  50M|  85 |   - |5645 |  15k|   0 |   0 |9084 |  70k|2522 | 0.000000e+00 | 2.000000e+00 |    Inf 
364.01/364.04	o 1
364.01/364.04	c * 364s| 64710 |   673 |  1161k|  17.9 |  50M|  85 |   - |5645 |  17k|5645 |2740 |9085 |  76k|2615 | 0.000000e+00 | 1.000000e+00 |    Inf 
384.70/384.73	c   385s| 70000 |   611 |  1238k|  17.7 |  49M|  85 |  30 |5645 |  15k|5645 |2740 |9085 |  84k|2710 | 0.000000e+00 | 1.000000e+00 |    Inf 
424.90/424.92	c   425s| 80000 |   522 |  1384k|  17.3 |  49M|  85 |   - |5645 |  16k|5645 |2740 |9085 |  98k|3011 | 0.000000e+00 | 1.000000e+00 |    Inf 
468.00/468.01	c   468s| 90000 |   472 |  1552k|  17.2 |  48M|  85 |   - |5645 |  14k|   0 |   0 |9085 | 111k|3300 | 0.000000e+00 | 1.000000e+00 |    Inf 
511.60/511.62	c   512s|100000 |   487 |  1726k|  17.3 |  49M|  85 |   - |5645 |  17k|   0 |   0 |9085 | 123k|3646 | 0.000000e+00 | 1.000000e+00 |    Inf 
555.20/555.28	c   555s|110000 |   476 |  1895k|  17.2 |  51M|  85 |  40 |5645 |  21k|5645 |2740 |9085 | 136k|3817 | 0.000000e+00 | 1.000000e+00 |    Inf 
599.01/599.07	c   599s|120000 |   541 |  2058k|  17.2 |  55M|  85 |   - |5645 |  27k|5645 |2740 |9085 | 149k|4075 | 0.000000e+00 | 1.000000e+00 |    Inf 
643.21/643.20	c   643s|130000 |   502 |  2218k|  17.1 |  54M|  85 |  34 |5645 |  26k|5645 |2740 |9085 | 163k|4339 | 0.000000e+00 | 1.000000e+00 |    Inf 
688.31/688.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
688.31/688.31	c   688s|140000 |   463 |  2388k|  17.1 |  52M|  85 |   - |5645 |  23k|   0 |   0 |9085 | 176k|4538 | 0.000000e+00 | 1.000000e+00 |    Inf 
732.81/732.84	c   733s|150000 |   540 |  2550k|  17.0 |  56M|  85 |   - |5645 |  29k|5645 |2740 |9085 | 190k|4686 | 0.000000e+00 | 1.000000e+00 |    Inf 
774.41/774.49	c   774s|160000 |   516 |  2696k|  16.8 |  56M|  85 |  33 |5645 |  29k|5645 |2740 |9085 | 204k|4848 | 0.000000e+00 | 1.000000e+00 |    Inf 
816.31/816.39	c   816s|170000 |   513 |  2841k|  16.7 |  57M|  85 |  21 |5645 |  30k|5645 |2740 |9085 | 218k|5017 | 0.000000e+00 | 1.000000e+00 |    Inf 
861.82/861.82	c   862s|180000 |   438 |  2998k|  16.7 |  52M|  85 |   - |5645 |  20k|5645 |2740 |9085 | 232k|5306 | 0.000000e+00 | 1.000000e+00 |    Inf 
905.22/905.24	c   905s|190000 |   439 |  3154k|  16.6 |  54M|  85 |  52 |5645 |  25k|5645 |2740 |9085 | 244k|5548 | 0.000000e+00 | 1.000000e+00 |    Inf 
949.81/949.84	c   950s|200000 |   576 |  3314k|  16.6 |  58M|  85 |   - |5645 |  32k|5645 |2740 |9085 | 257k|5754 | 0.000000e+00 | 1.000000e+00 |    Inf 
992.31/992.33	c   992s|210000 |   529 |  3464k|  16.5 |  58M|  85 |  22 |5645 |  32k|5645 |2740 |9085 | 271k|5895 | 0.000000e+00 | 1.000000e+00 |    Inf 
1035.22/1035.26	c  1035s|220000 |   455 |  3613k|  16.4 |  57M|  85 |  34 |5645 |  30k|5645 |2740 |9085 | 285k|6048 | 0.000000e+00 | 1.000000e+00 |    Inf 
1079.03/1079.02	c  1079s|230000 |   355 |  3770k|  16.4 |  52M|  85 |   - |5645 |  21k|   0 |   0 |9085 | 298k|6224 | 0.000000e+00 | 1.000000e+00 |    Inf 
1124.82/1124.86	c  1125s|240000 |   355 |  3944k|  16.4 |  51M|  85 |   - |5645 |  20k|5645 |2733 |9085 | 311k|6499 | 0.000000e+00 | 1.000000e+00 |    Inf 
1168.92/1168.92	c  1169s|250000 |   294 |  4110k|  16.4 |  50M|  85 |  55 |5645 |  18k|5645 |2740 |9085 | 323k|6666 | 0.000000e+00 | 1.000000e+00 |    Inf 
1212.02/1212.04	c  1212s|260000 |   314 |  4272k|  16.4 |  52M|  85 |   - |5645 |  24k|5645 |2740 |9085 | 336k|6829 | 0.000000e+00 | 1.000000e+00 |    Inf 
1256.92/1256.97	c  1257s|270000 |   368 |  4438k|  16.4 |  55M|  85 |   - |5645 |  30k|   0 |   0 |9085 | 349k|6970 | 0.000000e+00 | 1.000000e+00 |    Inf 
1300.53/1300.57	c  1301s|280000 |   369 |  4596k|  16.4 |  56M|  85 |   - |5645 |  32k|5645 |2740 |9085 | 363k|7081 | 0.000000e+00 | 1.000000e+00 |    Inf 
1345.13/1345.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1345.13/1345.17	c  1345s|290000 |   321 |  4758k|  16.4 |  55M|  85 |   - |5645 |  29k|5645 |2740 |9085 | 376k|7211 | 0.000000e+00 | 1.000000e+00 |    Inf 
1388.52/1388.58	c  1389s|300000 |   320 |  4912k|  16.4 |  57M|  85 |   - |5645 |  33k|5645 |2740 |9085 | 389k|7368 | 0.000000e+00 | 1.000000e+00 |    Inf 
1433.13/1433.11	c  1433s|310000 |   299 |  5069k|  16.4 |  57M|  85 |  36 |5645 |  35k|5645 |2740 |9085 | 402k|7578 | 0.000000e+00 | 1.000000e+00 |    Inf 
1479.63/1479.67	c  1480s|320000 |   239 |  5239k|  16.4 |  53M|  85 |  20 |5645 |  24k|5645 |2740 |9085 | 415k|7718 | 0.000000e+00 | 1.000000e+00 |    Inf 
1524.13/1524.18	c  1524s|330000 |   287 |  5403k|  16.4 |  55M|  85 |  61 |5645 |  28k|5645 |2740 |9085 | 428k|7819 | 0.000000e+00 | 1.000000e+00 |    Inf 
1570.23/1570.26	c  1570s|340000 |   336 |  5573k|  16.4 |  58M|  85 |   - |5645 |  32k|   0 |   0 |9085 | 441k|7975 | 0.000000e+00 | 1.000000e+00 |    Inf 
1616.83/1616.81	c  1617s|350000 |   369 |  5738k|  16.4 |  61M|  85 |  35 |5645 |  39k|5645 |2740 |9085 | 456k|8099 | 0.000000e+00 | 1.000000e+00 |    Inf 
1661.63/1661.67	c  1662s|360000 |   369 |  5893k|  16.4 |  61M|  85 |   - |5645 |  37k|5645 |2740 |9085 | 471k|8267 | 0.000000e+00 | 1.000000e+00 |    Inf 
1706.53/1706.50	c  1707s|370000 |   391 |  6047k|  16.3 |  62M|  85 |  31 |5645 |  39k|5645 |2740 |9085 | 485k|8330 | 0.000000e+00 | 1.000000e+00 |    Inf 
1751.03/1751.02	c  1751s|380000 |   365 |  6199k|  16.3 |  62M|  85 |  34 |5645 |  38k|5645 |2740 |9085 | 499k|8461 | 0.000000e+00 | 1.000000e+00 |    Inf 
1795.53/1795.51	c  1796s|390000 |   336 |  6353k|  16.3 |  61M|  85 |   - |5645 |  37k|   0 |   0 |9085 | 514k|8634 | 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      : 391024
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (407 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-3447341-1307901048/watcher-3447341-1307901048 -o /var/tmp/evaluation-result-3447341-1307901048/solver-3447341-1307901048 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447341-1307901048.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 1.95 2/177 3990
/proc/meminfo: memFree=1058836/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=10288 CPUtime=0 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 1556 0 0 0 0 0 0 0 25 0 1 0 634296102 10534912 1509 33554432000 4194304 9128323 140736173637984 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3990/statm: 2572 1511 399 1205 0 1363 0

[startup+0.0115249 s]
/proc/loadavg: 2.01 2.00 1.95 2/177 3990
/proc/meminfo: memFree=1058836/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=11508 CPUtime=0 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 1887 0 0 0 0 0 0 0 25 0 1 0 634296102 11784192 1840 33554432000 4194304 9128323 140736173637984 18446744073709551615 4812400 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3990/statm: 2877 1840 399 1205 0 1668 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11508

[startup+0.1005 s]
/proc/loadavg: 2.01 2.00 1.95 2/177 3990
/proc/meminfo: memFree=1058836/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=35720 CPUtime=0.09 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 634296102 36577280 7643 33554432000 4194304 9128323 140736173637984 18446744073709551615 5977323 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 8930 7643 531 1205 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35720

[startup+0.300464 s]
/proc/loadavg: 2.01 2.00 1.95 2/177 3990
/proc/meminfo: memFree=1058836/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=71652 CPUtime=0.29 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 17248 0 0 0 28 1 0 0 18 0 1 0 634296102 73371648 16843 33554432000 4194304 9128323 140736173637984 18446744073709551615 8011977 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 17913 16843 699 1205 0 16704 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71652

[startup+0.700395 s]
/proc/loadavg: 2.01 2.00 1.95 2/177 3990
/proc/meminfo: memFree=1058836/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=51720 CPUtime=0.69 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 21009 0 0 0 67 2 0 0 18 0 1 0 634296102 52961280 11884 33554432000 4194304 9128323 140736173637984 18446744073709551615 6310497 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 12930 11884 717 1205 0 11721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51720

[startup+1.50026 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 3991
/proc/meminfo: memFree=1012104/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=57852 CPUtime=1.49 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 22533 0 0 0 147 2 0 0 19 0 1 0 634296102 59240448 13402 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 14463 13402 714 1205 0 13254 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57852

[startup+3.10097 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 3991
/proc/meminfo: memFree=1005392/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=61880 CPUtime=3.09 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 29572 0 0 0 303 6 0 0 25 0 1 0 634296102 63365120 14395 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 15470 14395 723 1205 0 14261 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61880

[startup+6.3004 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 3992
/proc/meminfo: memFree=1001744/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=64404 CPUtime=6.29 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 30022 0 0 0 616 13 0 0 25 0 1 0 634296102 65949696 14845 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 16101 14845 724 1205 0 14892 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64404

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 3992
/proc/meminfo: memFree=1001208/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=64404 CPUtime=12.69 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 30022 0 0 0 1236 33 0 0 25 0 1 0 634296102 65949696 14845 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 16101 14845 724 1205 0 14892 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64404

[startup+25.501 s]
/proc/loadavg: 2.09 2.02 1.95 3/178 3992
/proc/meminfo: memFree=994760/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=71248 CPUtime=25.49 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 31616 0 0 0 2488 61 0 0 25 0 1 0 634296102 72957952 16435 33554432000 4194304 9128323 140736173637984 18446744073709551615 7216727 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 17812 16435 736 1205 0 16603 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71248

[startup+51.1005 s]
/proc/loadavg: 2.06 2.02 1.95 3/178 3993
/proc/meminfo: memFree=987936/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=78236 CPUtime=51.09 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 35323 0 0 0 4992 117 0 0 25 0 1 0 634296102 80113664 18170 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 19559 18170 736 1205 0 18350 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78236

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 3994
/proc/meminfo: memFree=952104/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=111684 CPUtime=102.3 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 51740 0 0 0 10024 206 0 0 25 0 1 0 634296102 114364416 26298 33554432000 4194304 9128323 140736173637984 18446744073709551615 6581557 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 27921 26298 748 1205 0 26712 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111684

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 3996
/proc/meminfo: memFree=914004/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=147368 CPUtime=162.3 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 99939 0 0 0 15987 243 0 0 25 0 1 0 634296102 150904832 35407 33554432000 4194304 9128323 140736173637984 18446744073709551615 4208972 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 36842 35407 750 1205 0 35633 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 147368

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 3997
/proc/meminfo: memFree=899780/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=159420 CPUtime=222.29 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 128026 0 0 0 21904 325 0 0 25 0 1 0 634296102 163246080 38428 33554432000 4194304 9128323 140736173637984 18446744073709551615 4240144 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 39855 38428 749 1205 0 38646 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 159420

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 3999
/proc/meminfo: memFree=896628/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=161712 CPUtime=282.29 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 130805 0 0 0 27804 425 0 0 25 0 1 0 634296102 165593088 38995 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 40428 38995 749 1205 0 39219 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 161712

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4004
/proc/meminfo: memFree=893312/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=164472 CPUtime=342.3 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 161188 0 0 0 33698 532 0 0 25 0 1 0 634296102 168419328 39701 33554432000 4194304 9128323 140736173637984 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 41118 39701 749 1205 0 39909 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 164472

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4005
/proc/meminfo: memFree=889524/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=165744 CPUtime=402.3 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 178470 0 0 0 39605 625 0 0 25 0 1 0 634296102 169721856 40014 33554432000 4194304 9128323 140736173637984 18446744073709551615 6527822 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 41436 40014 752 1205 0 40227 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 165744

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4007
/proc/meminfo: memFree=882012/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=167984 CPUtime=462.3 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 181477 0 0 0 45505 725 0 0 25 0 1 0 634296102 172015616 40560 33554432000 4194304 9128323 140736173637984 18446744073709551615 6547200 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 41996 40560 752 1205 0 40787 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 167984

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4008
/proc/meminfo: memFree=880500/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=168692 CPUtime=522.31 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 186242 0 0 0 51403 828 0 0 25 0 1 0 634296102 172740608 40757 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 42173 40757 752 1205 0 40964 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 168692

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4010
/proc/meminfo: memFree=877696/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=170608 CPUtime=582.3 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 189042 0 0 0 57304 926 0 0 25 0 1 0 634296102 174702592 41206 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 42652 41206 752 1205 0 41443 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 170608

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4025
/proc/meminfo: memFree=870620/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=175524 CPUtime=822.31 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 195924 0 0 0 80938 1293 0 0 25 0 1 0 634296102 179736576 42448 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 43881 42448 752 1205 0 42672 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 175524

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4027
/proc/meminfo: memFree=869060/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=176896 CPUtime=882.31 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 196252 0 0 0 86847 1384 0 0 25 0 1 0 634296102 181141504 42776 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 44224 42776 752 1205 0 43015 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 176896

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4029
/proc/meminfo: memFree=868420/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=177176 CPUtime=942.31 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 196304 0 0 0 92754 1477 0 0 25 0 1 0 634296102 181428224 42828 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 44294 42828 752 1205 0 43085 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 177176

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4030
/proc/meminfo: memFree=867332/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=177732 CPUtime=1002.31 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 196449 0 0 0 98667 1564 0 0 25 0 1 0 634296102 181997568 42973 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 44433 42973 752 1205 0 43224 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 177732

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4032
/proc/meminfo: memFree=866772/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=178224 CPUtime=1062.31 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 196525 0 0 0 104581 1650 0 0 25 0 1 0 634296102 182501376 43049 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 44556 43049 752 1205 0 43347 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 178224

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4033
/proc/meminfo: memFree=866112/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=178392 CPUtime=1122.32 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 196603 0 0 0 110485 1747 0 0 25 0 1 0 634296102 182673408 43127 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 44598 43127 752 1205 0 43389 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 178392

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4035
/proc/meminfo: memFree=864348/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=178524 CPUtime=1182.32 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 196663 0 0 0 116391 1841 0 0 25 0 1 0 634296102 182808576 43187 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 44631 43187 752 1205 0 43422 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 178524

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4037
/proc/meminfo: memFree=862564/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=179796 CPUtime=1242.32 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 196965 0 0 0 122298 1934 0 0 25 0 1 0 634296102 184111104 43489 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 44949 43489 752 1205 0 43740 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 179796

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4038
/proc/meminfo: memFree=861536/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=179644 CPUtime=1302.32 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 199282 0 0 0 128207 2025 0 0 25 0 1 0 634296102 183955456 43467 33554432000 4194304 9128323 140736173637984 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 44911 43467 752 1205 0 43702 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 179644

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4040
/proc/meminfo: memFree=860492/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=179788 CPUtime=1362.33 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 199294 0 0 0 134118 2115 0 0 25 0 1 0 634296102 184102912 43479 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 44947 43479 752 1205 0 43738 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 179788

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4041
/proc/meminfo: memFree=859436/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=180364 CPUtime=1422.33 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 199472 0 0 0 140029 2204 0 0 25 0 1 0 634296102 184692736 43654 33554432000 4194304 9128323 140736173637984 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 45091 43654 752 1205 0 43882 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 180364

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4043
/proc/meminfo: memFree=858656/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=181476 CPUtime=1482.33 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 199736 0 0 0 145946 2287 0 0 25 0 1 0 634296102 185831424 43918 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 45369 43918 752 1205 0 44160 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 181476

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4045
/proc/meminfo: memFree=858008/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=181476 CPUtime=1542.33 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 199741 0 0 0 151854 2379 0 0 25 0 1 0 634296102 185831424 43923 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 45369 43923 752 1205 0 44160 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 181476

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 4046
/proc/meminfo: memFree=858588/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=181476 CPUtime=1602.33 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 199745 0 0 0 157769 2464 0 0 25 0 1 0 634296102 185831424 43927 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 45369 43927 752 1205 0 44160 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 181476

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 4087
/proc/meminfo: memFree=932232/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=183884 CPUtime=1662.33 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 200322 0 0 0 163677 2556 0 0 25 0 1 0 634296102 188297216 44504 33554432000 4194304 9128323 140736173637984 18446744073709551615 7342760 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 45971 44504 752 1205 0 44762 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 183884

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.96 3/178 4088
/proc/meminfo: memFree=922508/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=184516 CPUtime=1722.34 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 200463 0 0 0 169598 2636 0 0 25 0 1 0 634296102 188944384 44645 33554432000 4194304 9128323 140736173637984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 46129 44645 752 1205 0 44920 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 184516

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 4090
/proc/meminfo: memFree=909172/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=185664 CPUtime=1782.34 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 200764 0 0 0 175514 2720 0 0 25 0 1 0 634296102 190119936 44946 33554432000 4194304 9128323 140736173637984 18446744073709551615 6713544 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3990/statm: 46416 44946 752 1205 0 45207 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 185664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 4090
/proc/meminfo: memFree=906304/32951124 swapFree=67055716/67111528
[pid=3990] ppid=3988 vsize=185664 CPUtime=1800.04 cores=1,3,5,7
/proc/3990/stat : 3990 (scip-2.0.1.4.li) R 3988 3990 2916 0 -1 4202496 200780 0 0 0 177260 2744 0 0 25 0 1 0 634296102 190119936 44962 33554432000 4194304 9128323 140736173637984 18446744073709551615 5379117 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3990/statm: 46416 44962 752 1205 0 45207 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 185664

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.06
CPU user time (s): 1772.6
CPU system time (s): 27.4558
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 199052

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

runsolver used 2.83757 second user time and 6.27604 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 19:50:48
IDJOB=3447341
IDBENCH=79295
IDSOLVER=1944
FILE ID=node107/3447341-1307901048
RUNJOBID= node107-1307897248-3619
PBS_JOBID= 13559596
Free space on /var/tmp= 2884 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.1900579996--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-3447341-1307901048/watcher-3447341-1307901048 -o /var/tmp/evaluation-result-3447341-1307901048/solver-3447341-1307901048 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447341-1307901048.wbo -t 1800 -m 15500

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

MD5SUM BENCH= c45be88cd75ffa8279348f234419b8ae
RANDOM SEED=522723289

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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	: 5359.47
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.829
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.829
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:       1059528 kB
Buffers:         52364 kB
Cached:       30743008 kB
SwapCached:      20072 kB
Active:       15751600 kB
Inactive:     15179360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1059528 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:           12112 kB
Writeback:           0 kB
AnonPages:      133520 kB
Mapped:          15896 kB
Slab:           896780 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   312216 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= 2872 MiB
End job on node107 at 2011-06-12 20:20:50