Trace number 3447706

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.05 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900545610--soft-66-100-0.wbo
MD5SUM75e2f830e9a185ffa43de126e90d54da
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark58.7251
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 constraints906
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 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-3447706-1307897180.wbo>
0.00/0.02	c original problem has 1137 variables (1137 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, 210 impls, 14 clqs
0.00/0.07	c (round 2) 0 del vars, 165 del conss, 0 add conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.00/0.09	c (round 3) 104 del vars, 266 del conss, 0 add conss, 924 chg bounds, 135 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.09/0.10	c (round 4) 140 del vars, 266 del conss, 0 add conss, 924 chg bounds, 135 chg sides, 0 chg coeffs, 1676 upgd conss, 210 impls, 14 clqs
0.09/0.11	c (round 5) 140 del vars, 269 del conss, 0 add conss, 924 chg bounds, 135 chg sides, 0 chg coeffs, 1676 upgd conss, 210 impls, 14 clqs
0.09/0.15	c    (0.2s) probing: 101/1067 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  140 deleted vars, 269 deleted constraints, 0 added constraints, 924 tightened bounds, 0 added holes, 135 changed sides, 0 changed coefficients
0.09/0.15	c  1046 implications, 14 cliques
0.09/0.15	c presolved problem has 1903 variables (1067 bin, 0 int, 836 impl, 0 cont) and 3345 constraints
0.09/0.15	c       1 constraints of type <knapsack>
0.09/0.15	c      51 constraints of type <setppc>
0.09/0.15	c     836 constraints of type <linear>
0.09/0.15	c     836 constraints of type <indicator>
0.09/0.15	c    1621 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.13
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 2.0.1.4
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1800
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 13950
0.09/0.15	c 
0.09/0.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.15	c # [type: int, range: [1,2], default: 1]
0.09/0.15	c timing/clocktype = 2
0.09/0.15	c 
0.09/0.15	c # belongs reading time to solving time?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c timing/reading = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/indicator/addCouplingCons = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.18	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.18	c   0.2s|     1 |     0 |    84 |     - |8180k|   0 |  39 |1903 |4194 |1903 |2509 |   0 |  13 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.71	o 41103
0.69/0.71	c y 0.7s|     1 |     0 |  4523 |     - |8308k|   0 |  39 |1903 |4194 |1903 |2509 |   0 |  13 |   0 | 0.000000e+00 | 4.110300e+04 |    Inf 
0.89/0.97	c   1.0s|     1 |     0 |  4538 |     - |9144k|   0 |  44 |1903 |4194 |1903 |2517 |   8 |  13 |   0 | 0.000000e+00 | 4.110300e+04 |    Inf 
0.99/1.08	c   1.1s|     1 |     0 |  4637 |     - |9558k|   0 |  46 |1903 |4194 |1903 |2522 |  13 |  13 |   0 | 0.000000e+00 | 4.110300e+04 |    Inf 
1.19/1.28	c   1.3s|     1 |     0 |  4663 |     - |9565k|   0 |  53 |1903 |4194 |1903 |2528 |  19 |  13 |   0 | 0.000000e+00 | 4.110300e+04 |    Inf 
1.39/1.49	c   1.5s|     1 |     0 |  4668 |     - |9565k|   0 |  53 |1903 |4194 |1903 |2531 |  22 |  13 |   0 | 0.000000e+00 | 4.110300e+04 |    Inf 
2.10/2.12	c   2.1s|     1 |     2 |  4668 |     - |9566k|   0 |  53 |1903 |4194 |1903 |2531 |  22 |  13 |  10 | 0.000000e+00 | 4.110300e+04 |    Inf 
4.69/4.70	o 613
4.69/4.70	c * 4.7s|    20 |    19 |  7705 | 159.8 |9904k|  14 |   - |1903 |4194 |1903 |2564 |  61 |  13 | 199 | 0.000000e+00 | 6.130000e+02 |    Inf 
4.69/4.73	o 508
4.69/4.73	c * 4.7s|    23 |    18 |  7739 | 139.6 |9990k|  15 |   - |1903 |4198 |1903 |2565 |  77 |  17 | 199 | 0.000000e+00 | 5.080000e+02 |    Inf 
6.09/6.11	o 435
6.09/6.11	c * 6.1s|    47 |    30 |  8657 |  86.7 |  10M|  17 |   - |1903 |4216 |1903 |2533 |  85 |  35 | 421 | 0.000000e+00 | 4.350000e+02 |    Inf 
8.89/8.92	o 213
8.89/8.92	c * 8.9s|    96 |    49 | 10574 |  62.2 |  10M|  22 |   - |1903 |4256 |1903 |2566 | 100 |  75 | 811 | 0.000000e+00 | 2.130000e+02 |    Inf 
13.79/13.90	o 194
13.79/13.90	c *13.9s|   372 |   138 | 17593 |  34.8 |  12M|  27 |   - |1903 |4510 |1903 |2529 | 110 | 335 |1443 | 0.000000e+00 | 1.940000e+02 |    Inf 
15.29/15.37	o 182
15.29/15.37	c *15.4s|   672 |   202 | 21884 |  25.7 |  13M|  36 |   - |1903 |4862 |1903 |2526 | 164 | 721 |1502 | 0.000000e+00 | 1.820000e+02 |    Inf 
17.39/17.42	o 171
17.39/17.42	c *17.4s|  1231 |   281 | 29601 |  20.3 |  15M|  45 |   - |1903 |5273 |1903 |2526 | 191 |1332 |1558 | 0.000000e+00 | 1.710000e+02 |    Inf 
18.79/18.89	o 111
18.79/18.89	c *18.9s|  1593 |   318 | 34299 |  18.6 |  16M|  45 |   - |1903 |5443 |1903 |2527 | 219 |1749 |1606 | 0.000000e+00 | 1.110000e+02 |    Inf 
26.69/26.72	o 105
26.69/26.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.69/26.72	c *26.7s|  3653 |   586 | 67145 |  17.1 |  18M|  61 |   - |1903 |5973 |1903 |2526 | 326 |3956 |1697 | 0.000000e+00 | 1.050000e+02 |    Inf 
27.09/27.18	o 94
27.09/27.18	c *27.2s|  3792 |   591 | 68514 |  16.8 |  18M|  61 |   - |1903 |6049 |1903 |2528 | 354 |4111 |1707 | 0.000000e+00 | 9.400000e+01 |    Inf 
27.89/27.92	o 82
27.89/27.92	c *27.9s|  3947 |   599 | 71045 |  16.8 |  18M|  61 |   - |1903 |5922 |1903 |2527 | 375 |4279 |1720 | 0.000000e+00 | 8.200000e+01 |    Inf 
28.69/28.74	o 81
28.69/28.74	c *28.7s|  4149 |   584 | 73577 |  16.6 |  18M|  61 |   - |1903 |5757 |1903 |2525 | 394 |4553 |1725 | 0.000000e+00 | 8.100000e+01 |    Inf 
31.59/31.60	o 66
31.59/31.60	c *31.6s|  5016 |   574 | 84038 |  15.8 |  19M|  61 |   - |1903 |5982 |1903 |2528 | 449 |5646 |1730 | 0.000000e+00 | 6.600000e+01 |    Inf 
36.79/36.81	o 64
36.79/36.81	c *36.8s|  6465 |   627 |102192 |  15.1 |  19M|  61 |   - |1903 |5908 |1903 |2526 | 471 |7543 |1796 | 0.000000e+00 | 6.400000e+01 |    Inf 
38.09/38.17	o 44
38.09/38.17	c *38.2s|  6854 |   548 |107023 |  14.9 |  19M|  61 |   - |1903 |5805 |1903 |2526 | 486 |8064 |1810 | 0.000000e+00 | 4.400000e+01 |    Inf 
49.40/49.44	c  49.4s| 10000 |   644 |152788 |  14.8 |  20M|  61 |  30 |1903 |5874 |1903 |2525 | 514 |  11k|1887 | 0.000000e+00 | 4.400000e+01 |    Inf 
54.49/54.58	o 24
54.49/54.58	c *54.6s| 11495 |   526 |174925 |  14.8 |  19M|  61 |   - |1903 |5972 |1903 |2527 | 540 |  13k|1913 | 0.000000e+00 | 2.400000e+01 |    Inf 
56.09/56.18	o 9
56.09/56.18	c *56.2s| 11990 |   454 |182844 |  14.9 |  18M|  61 |   - |1903 |5115 |1903 |2527 | 546 |  14k|1915 | 0.000000e+00 | 9.000000e+00 |    Inf 
78.19/78.26	c  78.3s| 20000 |   480 |296015 |  14.6 |  20M|  61 |  22 |1903 |8444 |1903 |2525 | 548 |  23k|1915 | 0.000000e+00 | 9.000000e+00 |    Inf 
106.70/106.78	c   107s| 30000 |   499 |426868 |  14.1 |  21M|  61 |  21 |1903 |  11k|1903 |2525 | 548 |  35k|2237 | 0.000000e+00 | 9.000000e+00 |    Inf 
108.99/109.03	o 5
108.99/109.03	c * 109s| 30847 |   472 |437327 |  14.0 |  21M|  61 |   - |1903 |  12k|1903 |2525 | 548 |  36k|2249 | 0.000000e+00 | 5.000000e+00 |    Inf 
134.99/135.06	c   135s| 40000 |   496 |545106 |  13.5 |  23M|  62 |  31 |1903 |  14k|1903 |2525 | 549 |  49k|2611 | 0.000000e+00 | 5.000000e+00 |    Inf 
163.19/163.29	c   163s| 50000 |   453 |662101 |  13.1 |  23M|  65 |  29 |1903 |  14k|1903 |2525 | 549 |  62k|2951 | 0.000000e+00 | 5.000000e+00 |    Inf 
193.39/193.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.39/193.43	c   193s| 60000 |   439 |791154 |  13.1 |  24M|  65 |   - |1903 |  16k|   0 |   0 | 549 |  75k|3264 | 0.000000e+00 | 5.000000e+00 |    Inf 
223.10/223.11	c   223s| 70000 |   431 |912950 |  13.0 |  25M|  65 |  34 |1903 |  18k|1903 |2525 | 549 |  89k|3576 | 0.000000e+00 | 5.000000e+00 |    Inf 
254.40/254.44	c   254s| 80000 |   398 |  1043k|  13.0 |  24M|  65 |  25 |1903 |  16k|1903 |2553 | 549 | 102k|3941 | 0.000000e+00 | 5.000000e+00 |    Inf 
275.00/275.06	o 2
275.00/275.06	c * 275s| 86408 |   410 |  1131k|  13.0 |  25M|  65 |   - |1903 |  18k|1903 |2525 | 549 | 110k|4140 | 0.000000e+00 | 2.000000e+00 |    Inf 
286.60/286.67	c   287s| 90000 |   419 |  1184k|  13.1 |  25M|  65 |  17 |1903 |  19k|1903 |2525 | 549 | 115k|4218 | 0.000000e+00 | 2.000000e+00 |    Inf 
318.39/318.42	c   318s|100000 |   435 |  1319k|  13.1 |  27M|  65 |   - |1903 |  23k|   0 |   0 | 549 | 128k|4555 | 0.000000e+00 | 2.000000e+00 |    Inf 
350.20/350.21	c   350s|110000 |   478 |  1454k|  13.2 |  29M|  67 |  31 |1903 |  27k|1903 |2525 | 549 | 141k|4743 | 0.000000e+00 | 2.000000e+00 |    Inf 
384.49/384.57	c   385s|120000 |   468 |  1594k|  13.2 |  30M|  70 |   - |1903 |  28k|1903 |2525 | 549 | 155k|5062 | 0.000000e+00 | 2.000000e+00 |    Inf 
418.30/418.35	c   418s|130000 |   449 |  1737k|  13.3 |  31M|  74 |  30 |1903 |  28k|1903 |2525 | 549 | 169k|5237 | 0.000000e+00 | 2.000000e+00 |    Inf 
450.80/450.81	c   451s|140000 |   446 |  1871k|  13.3 |  31M|  85 |  35 |1903 |  28k|1903 |2525 | 549 | 183k|5456 | 0.000000e+00 | 2.000000e+00 |    Inf 
484.50/484.55	c   485s|150000 |   435 |  2014k|  13.4 |  30M|  85 |  26 |1903 |  27k|1903 |2525 | 549 | 197k|5714 | 0.000000e+00 | 2.000000e+00 |    Inf 
517.01/517.07	c   517s|160000 |   467 |  2147k|  13.4 |  32M|  85 |  15 |1903 |  30k|1903 |2525 | 549 | 210k|5950 | 0.000000e+00 | 2.000000e+00 |    Inf 
549.70/549.75	c   550s|170000 |   457 |  2278k|  13.4 |  33M|  85 |   - |1903 |  32k|1903 |2525 | 549 | 224k|6145 | 0.000000e+00 | 2.000000e+00 |    Inf 
584.70/584.74	c   585s|180000 |   527 |  2417k|  13.4 |  35M|  85 |  32 |1903 |  35k|1903 |2525 | 549 | 238k|6309 | 0.000000e+00 | 2.000000e+00 |    Inf 
618.71/618.79	c   619s|190000 |   485 |  2546k|  13.4 |  32M|  85 |  37 |1903 |  28k|1903 |2525 | 549 | 252k|6519 | 0.000000e+00 | 2.000000e+00 |    Inf 
652.71/652.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
652.71/652.70	c   653s|200000 |   463 |  2688k|  13.4 |  31M|  85 |  21 |1903 |  28k|1903 |2525 | 549 | 265k|6690 | 0.000000e+00 | 2.000000e+00 |    Inf 
686.11/686.18	c   686s|210000 |   499 |  2825k|  13.4 |  34M|  85 |  31 |1903 |  32k|1903 |2525 | 549 | 279k|6820 | 0.000000e+00 | 2.000000e+00 |    Inf 
717.01/717.01	o 1
717.01/717.01	c * 717s|218874 |   428 |  2954k|  13.5 |  32M|  85 |   - |1903 |  30k|1903 |2526 | 550 | 291k|7000 | 0.000000e+00 | 1.000000e+00 |    Inf 
721.01/721.05	c   721s|220000 |   421 |  2973k|  13.5 |  30M|  85 |  29 |1903 |  25k|1903 |2525 | 550 | 292k|7010 | 0.000000e+00 | 1.000000e+00 |    Inf 
756.51/756.58	c   757s|230000 |   455 |  3127k|  13.6 |  32M|  85 |  26 |1903 |  29k|1903 |2525 | 550 | 306k|7182 | 0.000000e+00 | 1.000000e+00 |    Inf 
790.91/790.97	c   791s|240000 |   444 |  3275k|  13.6 |  33M|  85 |  35 |1903 |  31k|1903 |2525 | 550 | 319k|7345 | 0.000000e+00 | 1.000000e+00 |    Inf 
826.31/826.37	c   826s|250000 |   440 |  3411k|  13.6 |  35M|  85 |  24 |1903 |  35k|1903 |2525 | 550 | 333k|7508 | 0.000000e+00 | 1.000000e+00 |    Inf 
860.91/860.92	c   861s|260000 |   479 |  3542k|  13.6 |  37M|  85 |  29 |1903 |  39k|1903 |2525 | 550 | 347k|7681 | 0.000000e+00 | 1.000000e+00 |    Inf 
895.01/895.00	c   895s|270000 |   415 |  3668k|  13.6 |  36M|  85 |  30 |1903 |  37k|1903 |2525 | 550 | 361k|7885 | 0.000000e+00 | 1.000000e+00 |    Inf 
929.91/929.95	c   930s|280000 |   454 |  3806k|  13.6 |  36M|  85 |   - |1903 |  38k|1903 |2525 | 550 | 374k|8022 | 0.000000e+00 | 1.000000e+00 |    Inf 
965.32/965.37	c   965s|290000 |   452 |  3941k|  13.6 |  37M|  85 |   - |1903 |  40k|1903 |2525 | 550 | 387k|8152 | 0.000000e+00 | 1.000000e+00 |    Inf 
1000.71/1000.75	c  1001s|300000 |   491 |  4074k|  13.6 |  39M|  85 |   - |1903 |  42k|1903 |2525 | 550 | 401k|8281 | 0.000000e+00 | 1.000000e+00 |    Inf 
1037.33/1037.38	c  1037s|310000 |   494 |  4199k|  13.5 |  40M|  85 |  32 |1903 |  45k|1903 |2525 | 550 | 415k|8365 | 0.000000e+00 | 1.000000e+00 |    Inf 
1072.62/1072.64	c  1073s|320000 |   480 |  4321k|  13.5 |  41M|  85 |  32 |1903 |  46k|1903 |2525 | 550 | 428k|8515 | 0.000000e+00 | 1.000000e+00 |    Inf 
1109.01/1109.01	c  1109s|330000 |   408 |  4454k|  13.5 |  38M|  85 |   - |1903 |  40k|1903 |2525 | 550 | 442k|8706 | 0.000000e+00 | 1.000000e+00 |    Inf 
1145.31/1145.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1145.31/1145.40	c  1145s|340000 |   429 |  4591k|  13.5 |  40M|  85 |   - |1903 |  44k|   0 |   0 | 550 | 456k|8823 | 0.000000e+00 | 1.000000e+00 |    Inf 
1181.52/1181.50	c  1182s|350000 |   384 |  4725k|  13.5 |  33M|  85 |  29 |1903 |  30k|1903 |2553 | 550 | 469k|9019 | 0.000000e+00 | 1.000000e+00 |    Inf 
1213.82/1213.88	c  1214s|360000 |   373 |  4862k|  13.5 |  34M|  85 |  32 |1903 |  30k|1903 |2525 | 550 | 482k|9190 | 0.000000e+00 | 1.000000e+00 |    Inf 
1245.81/1245.89	c  1246s|370000 |   392 |  4988k|  13.5 |  36M|  85 |  28 |1903 |  35k|1903 |2525 | 550 | 496k|9276 | 0.000000e+00 | 1.000000e+00 |    Inf 
1280.52/1280.50	c  1280s|380000 |   374 |  5124k|  13.5 |  37M|  85 |   - |1903 |  38k|1903 |2553 | 550 | 509k|9466 | 0.000000e+00 | 1.000000e+00 |    Inf 
1318.83/1318.82	c  1319s|390000 |   374 |  5271k|  13.5 |  39M|  85 |   - |1903 |  44k|1903 |2553 | 550 | 521k|9611 | 0.000000e+00 | 1.000000e+00 |    Inf 
1356.92/1356.99	c  1357s|400000 |   342 |  5410k|  13.5 |  35M|  85 |  35 |1903 |  33k|1903 |2525 | 550 | 534k|9711 | 0.000000e+00 | 1.000000e+00 |    Inf 
1389.33/1389.38	c  1389s|410000 |   341 |  5537k|  13.5 |  36M|  85 |  35 |1903 |  35k|1903 |2525 | 550 | 548k|9876 | 0.000000e+00 | 1.000000e+00 |    Inf 
1423.93/1423.90	c  1424s|420000 |   412 |  5670k|  13.5 |  38M|  85 |   - |1903 |  38k|1903 |2525 | 550 | 561k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1458.33/1458.30	c  1458s|430000 |   342 |  5804k|  13.5 |  38M|  85 |  29 |1903 |  38k|1903 |2525 | 550 | 576k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1494.33/1494.38	c  1494s|440000 |   337 |  5952k|  13.5 |  36M|  85 |   - |1903 |  35k|   0 |   0 | 550 | 589k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1530.33/1530.38	c  1530s|450000 |   368 |  6088k|  13.5 |  38M|  85 |  38 |1903 |  39k|1903 |2525 | 550 | 602k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1565.43/1565.44	c  1565s|460000 |   353 |  6223k|  13.5 |  39M|  85 |   - |1903 |  42k|1903 |2525 | 550 | 615k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1601.53/1601.50	c  1602s|470000 |   296 |  6357k|  13.5 |  39M|  85 |   - |1903 |  42k|   0 |   0 | 550 | 629k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1639.53/1639.54	c  1640s|480000 |   275 |  6505k|  13.5 |  36M|  85 |   - |1903 |  36k|1903 |2525 | 550 | 641k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1677.73/1677.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1677.73/1677.75	c  1678s|490000 |   200 |  6663k|  13.6 |  33M|  85 |  28 |1903 |  29k|1903 |2525 | 550 | 654k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1713.33/1713.30	c  1713s|500000 |   194 |  6822k|  13.6 |  35M|  85 |   - |1903 |  34k|1903 |2525 | 550 | 667k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1749.53/1749.56	c  1750s|510000 |   193 |  6977k|  13.7 |  37M|  85 |  26 |1903 |  38k|1903 |2525 | 550 | 680k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1786.44/1786.43	c  1786s|520000 |   204 |  7128k|  13.7 |  39M|  85 |  30 |1903 |  44k|1903 |2525 | 550 | 693k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 523690
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (195 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-3447706-1307897180/watcher-3447706-1307897180 -o /tmp/evaluation-result-3447706-1307897180/solver-3447706-1307897180 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447706-1307897180.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.62 1.53 1.18 2/172 9999
/proc/meminfo: memFree=32422156/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=9976 CPUtime=0 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 1490 0 0 0 0 0 0 0 22 0 1 0 901316012 10215424 1443 33554432000 4194304 9128323 140737138142256 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9999/statm: 2494 1443 399 1205 0 1285 0

[startup+0.0927799 s]
/proc/loadavg: 1.62 1.53 1.18 2/172 9999
/proc/meminfo: memFree=32422156/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=27016 CPUtime=0.08 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 5771 0 0 0 8 0 0 0 22 0 1 0 901316012 27664384 5465 33554432000 4194304 9128323 140737138142256 18446744073709551615 4337637 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 6754 5465 522 1205 0 5545 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27016

[startup+0.100788 s]
/proc/loadavg: 1.62 1.53 1.18 2/172 9999
/proc/meminfo: memFree=32422156/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=28308 CPUtime=0.09 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 6099 0 0 0 9 0 0 0 22 0 1 0 901316012 28987392 5793 33554432000 4194304 9128323 140737138142256 18446744073709551615 5326902 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 7077 5793 531 1205 0 5868 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28308

[startup+0.300755 s]
/proc/loadavg: 1.62 1.53 1.18 2/172 9999
/proc/meminfo: memFree=32422156/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=34252 CPUtime=0.29 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 7929 0 0 0 28 1 0 0 23 0 1 0 901316012 35074048 7532 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 8563 7532 680 1205 0 7354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34252

[startup+0.700692 s]
/proc/loadavg: 1.62 1.53 1.18 2/172 9999
/proc/meminfo: memFree=32422156/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=34404 CPUtime=0.69 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 7979 0 0 0 68 1 0 0 25 0 1 0 901316012 35229696 7582 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 8601 7582 680 1205 0 7392 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34404

[startup+1.50051 s]
/proc/loadavg: 1.62 1.53 1.18 3/178 10014
/proc/meminfo: memFree=32326404/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=39828 CPUtime=1.49 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 14706 0 0 0 147 2 0 0 25 0 1 0 901316012 40783872 9027 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 9957 9027 741 1205 0 8748 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39828

[startup+3.10023 s]
/proc/loadavg: 1.62 1.53 1.18 3/178 10014
/proc/meminfo: memFree=32322016/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=40840 CPUtime=3.08 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 18925 0 0 0 304 4 0 0 25 0 1 0 901316012 41820160 9267 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 10210 9267 753 1205 0 9001 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40840

[startup+6.30069 s]
/proc/loadavg: 1.65 1.54 1.18 3/178 10014
/proc/meminfo: memFree=32323608/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=42428 CPUtime=6.29 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 19289 0 0 0 621 8 0 0 25 0 1 0 901316012 43446272 9610 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 10607 9610 754 1205 0 9398 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42428

[startup+12.7006 s]
/proc/loadavg: 1.68 1.55 1.19 3/178 10014
/proc/meminfo: memFree=32322584/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=43644 CPUtime=12.69 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 19660 0 0 0 1255 14 0 0 25 0 1 0 901316012 44691456 9957 33554432000 4194304 9128323 140737138142256 18446744073709551615 7278872 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 10911 9957 757 1205 0 9702 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43644

[startup+25.5003 s]
/proc/loadavg: 1.75 1.57 1.20 3/178 10015
/proc/meminfo: memFree=32308336/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=56040 CPUtime=25.49 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 38072 0 0 0 2525 24 0 0 25 0 1 0 901316012 57384960 12979 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 14010 12979 757 1205 0 12801 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56040

[startup+51.1008 s]
/proc/loadavg: 1.83 1.60 1.22 3/178 10015
/proc/meminfo: memFree=32285220/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=65960 CPUtime=51.09 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 72385 0 0 0 5065 44 0 0 25 0 1 0 901316012 67543040 15429 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 16490 15429 757 1205 0 15281 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65960

[startup+102.307 s]
/proc/loadavg: 1.93 1.66 1.26 3/178 10017
/proc/meminfo: memFree=32257268/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=71412 CPUtime=102.29 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 85704 0 0 0 10148 81 0 0 25 0 1 0 901316012 73125888 16772 33554432000 4194304 9128323 140737138142256 18446744073709551615 6732552 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 17853 16772 757 1205 0 16644 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 71412

[startup+162.3 s]
/proc/loadavg: 1.97 1.72 1.30 3/178 10018
/proc/meminfo: memFree=32235744/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=73416 CPUtime=162.3 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 96919 0 0 0 16107 123 0 0 25 0 1 0 901316012 75177984 17274 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 18354 17274 757 1205 0 17145 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 73416

[startup+222.301 s]
/proc/loadavg: 1.99 1.77 1.34 3/178 10020
/proc/meminfo: memFree=32228740/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=76740 CPUtime=222.29 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 99031 0 0 0 22072 157 0 0 25 0 1 0 901316012 78581760 18019 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 19185 18019 757 1205 0 17976 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 76740

[startup+282.301 s]
/proc/loadavg: 1.99 1.81 1.38 3/178 10021
/proc/meminfo: memFree=32223856/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=78312 CPUtime=282.29 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 105845 0 0 0 28031 198 0 0 25 0 1 0 901316012 80191488 18509 33554432000 4194304 9128323 140737138142256 18446744073709551615 7217893 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 19578 18509 757 1205 0 18369 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 78312

[startup+342.301 s]
/proc/loadavg: 1.99 1.84 1.42 3/178 10023
/proc/meminfo: memFree=32219436/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=81940 CPUtime=342.3 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 111417 0 0 0 33997 233 0 0 25 0 1 0 901316012 83906560 19403 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 20485 19403 757 1205 0 19276 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 81940

[startup+402.301 s]
/proc/loadavg: 1.99 1.87 1.45 3/178 10025
/proc/meminfo: memFree=32217004/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=83592 CPUtime=402.3 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 113300 0 0 0 39962 268 0 0 25 0 1 0 901316012 85598208 19829 33554432000 4194304 9128323 140737138142256 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 20898 19829 757 1205 0 19689 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 83592

[startup+462.301 s]
/proc/loadavg: 2.07 1.90 1.49 3/178 10026
/proc/meminfo: memFree=32211992/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=85524 CPUtime=462.3 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 115302 0 0 0 45922 308 0 0 25 0 1 0 901316012 87576576 20278 33554432000 4194304 9128323 140737138142256 18446744073709551615 4219755 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 21381 20278 757 1205 0 20172 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 85524

[startup+522.301 s]
/proc/loadavg: 2.02 1.92 1.52 3/178 10028
/proc/meminfo: memFree=32209336/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=85992 CPUtime=522.3 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 115429 0 0 0 51883 347 0 0 25 0 1 0 901316012 88055808 20405 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 21498 20405 757 1205 0 20289 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 85992

[startup+582.3 s]
/proc/loadavg: 2.01 1.93 1.54 3/178 10029
/proc/meminfo: memFree=32205200/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=88544 CPUtime=582.3 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 116076 0 0 0 57850 380 0 0 25 0 1 0 901316012 90669056 21052 33554432000 4194304 9128323 140737138142256 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 22136 21052 757 1205 0 20927 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 88544

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 1.96 1.64 3/178 10036
/proc/meminfo: memFree=32196828/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=90400 CPUtime=822.31 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 132094 0 0 0 81702 529 0 0 25 0 1 0 901316012 92569600 21479 33554432000 4194304 9128323 140737138142256 18446744073709551615 5333018 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 22600 21479 757 1205 0 21391 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 90400

[startup+882.301 s]
/proc/loadavg: 2.00 1.97 1.66 3/178 10046
/proc/meminfo: memFree=32192940/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=92908 CPUtime=882.31 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 132694 0 0 0 87670 561 0 0 25 0 1 0 901316012 95137792 22079 33554432000 4194304 9128323 140737138142256 18446744073709551615 5240739 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 23227 22079 757 1205 0 22018 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 92908

[startup+942.301 s]
/proc/loadavg: 2.00 1.97 1.67 3/178 10048
/proc/meminfo: memFree=32188304/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=97388 CPUtime=942.32 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 134592 0 0 0 93635 597 0 0 25 0 1 0 901316012 99725312 23223 33554432000 4194304 9128323 140737138142256 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 24347 23223 757 1205 0 23138 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 97388

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.69 3/178 10050
/proc/meminfo: memFree=32187888/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=97388 CPUtime=1002.31 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 134600 0 0 0 99601 630 0 0 25 0 1 0 901316012 99725312 23231 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 24347 23231 757 1205 0 23138 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 97388

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.71 3/178 10051
/proc/meminfo: memFree=32186724/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=97724 CPUtime=1062.31 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 134686 0 0 0 105570 661 0 0 25 0 1 0 901316012 100069376 23317 33554432000 4194304 9128323 140737138142256 18446744073709551615 5984618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 24431 23317 757 1205 0 23222 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 97724

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/178 10056
/proc/meminfo: memFree=32183924/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=98584 CPUtime=1122.32 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 136778 0 0 0 111539 693 0 0 25 0 1 0 901316012 100950016 23499 33554432000 4194304 9128323 140737138142256 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 24646 23499 757 1205 0 23437 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 98584

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 10057
/proc/meminfo: memFree=32183472/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=99092 CPUtime=1182.32 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 136923 0 0 0 117505 727 0 0 25 0 1 0 901316012 101470208 23644 33554432000 4194304 9128323 140737138142256 18446744073709551615 7346406 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 24773 23644 757 1205 0 23564 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 99092

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/178 10059
/proc/meminfo: memFree=32182060/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=99092 CPUtime=1242.32 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 136930 0 0 0 123468 764 0 0 25 0 1 0 901316012 101470208 23651 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 24773 23651 757 1205 0 23564 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 99092

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/178 10061
/proc/meminfo: memFree=32179660/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=101024 CPUtime=1302.33 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 137418 0 0 0 129438 795 0 0 25 0 1 0 901316012 103448576 24138 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 25256 24138 757 1205 0 24047 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 101024

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/178 10100
/proc/meminfo: memFree=32249740/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=104976 CPUtime=1362.32 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 138125 0 0 0 135405 827 0 0 25 0 1 0 901316012 107495424 24845 33554432000 4194304 9128323 140737138142256 18446744073709551615 7343303 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 26244 24845 757 1205 0 25035 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 104976

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.79 3/178 10102
/proc/meminfo: memFree=32237828/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=104976 CPUtime=1422.33 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 138154 0 0 0 141374 859 0 0 25 0 1 0 901316012 107495424 24874 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 26244 24874 757 1205 0 25035 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 104976

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/178 10103
/proc/meminfo: memFree=32234924/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=105260 CPUtime=1482.33 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 140079 0 0 0 147333 900 0 0 25 0 1 0 901316012 107786240 24928 33554432000 4194304 9128323 140737138142256 18446744073709551615 4219723 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 26315 24928 757 1205 0 25106 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 105260

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/178 10105
/proc/meminfo: memFree=32234244/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=105260 CPUtime=1542.33 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 140096 0 0 0 153298 935 0 0 25 0 1 0 901316012 107786240 24945 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 26315 24945 757 1205 0 25106 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 105260

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/178 10107
/proc/meminfo: memFree=32234204/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=105600 CPUtime=1602.32 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 140173 0 0 0 159263 969 0 0 25 0 1 0 901316012 108134400 25022 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 26400 25022 757 1205 0 25191 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 105600

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/178 10108
/proc/meminfo: memFree=32233520/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=105796 CPUtime=1662.33 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 140228 0 0 0 165230 1003 0 0 25 0 1 0 901316012 108335104 25077 33554432000 4194304 9128323 140737138142256 18446744073709551615 7342946 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 26449 25077 757 1205 0 25240 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 105796

[startup+1722.3 s]
/proc/loadavg: 2.03 1.99 1.84 3/178 10110
/proc/meminfo: memFree=32233460/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=105936 CPUtime=1722.33 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 140270 0 0 0 171193 1040 0 0 25 0 1 0 901316012 108478464 25119 33554432000 4194304 9128323 140737138142256 18446744073709551615 4679300 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 26484 25119 757 1205 0 25275 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 105936

[startup+1782.3 s]
/proc/loadavg: 2.01 1.99 1.84 3/178 10111
/proc/meminfo: memFree=32229444/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=106096 CPUtime=1782.34 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 140295 0 0 0 177155 1079 0 0 25 0 1 0 901316012 108642304 25144 33554432000 4194304 9128323 140737138142256 18446744073709551615 7366207 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 26524 25144 757 1205 0 25315 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 106096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 1.99 1.84 3/178 10112
/proc/meminfo: memFree=32229172/32951124 swapFree=67056676/67111528
[pid=9999] ppid=9997 vsize=106096 CPUtime=1800.04 cores=0,2,4,6
/proc/9999/stat : 9999 (scip-2.0.1.4.li) R 9997 9999 9967 0 -1 4202496 140295 0 0 0 178917 1087 0 0 25 0 1 0 901316012 108642304 25144 33554432000 4194304 9128323 140737138142256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9999/statm: 26524 25144 757 1205 0 25315 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 106096

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

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

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

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

runsolver used 2.91556 second user time and 5.60115 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-12 18:46:20
IDJOB=3447706
IDBENCH=78882
IDSOLVER=1944
FILE ID=node136/3447706-1307897180
RUNJOBID= node136-1307897180-9985
PBS_JOBID= 13559606
Free space on /tmp= 74060 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.1900545610--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-3447706-1307897180/watcher-3447706-1307897180 -o /tmp/evaluation-result-3447706-1307897180/solver-3447706-1307897180 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447706-1307897180.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 75e2f830e9a185ffa43de126e90d54da
RANDOM SEED=219954284

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.83
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.809
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.809
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:     32951124 kB
MemFree:      32422584 kB
Buffers:        110128 kB
Cached:         207868 kB
SwapCached:       8452 kB
Active:         239888 kB
Inactive:        96480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32422584 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:           37544 kB
Writeback:           0 kB
AnonPages:       16612 kB
Mapped:          12036 kB
Slab:           126300 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185624 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= 74036 MiB
End job on node136 at 2011-06-12 19:16:22