Trace number 3447710

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.07 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900584106--soft-66-100-0.wbo
MD5SUMaf1f4aa986dfaf7d995a788abb35be25
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark45.2941
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 constraints961
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 46411
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46410
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 737
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-3447710-1307897181.wbo>
0.00/0.02	c original problem has 1192 variables (1192 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 15 clqs
0.06/0.07	c (round 2) 0 del vars, 157 del conss, 0 add conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 15 clqs
0.06/0.08	c (round 3) 100 del vars, 157 del conss, 0 add conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 200 impls, 15 clqs
0.06/0.09	c (round 4) 100 del vars, 233 del conss, 0 add conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 200 impls, 15 clqs
0.09/0.13	c    (0.1s) probing: 101/1142 (8.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (5 rounds):
0.09/0.13	c  100 deleted vars, 233 deleted constraints, 0 added constraints, 961 tightened bounds, 0 added holes, 50 changed sides, 0 changed coefficients
0.09/0.13	c  1111 implications, 15 cliques
0.09/0.13	c presolved problem has 2053 variables (1142 bin, 0 int, 911 impl, 0 cont) and 3436 constraints
0.09/0.13	c       1 constraints of type <knapsack>
0.09/0.13	c      39 constraints of type <setppc>
0.09/0.13	c     911 constraints of type <linear>
0.09/0.13	c     911 constraints of type <indicator>
0.09/0.13	c    1574 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.11
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.0.1.4
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1800
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 13950
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.19/0.25	o 703
0.19/0.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.25	c T 0.2s|     1 |     0 |     0 |     - |9453k|   0 |   - |2053 |4350 |2053 |2525 |   0 |   3 |   0 |      --      | 7.030000e+02 |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |   157 |     - |9035k|   0 |  49 |2053 |4350 |2053 |2525 |   0 |   3 |   0 | 0.000000e+00 | 7.030000e+02 |    Inf 
0.49/0.55	c   0.5s|     1 |     0 |   627 |     - |  10M|   0 |  43 |2053 |4389 |2053 |2540 |  15 |   3 |   0 | 0.000000e+00 | 7.030000e+02 |    Inf 
0.59/0.64	c   0.6s|     1 |     0 |   706 |     - |  10M|   0 |  55 |2053 |4389 |2053 |2557 |  32 |   3 |   0 | 0.000000e+00 | 7.030000e+02 |    Inf 
0.79/0.88	c   0.9s|     1 |     0 |   820 |     - |  10M|   0 |  53 |2053 |4389 |2053 |2561 |  36 |   3 |   0 | 0.000000e+00 | 7.030000e+02 |    Inf 
1.00/1.08	c   1.1s|     1 |     0 |   868 |     - |  10M|   0 |  55 |2053 |4389 |2053 |2568 |  43 |   3 |   0 | 0.000000e+00 | 7.030000e+02 |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |   928 |     - |  11M|   0 |  54 |2053 |4389 |2053 |2572 |  47 |   3 |   0 | 0.000000e+00 | 7.030000e+02 |    Inf 
1.59/1.62	c   1.6s|     1 |     0 |   969 |     - |  11M|   0 |  57 |2053 |4389 |2053 |2575 |  50 |   3 |   0 | 0.000000e+00 | 7.030000e+02 |    Inf 
2.49/2.57	c   2.6s|     1 |     2 |  6699 |     - |  11M|   0 |  57 |2053 |4389 |2053 |2575 |  50 |   3 |   9 | 0.000000e+00 | 7.030000e+02 |    Inf 
3.48/3.51	o 442
3.48/3.51	c * 3.5s|     9 |     8 |  7522 | 819.1 |  11M|   8 |   - |2053 |4389 |2053 |2566 |  57 |   3 | 117 | 0.000000e+00 | 4.420000e+02 |    Inf 
3.48/3.56	o 325
3.48/3.56	c * 3.6s|    12 |     9 |  7554 | 598.6 |  11M|  10 |   - |2053 |4389 |2053 |2569 |  67 |   3 | 129 | 0.000000e+00 | 3.250000e+02 |    Inf 
3.48/3.57	o 261
3.48/3.57	c * 3.6s|    13 |     8 |  7564 | 549.6 |  11M|  10 |   - |2053 |4389 |2053 |2566 |  74 |   3 | 129 | 0.000000e+00 | 2.610000e+02 |    Inf 
5.89/5.90	o 250
5.89/5.90	c * 5.9s|    51 |    26 |  8811 | 156.8 |  12M|  12 |   - |2053 |4408 |2053 |2551 |  98 |  22 | 555 | 0.000000e+00 | 2.500000e+02 |    Inf 
9.79/9.84	o 237
9.79/9.84	c * 9.8s|   403 |    88 | 12634 |  29.0 |  13M|  34 |   - |2053 |4770 |2053 |2555 | 168 | 384 |1219 | 0.000000e+00 | 2.370000e+02 |    Inf 
10.99/11.08	o 186
10.99/11.08	c *11.1s|   662 |   118 | 15656 |  22.2 |  15M|  50 |   - |2053 |4967 |2053 |2561 | 298 | 644 |1340 | 0.000000e+00 | 1.860000e+02 |    Inf 
12.10/12.19	o 169
12.10/12.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.10/12.19	c *12.2s|   958 |   143 | 18490 |  18.3 |  16M|  54 |   - |2053 |5173 |2053 |2550 | 338 | 908 |1449 | 0.000000e+00 | 1.690000e+02 |    Inf 
12.99/13.02	o 138
12.99/13.02	c *13.0s|  1170 |   149 | 20141 |  16.4 |  17M|  59 |   - |2053 |5294 |2053 |2557 | 368 |1136 |1525 | 0.000000e+00 | 1.380000e+02 |    Inf 
14.89/14.98	o 89
14.89/14.98	c *15.0s|  1805 |   182 | 23419 |  12.4 |  17M|  59 |   - |2053 |5626 |2053 |2553 | 392 |1772 |1717 | 0.000000e+00 | 8.900000e+01 |    Inf 
22.49/22.56	o 66
22.49/22.56	c *22.6s|  4313 |   363 | 47600 |  10.8 |  19M|  59 |   - |2053 |6062 |2053 |2553 | 534 |4490 |1863 | 0.000000e+00 | 6.600000e+01 |    Inf 
22.59/22.61	o 43
22.59/22.61	c *22.6s|  4327 |   336 | 47689 |  10.8 |  19M|  59 |   - |2053 |5618 |2053 |2555 | 537 |4504 |1863 | 0.000000e+00 | 4.300000e+01 |    Inf 
39.60/39.68	c  39.7s| 10000 |   504 |120037 |  11.9 |  21M|  59 |  10 |2053 |6673 |2053 |2548 | 672 |  10k|1981 | 0.000000e+00 | 4.300000e+01 |    Inf 
40.89/40.93	o 41
40.89/40.93	c *40.9s| 10442 |   508 |125220 |  11.9 |  21M|  59 |   - |2053 |6713 |2053 |2555 | 687 |  11k|1985 | 0.000000e+00 | 4.100000e+01 |    Inf 
71.49/71.58	c  71.6s| 20000 |   730 |254162 |  12.7 |  25M|  59 |  22 |2053 |6802 |2053 |2548 | 843 |  22k|2088 | 0.000000e+00 | 4.100000e+01 |    Inf 
103.19/103.27	c   103s| 30000 |   908 |378317 |  12.6 |  27M|  60 |  30 |2053 |6579 |2053 |2559 |1046 |  33k|2597 | 0.000000e+00 | 4.100000e+01 |    Inf 
132.29/132.32	c   132s| 40000 |  1068 |487395 |  12.2 |  30M|  74 |  16 |2053 |7541 |2053 |2548 |1188 |  46k|3004 | 0.000000e+00 | 4.100000e+01 |    Inf 
164.20/164.27	c   164s| 50000 |  1175 |609377 |  12.2 |  33M|  74 |   1 |2053 |9475 |2053 |2548 |1485 |  58k|3436 | 0.000000e+00 | 4.100000e+01 |    Inf 
177.00/177.08	o 40
177.00/177.08	c f 177s| 54500 |  1307 |652220 |  11.9 |  34M|  74 |   - |2053 |9901 |2053 |2551 |1630 |  63k|3563 | 0.000000e+00 | 4.000000e+01 |    Inf 
193.99/194.03	c   194s| 60000 |  1482 |708429 |  11.8 |  37M|  74 |   - |2053 |  10k|   0 |   0 |1824 |  70k|3719 | 0.000000e+00 | 4.000000e+01 |    Inf 
226.99/227.01	c   227s| 70000 |  1504 |838143 |  12.0 |  37M|  74 |   - |2053 |9239 |   0 |   0 |2092 |  83k|4017 | 0.000000e+00 | 4.000000e+01 |    Inf 
229.99/230.09	o 39
229.99/230.09	c * 230s| 71023 |  1521 |851639 |  12.0 |  38M|  74 |   - |2053 |9313 |2053 |2548 |2128 |  84k|4026 | 0.000000e+00 | 3.900000e+01 |    Inf 
253.40/253.49	o 36
253.40/253.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.40/253.49	c * 253s| 79064 |  1548 |939994 |  11.9 |  39M|  74 |   - |2053 |  11k|2053 |2549 |2270 |  94k|4259 | 0.000000e+00 | 3.600000e+01 |    Inf 
257.49/257.57	c   258s| 80000 |  1543 |954793 |  11.9 |  38M|  74 |   - |2053 |7200 |   0 |   0 |2284 |  95k|4389 | 0.000000e+00 | 3.600000e+01 |    Inf 
295.20/295.20	c   295s| 90000 |  1945 |  1125k|  12.5 |  42M|  74 |  19 |2053 |7330 |2053 |2559 |2335 | 106k|4805 | 0.000000e+00 | 3.600000e+01 |    Inf 
331.20/331.28	c   331s|100000 |  2237 |  1281k|  12.8 |  47M|  74 |   - |2053 |9040 |2053 |2559 |2358 | 118k|5128 | 0.000000e+00 | 3.600000e+01 |    Inf 
367.80/367.89	c   368s|110000 |  2612 |  1444k|  13.1 |  51M|  74 |  29 |2053 |7824 |2053 |2559 |2397 | 130k|5422 | 0.000000e+00 | 3.600000e+01 |    Inf 
405.00/405.01	c   405s|120000 |  2907 |  1614k|  13.4 |  56M|  79 |  30 |2053 |8031 |2053 |2559 |2430 | 143k|5697 | 0.000000e+00 | 3.600000e+01 |    Inf 
439.51/439.51	c   440s|130000 |  3052 |  1758k|  13.5 |  59M|  79 |   - |2053 |9682 |2053 |2548 |2580 | 155k|5988 | 0.000000e+00 | 3.600000e+01 |    Inf 
471.20/471.28	c   471s|140000 |  3210 |  1878k|  13.4 |  61M|  79 |   - |2053 |  10k|   0 |   0 |2779 | 168k|6177 | 0.000000e+00 | 3.600000e+01 |    Inf 
493.30/493.39	o 35
493.30/493.39	c * 493s|146449 |  3318 |  1968k|  13.4 |  62M|  79 |   - |2053 |  11k|2053 |2548 |2986 | 177k|6299 | 0.000000e+00 | 3.500000e+01 |    Inf 
504.91/504.99	c   505s|150000 |  3347 |  2016k|  13.4 |  63M|  79 |   - |2053 |  10k|2053 |2548 |3062 | 182k|6336 | 0.000000e+00 | 3.500000e+01 |    Inf 
540.21/540.27	c   540s|160000 |  3490 |  2159k|  13.5 |  65M|  79 |   - |2053 |8689 |2053 |2548 |3283 | 195k|6598 | 0.000000e+00 | 3.500000e+01 |    Inf 
551.01/551.02	o 34
551.01/551.02	c l 551s|163266 |  3570 |  2206k|  13.5 |  66M|  79 |   - |2053 |  10k|2053 |2553 |3318 | 199k|6612 | 0.000000e+00 | 3.400000e+01 |    Inf 
575.40/575.41	c   575s|170000 |  3775 |  2308k|  13.6 |  67M|  79 |   - |2053 |9090 |   0 |   0 |3385 | 208k|6833 | 0.000000e+00 | 3.400000e+01 |    Inf 
613.11/613.12	c   613s|180000 |  4198 |  2474k|  13.7 |  72M|  79 |   - |2053 |8349 |   0 |   0 |3443 | 220k|7046 | 0.000000e+00 | 3.400000e+01 |    Inf 
648.31/648.39	c   648s|190000 |  4396 |  2630k|  13.8 |  75M|  79 |  38 |2053 |  10k|2053 |2548 |3514 | 232k|7251 | 0.000000e+00 | 3.400000e+01 |    Inf 
682.01/682.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
682.01/682.09	c   682s|200000 |  4569 |  2773k|  13.9 |  78M|  79 |   - |2053 |  11k|2053 |2548 |3588 | 245k|7464 | 0.000000e+00 | 3.400000e+01 |    Inf 
716.41/716.44	c   716s|210000 |  4723 |  2914k|  13.9 |  80M|  79 |  23 |2053 |  12k|2053 |2548 |3671 | 258k|7665 | 0.000000e+00 | 3.400000e+01 |    Inf 
751.12/751.11	c   751s|220000 |  4763 |  3061k|  13.9 |  80M|  79 |  23 |2053 |9549 |2053 |2548 |3745 | 271k|7898 | 0.000000e+00 | 3.400000e+01 |    Inf 
752.72/752.78	o 33
752.72/752.78	c * 753s|220445 |  4763 |  3068k|  13.9 |  80M|  79 |   - |2053 |9286 |2053 |2551 |3752 | 271k|7916 | 0.000000e+00 | 3.300000e+01 |    Inf 
789.61/789.65	c   790s|230000 |  5030 |  3233k|  14.1 |  82M|  79 |  24 |2053 |7372 |2053 |2559 |3816 | 283k|8133 | 0.000000e+00 | 3.300000e+01 |    Inf 
831.12/831.17	c   831s|240000 |  5413 |  3426k|  14.3 |  87M|  79 |  22 |2053 |8096 |2053 |2559 |3835 | 294k|8341 | 0.000000e+00 | 3.300000e+01 |    Inf 
872.71/872.78	c   873s|250000 |  5834 |  3625k|  14.5 |  91M|  79 |  22 |2053 |8254 |2053 |2559 |3852 | 306k|8541 | 0.000000e+00 | 3.300000e+01 |    Inf 
915.52/915.50	c   915s|260000 |  6103 |  3824k|  14.7 |  95M|  79 |  33 |2053 |8671 |2053 |2559 |3858 | 318k|8795 | 0.000000e+00 | 3.300000e+01 |    Inf 
954.01/954.07	c   954s|270000 |  6218 |  4001k|  14.8 |  97M|  79 |   - |2053 |8129 |2053 |2548 |3928 | 331k|9018 | 0.000000e+00 | 3.300000e+01 |    Inf 
991.42/991.43	c   991s|280000 |  5972 |  4166k|  14.9 |  97M|  79 |  15 |2053 |7869 |2053 |2548 |4035 | 343k|9192 | 0.000000e+00 | 3.300000e+01 |    Inf 
1029.72/1029.75	c  1030s|290000 |  5982 |  4348k|  15.0 |  98M|  79 |   - |2053 |8594 |   0 |   0 |4132 | 356k|9365 | 0.000000e+00 | 3.300000e+01 |    Inf 
1061.82/1061.86	c  1062s|300000 |  6167 |  4488k|  15.0 | 101M|  79 |  24 |2053 |  10k|2053 |2548 |4307 | 368k|9498 | 0.000000e+00 | 3.300000e+01 |    Inf 
1095.12/1095.18	c  1095s|310000 |  6362 |  4635k|  15.0 | 103M|  79 |  22 |2053 |  10k|2053 |2548 |4449 | 381k|9659 | 0.000000e+00 | 3.300000e+01 |    Inf 
1130.42/1130.41	c  1130s|320000 |  6571 |  4794k|  15.0 | 106M|  79 |   - |2053 |9925 |2053 |2548 |4563 | 392k|9856 | 0.000000e+00 | 3.300000e+01 |    Inf 
1156.12/1156.15	o 32
1156.12/1156.15	c *1156s|327592 |  6683 |  4912k|  15.0 | 107M|  79 |   - |2053 |9711 |2053 |2548 |4685 | 402k|9938 | 0.000000e+00 | 3.200000e+01 |    Inf 
1163.62/1163.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1163.62/1163.61	c  1164s|330000 |  6709 |  4942k|  15.0 | 107M|  79 |  24 |2053 |9745 |2053 |2548 |4734 | 405k|9998 | 0.000000e+00 | 3.200000e+01 |    Inf 
1200.62/1200.68	c  1201s|340000 |  6748 |  5111k|  15.0 | 108M|  79 |   - |2053 |8688 |2053 |2548 |4831 | 417k|  10k| 0.000000e+00 | 3.200000e+01 |    Inf 
1225.12/1225.18	o 31
1225.12/1225.18	c *1225s|346902 |  6968 |  5217k|  15.0 | 111M|  79 |   - |2053 |9450 |2053 |2548 |4966 | 426k|  10k| 0.000000e+00 | 3.100000e+01 |    Inf 
1225.52/1225.59	o 29
1225.52/1225.59	c *1226s|347019 |  6904 |  5219k|  15.0 | 110M|  79 |   - |2053 |9149 |2053 |2548 |4969 | 426k|  10k| 0.000000e+00 | 2.900000e+01 |    Inf 
1228.73/1228.77	o 23
1228.73/1228.77	c *1229s|347977 |  6705 |  5233k|  15.0 | 105M|  79 |   - |2053 |8031 |2053 |2549 |4988 | 427k|  10k| 0.000000e+00 | 2.300000e+01 |    Inf 
1235.72/1235.70	c  1236s|350000 |  6665 |  5267k|  15.0 | 105M|  79 |  17 |2053 |7070 |2053 |2548 |4998 | 430k|  10k| 0.000000e+00 | 2.300000e+01 |    Inf 
1249.52/1249.58	o 13
1249.52/1249.58	c *1250s|353989 |  5986 |  5336k|  15.1 |  96M|  79 |   - |2053 |8986 |2053 |2550 |5002 | 435k|  10k| 0.000000e+00 | 1.300000e+01 |    Inf 
1272.52/1272.54	c  1273s|360000 |  5687 |  5463k|  15.2 |  93M|  79 |  30 |2053 |6048 |2053 |2548 |5002 | 443k|  10k| 0.000000e+00 | 1.300000e+01 |    Inf 
1309.72/1309.71	c  1310s|370000 |  5774 |  5671k|  15.3 |  95M|  79 |  15 |2053 |8617 |2053 |2548 |5009 | 456k|  10k| 0.000000e+00 | 1.300000e+01 |    Inf 
1348.53/1348.55	c  1349s|380000 |  5847 |  5884k|  15.5 |  96M|  79 |  31 |2053 |9367 |2053 |2548 |5013 | 469k|  10k| 0.000000e+00 | 1.300000e+01 |    Inf 
1384.43/1384.49	c  1384s|390000 |  5905 |  6076k|  15.6 |  96M|  79 |   - |2053 |9036 |2053 |2548 |5016 | 483k|  10k| 0.000000e+00 | 1.300000e+01 |    Inf 
1417.53/1417.50	c  1417s|400000 |  5975 |  6252k|  15.6 |  97M|  79 |   - |2053 |9602 |   0 |   0 |5017 | 496k|  11k| 0.000000e+00 | 1.300000e+01 |    Inf 
1450.53/1450.55	c  1451s|410000 |  5991 |  6424k|  15.7 |  98M|  79 |  44 |2053 |9721 |2053 |2548 |5018 | 509k|  11k| 0.000000e+00 | 1.300000e+01 |    Inf 
1486.14/1486.17	c  1486s|420000 |  6013 |  6619k|  15.8 |  98M|  79 |  44 |2053 |9692 |2053 |2548 |5020 | 523k|  11k| 0.000000e+00 | 1.300000e+01 |    Inf 
1520.43/1520.44	c  1520s|430000 |  6048 |  6801k|  15.8 |  99M|  79 |   - |2053 |  11k|2053 |2548 |5020 | 536k|  11k| 0.000000e+00 | 1.300000e+01 |    Inf 
1556.84/1556.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1556.84/1556.85	c  1557s|440000 |  6048 |  6993k|  15.9 | 100M|  79 |   - |2053 |  11k|2053 |2548 |5020 | 549k|  11k| 0.000000e+00 | 1.300000e+01 |    Inf 
1593.64/1593.60	c  1594s|450000 |  6083 |  7191k|  16.0 | 100M|  79 |  38 |2053 |  10k|2053 |2548 |5020 | 563k|  11k| 0.000000e+00 | 1.300000e+01 |    Inf 
1629.63/1629.68	c  1630s|460000 |  6201 |  7386k|  16.1 | 101M|  79 |  23 |2053 |9684 |2053 |2548 |5021 | 576k|  11k| 0.000000e+00 | 1.300000e+01 |    Inf 
1664.84/1664.86	c  1665s|470000 |  6255 |  7573k|  16.1 | 102M|  79 |   - |2053 |9724 |2053 |2548 |5021 | 589k|  11k| 0.000000e+00 | 1.300000e+01 |    Inf 
1700.94/1701.00	c  1701s|480000 |  6351 |  7765k|  16.2 | 103M|  79 |   - |2053 |9966 |2053 |2548 |5024 | 603k|  12k| 0.000000e+00 | 1.300000e+01 |    Inf 
1736.95/1736.93	c  1737s|490000 |  6419 |  7956k|  16.2 | 104M|  79 |   - |2053 |9770 |2053 |2548 |5026 | 616k|  12k| 0.000000e+00 | 1.300000e+01 |    Inf 
1774.25/1774.27	c  1774s|500000 |  6504 |  8156k|  16.3 | 105M|  79 |   - |2053 |9617 |2053 |2548 |5028 | 630k|  12k| 0.000000e+00 | 1.300000e+01 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 507156
1800.04/1800.00	c Primal Bound       : +1.30000000000000e+01 (750 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447710-1307897181/watcher-3447710-1307897181 -o /tmp/evaluation-result-3447710-1307897181/solver-3447710-1307897181 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447710-1307897181.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.61 1.90 1.99 3/173 18331
/proc/meminfo: memFree=2508264/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=10332 CPUtime=0 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 1595 0 0 0 0 0 0 0 22 0 1 0 979948804 10579968 1548 33554432000 4194304 9128323 140733967611120 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18331/statm: 2583 1548 399 1205 0 1374 0

[startup+0.0692219 s]
/proc/loadavg: 1.61 1.90 1.99 3/173 18331
/proc/meminfo: memFree=2508264/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=28152 CPUtime=0.06 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 6029 0 0 0 6 0 0 0 22 0 1 0 979948804 28827648 5723 33554432000 4194304 9128323 140733967611120 18446744073709551615 5266481 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18331/statm: 7038 5723 514 1205 0 5829 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28152

[startup+0.101212 s]
/proc/loadavg: 1.61 1.90 1.99 3/173 18331
/proc/meminfo: memFree=2508264/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=28428 CPUtime=0.09 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 6146 0 0 0 9 0 0 0 22 0 1 0 979948804 29110272 5840 33554432000 4194304 9128323 140733967611120 18446744073709551615 5333219 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18331/statm: 7107 5840 556 1205 0 5898 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28428

[startup+0.301178 s]
/proc/loadavg: 1.61 1.90 1.99 3/173 18331
/proc/meminfo: memFree=2508264/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=36460 CPUtime=0.29 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 8602 0 0 0 29 0 0 0 23 0 1 0 979948804 37335040 8129 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18331/statm: 9115 8130 689 1205 0 7906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36460

[startup+0.701105 s]
/proc/loadavg: 1.61 1.90 1.99 3/173 18331
/proc/meminfo: memFree=2508264/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=62308 CPUtime=0.69 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 15158 0 0 0 68 1 0 0 25 0 1 0 979948804 63803392 14331 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18331/statm: 15577 14331 739 1205 0 14368 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62308

[startup+1.50096 s]
/proc/loadavg: 1.64 1.90 1.99 3/178 18341
/proc/meminfo: memFree=2404956/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=62308 CPUtime=1.49 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 15161 0 0 0 147 2 0 0 25 0 1 0 979948804 63803392 14334 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18331/statm: 15577 14334 739 1205 0 14368 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62308

[startup+3.10066 s]
/proc/loadavg: 1.64 1.90 1.99 3/178 18341
/proc/meminfo: memFree=2397884/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=62308 CPUtime=3.08 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 16740 0 0 0 305 3 0 0 25 0 1 0 979948804 63803392 14694 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18331/statm: 15577 14694 752 1205 0 14368 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 62308

[startup+6.30106 s]
/proc/loadavg: 1.64 1.90 1.99 3/178 18341
/proc/meminfo: memFree=2392404/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=62308 CPUtime=6.29 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 16740 0 0 0 623 6 0 0 25 0 1 0 979948804 63803392 14694 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18331/statm: 15577 14694 752 1205 0 14368 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62308

[startup+12.7009 s]
/proc/loadavg: 1.69 1.91 1.99 3/178 18341
/proc/meminfo: memFree=2383392/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=71244 CPUtime=12.69 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 18947 0 0 0 1258 11 0 0 25 0 1 0 979948804 72953856 16901 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18331/statm: 17811 16901 757 1205 0 16602 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71244

[startup+25.5005 s]
/proc/loadavg: 1.74 1.91 1.99 3/178 18342
/proc/meminfo: memFree=2374104/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=71244 CPUtime=25.49 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 20166 0 0 0 2530 19 0 0 25 0 1 0 979948804 72953856 16935 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18331/statm: 17811 16935 757 1205 0 16602 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71244

[startup+51.1008 s]
/proc/loadavg: 1.83 1.92 1.99 3/178 18342
/proc/meminfo: memFree=2362720/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=71244 CPUtime=51.09 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 21752 0 0 0 5077 32 0 0 25 0 1 0 979948804 72953856 16939 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 17811 16939 757 1205 0 16602 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71244

[startup+102.306 s]
/proc/loadavg: 1.93 1.93 1.99 3/178 18344
/proc/meminfo: memFree=2351096/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=79580 CPUtime=102.3 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 29555 0 0 0 10166 64 0 0 25 0 1 0 979948804 81489920 19005 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 19895 19005 757 1205 0 18686 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 79580

[startup+162.301 s]
/proc/loadavg: 1.97 1.94 1.99 3/178 18345
/proc/meminfo: memFree=2338644/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=90400 CPUtime=162.3 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 36438 0 0 0 16130 100 0 0 25 0 1 0 979948804 92569600 21701 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 22600 21701 757 1205 0 21391 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 90400

[startup+222.301 s]
/proc/loadavg: 2.05 1.96 1.99 3/178 18347
/proc/meminfo: memFree=2325952/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=100596 CPUtime=222.3 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 56580 0 0 0 22099 131 0 0 25 0 1 0 979948804 103010304 24282 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 25149 24282 757 1205 0 23940 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 100596

[startup+282.301 s]
/proc/loadavg: 2.02 1.97 1.99 3/178 18348
/proc/meminfo: memFree=2315612/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=104668 CPUtime=282.3 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 87086 0 0 0 28058 172 0 0 25 0 1 0 979948804 107180032 25271 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 26167 25271 757 1205 0 24958 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 104668

[startup+342.301 s]
/proc/loadavg: 2.00 1.97 1.99 3/178 18350
/proc/meminfo: memFree=2301184/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=115824 CPUtime=342.3 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 91337 0 0 0 34022 208 0 0 25 0 1 0 979948804 118603776 28071 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 28956 28071 757 1205 0 27747 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 115824

[startup+402.301 s]
/proc/loadavg: 2.00 1.97 1.99 3/178 18352
/proc/meminfo: memFree=2291584/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=124448 CPUtime=402.3 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 97742 0 0 0 39982 248 0 0 25 0 1 0 979948804 127434752 30223 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 31112 30223 757 1205 0 29903 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 124448

[startup+462.301 s]
/proc/loadavg: 2.00 1.97 1.99 3/178 18353
/proc/meminfo: memFree=2283488/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=130208 CPUtime=462.3 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 100711 0 0 0 45946 284 0 0 25 0 1 0 979948804 133332992 31672 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 32552 31672 757 1205 0 31343 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 130208

[startup+522.301 s]
/proc/loadavg: 2.00 1.97 1.99 3/178 18355
/proc/meminfo: memFree=2277488/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=136072 CPUtime=522.3 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 113646 0 0 0 51915 315 0 0 25 0 1 0 979948804 139337728 33129 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 34018 33129 757 1205 0 32809 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 136072

[startup+582.3 s]
/proc/loadavg: 2.00 1.97 1.99 3/178 18356
/proc/meminfo: memFree=2270252/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=142140 CPUtime=582.31 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 131863 0 0 0 57881 350 0 0 25 0 1 0 979948804 145551360 34623 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 35535 34623 757 1205 0 34326 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 142140

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.03 1.99 2.00 3/178 18363
/proc/meminfo: memFree=2244760/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=164256 CPUtime=822.32 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 161777 0 0 0 81737 495 0 0 25 0 1 0 979948804 168198144 40094 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 41064 40094 757 1205 0 39855 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 164256

[startup+882.301 s]
/proc/loadavg: 2.01 1.99 2.00 3/178 18373
/proc/meminfo: memFree=2234032/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=171628 CPUtime=882.32 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 167587 0 0 0 87701 531 0 0 25 0 1 0 979948804 175747072 41957 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 42907 41957 757 1205 0 41698 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 171628

[startup+942.301 s]
/proc/loadavg: 2.00 1.99 2.00 3/178 18375
/proc/meminfo: memFree=2229884/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=176556 CPUtime=942.32 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 168783 0 0 0 93663 569 0 0 25 0 1 0 979948804 180793344 43153 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 44139 43153 757 1205 0 42930 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 176556

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/178 18377
/proc/meminfo: memFree=2227100/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=178632 CPUtime=1002.32 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 173517 0 0 0 99624 608 0 0 25 0 1 0 979948804 182919168 43675 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 44658 43675 757 1205 0 43449 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 178632

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/178 18378
/proc/meminfo: memFree=2224816/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=180632 CPUtime=1062.32 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 174046 0 0 0 105589 643 0 0 25 0 1 0 979948804 184967168 44204 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 45158 44204 757 1205 0 43949 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 180632

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/178 18380
/proc/meminfo: memFree=2215216/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=188256 CPUtime=1122.32 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 175904 0 0 0 111555 677 0 0 25 0 1 0 979948804 192774144 46049 33554432000 4194304 9128323 140733967611120 18446744073709551615 5208200 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 47064 46049 757 1205 0 45855 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 188256

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/178 18381
/proc/meminfo: memFree=2209216/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=192776 CPUtime=1182.32 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 196156 0 0 0 117517 715 0 0 25 0 1 0 979948804 197402624 47190 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 48194 47190 757 1205 0 46985 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 192776

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/178 18383
/proc/meminfo: memFree=2202832/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=199124 CPUtime=1242.32 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 224053 0 0 0 123481 751 0 0 25 0 1 0 979948804 203902976 48678 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 49781 48678 757 1205 0 48572 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 199124

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/178 18385
/proc/meminfo: memFree=2201672/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=199996 CPUtime=1302.33 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 248041 0 0 0 129434 799 0 0 25 0 1 0 979948804 204795904 48920 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 49999 48920 757 1205 0 48790 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 199996

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/178 18386
/proc/meminfo: memFree=2188724/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=213956 CPUtime=1362.33 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 251244 0 0 0 135393 840 0 0 25 0 1 0 979948804 219090944 52123 33554432000 4194304 9128323 140733967611120 18446744073709551615 4528653 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 53489 52123 757 1205 0 52280 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 213956

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 2.00 3/178 18388
/proc/meminfo: memFree=2188040/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=213956 CPUtime=1422.34 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 251244 0 0 0 141352 882 0 0 25 0 1 0 979948804 219090944 52123 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 53489 52123 757 1205 0 52280 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 213956

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/178 18389
/proc/meminfo: memFree=2186000/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=213956 CPUtime=1482.34 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 252317 0 0 0 147310 924 0 0 25 0 1 0 979948804 219090944 52412 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 53489 52412 757 1205 0 52280 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 213956

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/178 18391
/proc/meminfo: memFree=2185696/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=213956 CPUtime=1542.34 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 252324 0 0 0 153268 966 0 0 25 0 1 0 979948804 219090944 52419 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 53489 52419 757 1205 0 52280 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 213956

[startup+1602.3 s]
/proc/loadavg: 2.08 2.00 2.00 3/178 18393
/proc/meminfo: memFree=2184540/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=213956 CPUtime=1602.33 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 252324 0 0 0 159227 1006 0 0 25 0 1 0 979948804 219090944 52419 33554432000 4194304 9128323 140733967611120 18446744073709551615 6712791 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 53489 52419 757 1205 0 52280 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 213956

[startup+1662.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/178 18394
/proc/meminfo: memFree=2183860/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=213956 CPUtime=1662.34 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 253362 0 0 0 165188 1046 0 0 25 0 1 0 979948804 219090944 52419 33554432000 4194304 9128323 140733967611120 18446744073709551615 6527933 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 53489 52419 757 1205 0 52280 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 213956

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18396
/proc/meminfo: memFree=2183820/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=213956 CPUtime=1722.34 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 253362 0 0 0 171149 1085 0 0 25 0 1 0 979948804 219090944 52419 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 53489 52419 757 1205 0 52280 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 213956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18435
/proc/meminfo: memFree=2216148/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=213956 CPUtime=1782.34 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 253362 0 0 0 177111 1123 0 0 25 0 1 0 979948804 219090944 52419 33554432000 4194304 9128323 140733967611120 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18331/statm: 53489 52419 757 1205 0 52280 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 213956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18436
/proc/meminfo: memFree=2215648/32950928 swapFree=67051116/67111528
[pid=18331] ppid=18329 vsize=213956 CPUtime=1800.04 cores=0,2,4,6
/proc/18331/stat : 18331 (scip-2.0.1.4.li) R 18329 18331 18084 0 -1 4202496 253363 0 0 0 178870 1134 0 0 25 0 1 0 979948804 219090944 52420 33554432000 4194304 9128323 140733967611120 18446744073709551615 4460286 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18331/statm: 53489 52420 757 1205 0 52280 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 213956

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.02
CPU time (s): 1800.07
CPU user time (s): 1788.71
CPU system time (s): 11.3553
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 216600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.71
system time used= 11.3553
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253363
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3099

runsolver used 2.81657 second user time and 5.57715 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-12 18:46:21
IDJOB=3447710
IDBENCH=78886
IDSOLVER=1944
FILE ID=node113/3447710-1307897181
RUNJOBID= node113-1307897181-18312
PBS_JOBID= 13559602
Free space on /tmp= 1868 MiB

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

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

MD5SUM BENCH= af1f4aa986dfaf7d995a788abb35be25
RANDOM SEED=981243608

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2514148 kB
Buffers:         66576 kB
Cached:       29424288 kB
SwapCached:      14112 kB
Active:       14515220 kB
Inactive:     14994956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2514148 kB
SwapTotal:    67111528 kB
SwapFree:     67051116 kB
Dirty:           12432 kB
Writeback:           0 kB
AnonPages:       17432 kB
Mapped:           8508 kB
Slab:           863792 kB
PageTables:       4564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   193468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 1844 MiB
End job on node113 at 2011-06-12 19:16:23