Trace number 3447261

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551864--soft-0-100-0.wbo
MD5SUM917ecf2b03be28c1e7bdced93c48bfdc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark14.2048
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
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-3447261-1307900483.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.05	o 136613
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.366130e+05
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.06/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   408 |     - |  18M|   0 |  37 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |   452 |     - |  18M|   0 |  57 |5645 |8121 |5645 |2748 |  41 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.89/0.97	c   1.0s|     1 |     0 |   492 |     - |  19M|   0 |  60 |5645 |8121 |5645 |2755 |  48 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
1.29/1.38	c   1.4s|     1 |     0 |   577 |     - |  19M|   0 |  62 |5645 |8121 |5645 |2763 |  56 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
1.79/1.82	c   1.8s|     1 |     0 |   611 |     - |  20M|   0 |  66 |5645 |8121 |5645 |2768 |  61 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
2.20/2.27	c   2.3s|     1 |     0 |   645 |     - |  20M|   0 |  65 |5645 |8121 |5645 |2771 |  64 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
3.49/3.52	c   3.5s|     1 |     2 |   645 |     - |  21M|   0 |  65 |5645 |8121 |5645 |2771 |  64 |   0 |  33 | 0.000000e+00 | 1.366130e+05 |    Inf 
23.59/23.63	o 460
23.59/23.63	c *23.6s|   242 |   236 | 46281 | 189.4 |  28M|  31 |   - |5645 |8121 |5645 |2798 | 430 |   0 | 977 | 0.000000e+00 | 4.600000e+02 |    Inf 
159.00/159.02	o 446
159.00/159.02	c * 159s|  4904 |  4751 |934583 | 190.5 |  46M|  53 |   - |5645 |8732 |5645 |2758 |  10k| 611 |1927 | 0.000000e+00 | 4.460000e+02 |    Inf 
232.29/232.36	o 415
232.29/232.36	c * 232s|  6845 |  6590 |  1401k| 204.6 |  51M|  62 |   - |5645 |9096 |5645 |2760 |  18k| 979 |2447 | 0.000000e+00 | 4.150000e+02 |    Inf 
341.30/341.37	c   341s| 10000 |  9301 |  2072k| 207.2 |  60M|  62 |  52 |5645 |9905 |5645 |2749 |  28k|1848 |3136 | 0.000000e+00 | 4.150000e+02 |    Inf 
400.70/400.71	o 350
400.70/400.71	c * 401s| 11802 | 10850 |  2480k| 210.2 |  64M|  66 |   - |5645 |  10k|5645 |2857 |  33k|2360 |3417 | 0.000000e+00 | 3.500000e+02 |    Inf 
407.50/407.52	o 348
407.50/407.52	c * 408s| 11979 | 10969 |  2519k| 210.3 |  64M|  75 |   - |5645 |  10k|5645 |2755 |  34k|2448 |3479 | 0.000000e+00 | 3.480000e+02 |    Inf 
458.91/458.91	o 342
458.91/458.91	c * 459s| 13744 | 12146 |  2844k| 206.9 |  69M|  77 |   - |5645 |  10k|5645 |2839 |  38k|3358 |3707 | 0.000000e+00 | 3.420000e+02 |    Inf 
524.91/524.96	o 328
524.91/524.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.91/524.96	c * 525s| 15751 | 13557 |  3261k| 207.0 |  74M|  77 |   - |5645 |  11k|5645 |2787 |  45k|4304 |4010 | 0.000000e+00 | 3.280000e+02 |    Inf 
538.81/538.85	o 271
538.81/538.85	c * 539s| 16241 | 13185 |  3336k| 205.4 |  71M|  77 |   - |5645 |  11k|5645 |2905 |  47k|4525 |4092 | 0.000000e+00 | 2.710000e+02 |    Inf 
561.31/561.38	o 242
561.31/561.38	c * 561s| 16775 | 12896 |  3457k| 206.1 |  70M|  77 |   - |5645 |  11k|5645 |2796 |  49k|4786 |4172 | 0.000000e+00 | 2.420000e+02 |    Inf 
563.01/563.06	o 217
563.01/563.06	c * 563s| 16798 | 12057 |  3463k| 206.2 |  67M|  77 |   - |5645 |  11k|5645 |2818 |  50k|4797 |4175 | 0.000000e+00 | 2.170000e+02 |    Inf 
563.21/563.27	o 187
563.21/563.27	c * 563s| 16811 | 10891 |  3464k| 206.0 |  64M|  77 |   - |5645 |  11k|5645 |2769 |  50k|4803 |4175 | 0.000000e+00 | 1.870000e+02 |    Inf 
563.80/563.86	o 178
563.80/563.86	c * 564s| 16831 | 10540 |  3465k| 205.9 |  62M|  77 |   - |5645 |  11k|5645 |2781 |  50k|4819 |4175 | 0.000000e+00 | 1.780000e+02 |    Inf 
563.80/563.88	o 165
563.80/563.88	c * 564s| 16832 | 10094 |  3465k| 205.9 |  61M|  77 |   - |5645 |  11k|5645 |2781 |  50k|4819 |4175 | 0.000000e+00 | 1.650000e+02 |    Inf 
564.71/564.72	o 114
564.71/564.72	c * 565s| 16849 |  6941 |  3468k| 205.9 |  54M|  77 |   - |5645 |  11k|5645 |2849 |  50k|4833 |4175 | 0.000000e+00 | 1.140000e+02 |    Inf 
564.80/564.81	o 110
564.80/564.81	c * 565s| 16854 |  6712 |  3469k| 205.8 |  53M|  77 |   - |5645 |  11k|5645 |2748 |  50k|4837 |4175 | 0.000000e+00 | 1.100000e+02 |    Inf 
564.90/564.97	o 101
564.90/564.97	c * 565s| 16857 |  6167 |  3469k| 205.8 |  52M|  77 |   - |5645 |  11k|5645 |2776 |  50k|4837 |4175 | 0.000000e+00 | 1.010000e+02 |    Inf 
565.00/565.00	o 88
565.00/565.00	c * 565s| 16858 |  4956 |  3469k| 205.8 |  49M|  77 |   - |5645 |  11k|5645 |2776 |  50k|4837 |4175 | 0.000000e+00 | 8.800000e+01 |    Inf 
568.80/568.82	o 69
568.80/568.82	c * 569s| 17338 |  3909 |  3475k| 200.4 |  48M|  82 |   - |5645 |  10k|5645 |2754 |  50k|5214 |4210 | 0.000000e+00 | 6.900000e+01 |    Inf 
569.51/569.59	o 67
569.51/569.59	c * 570s| 17425 |  2367 |  3476k| 199.5 |  44M|  82 |   - |5645 |8878 |5645 |2754 |  50k|5289 |4213 | 0.000000e+00 | 6.700000e+01 |    Inf 
585.71/585.71	c   586s| 20000 |  2308 |  3499k| 174.9 |  52M|  82 |   1 |5645 |8806 |5645 |2753 |  50k|7662 |4232 | 0.000000e+00 | 6.700000e+01 |    Inf 
607.01/607.07	o 65
607.01/607.07	c * 607s| 23603 |  2275 |  3527k| 149.4 |  56M|  84 |   - |5645 |9267 |5645 |2755 |  51k|  11k|4267 | 0.000000e+00 | 6.500000e+01 |    Inf 
609.71/609.73	o 63
609.71/609.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
609.71/609.73	c * 610s| 24046 |  2162 |  3530k| 146.8 |  56M|  84 |   - |5645 |9144 |5645 |2754 |  51k|  12k|4271 | 0.000000e+00 | 6.300000e+01 |    Inf 
609.91/609.90	o 52
609.91/609.90	c * 610s| 24064 |  1837 |  3530k| 146.7 |  55M|  84 |   - |5645 |8918 |5645 |2761 |  51k|  12k|4271 | 0.000000e+00 | 5.200000e+01 |    Inf 
610.01/610.04	o 51
610.01/610.04	c * 610s| 24068 |  1832 |  3531k| 146.7 |  55M|  84 |   - |5645 |8209 |5645 |2759 |  51k|  12k|4272 | 0.000000e+00 | 5.100000e+01 |    Inf 
610.11/610.11	o 46
610.11/610.11	c * 610s| 24070 |  1681 |  3531k| 146.7 |  54M|  84 |   - |5645 |8129 |5645 |2759 |  51k|  12k|4272 | 0.000000e+00 | 4.600000e+01 |    Inf 
610.11/610.14	o 24
610.11/610.14	c * 610s| 24071 |  1179 |  3531k| 146.7 |  49M|  84 |   - |5645 |8129 |5645 |2761 |  51k|  12k|4272 | 0.000000e+00 | 2.400000e+01 |    Inf 
616.91/616.92	o 17
616.91/616.92	c * 617s| 25470 |   738 |  3549k| 139.3 |  45M|  84 |   - |5645 |6408 |5645 |2753 |  51k|  14k|4286 | 0.000000e+00 | 1.700000e+01 |    Inf 
618.41/618.47	o 15
618.41/618.47	c * 618s| 25739 |   624 |  3555k| 138.1 |  43M|  84 |   - |5645 |5639 |5645 |2753 |  51k|  14k|4288 | 0.000000e+00 | 1.500000e+01 |    Inf 
618.71/618.72	o 14
618.71/618.72	c * 619s| 25779 |   598 |  3555k| 137.9 |  42M|  84 |   - |5645 |5433 |5645 |2753 |  51k|  14k|4288 | 0.000000e+00 | 1.400000e+01 |    Inf 
619.71/619.77	o 12
619.71/619.77	c * 620s| 25997 |   586 |  3559k| 136.9 |  42M|  84 |   - |5645 |5336 |5645 |2753 |  51k|  14k|4293 | 0.000000e+00 | 1.200000e+01 |    Inf 
620.41/620.42	o 11
620.41/620.42	c * 620s| 26174 |   587 |  3561k| 136.1 |  42M|  84 |   - |5645 |5364 |5645 |2753 |  51k|  15k|4293 | 0.000000e+00 | 1.100000e+01 |    Inf 
637.21/637.26	c   637s| 30000 |   460 |  3622k| 120.7 |  41M|  84 |  14 |5645 |7580 |5645 |2753 |  51k|  19k|4369 | 0.000000e+00 | 1.100000e+01 |    Inf 
651.60/651.69	o 8
651.60/651.69	c * 652s| 33573 |   402 |  3672k| 109.4 |  41M|  84 |   - |5645 |9320 |5645 |2756 |  51k|  24k|4387 | 0.000000e+00 | 8.000000e+00 |    Inf 
679.61/679.67	c   680s| 40000 |   395 |  3774k|  94.4 |  43M|  84 |   - |5645 |  11k|5645 |2744 |  51k|  32k|4475 | 0.000000e+00 | 8.000000e+00 |    Inf 
723.51/723.53	c   724s| 50000 |   426 |  3931k|  78.6 |  45M|  84 |  45 |5645 |  14k|5645 |2753 |  51k|  45k|4602 | 0.000000e+00 | 8.000000e+00 |    Inf 
746.31/746.36	o 7
746.31/746.36	c * 746s| 55183 |   413 |  4011k|  72.7 |  45M|  84 |   - |5645 |  15k|5645 |2754 |  51k|  52k|4668 | 0.000000e+00 | 7.000000e+00 |    Inf 
768.82/768.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
768.82/768.83	c   769s| 60000 |   466 |  4093k|  68.2 |  46M|  84 |  45 |5645 |  16k|5645 |2753 |  51k|  58k|4720 | 0.000000e+00 | 7.000000e+00 |    Inf 
811.31/811.38	c   811s| 70000 |   518 |  4242k|  60.6 |  47M|  84 |   - |5645 |  16k|5645 |2753 |  51k|  73k|4825 | 0.000000e+00 | 7.000000e+00 |    Inf 
825.21/825.28	o 6
825.21/825.28	c * 825s| 73297 |   486 |  4293k|  58.6 |  47M|  84 |   - |5645 |  16k|5645 |2757 |  51k|  78k|4825 | 0.000000e+00 | 6.000000e+00 |    Inf 
829.71/829.71	o 5
829.71/829.71	c * 830s| 74220 |   482 |  4309k|  58.1 |  46M|  84 |   - |5645 |  14k|5645 |2754 |  51k|  79k|4852 | 0.000000e+00 | 5.000000e+00 |    Inf 
854.12/854.14	o 3
854.12/854.14	c * 854s| 79956 |   435 |  4400k|  55.0 |  44M|  87 |   - |5645 |  12k|5645 |2754 |  51k|  88k|4928 | 0.000000e+00 | 3.000000e+00 |    Inf 
854.31/854.31	c   854s| 80000 |   433 |  4400k|  55.0 |  44M|  87 |  25 |5645 |  12k|5645 |2753 |  51k|  88k|4928 | 0.000000e+00 | 3.000000e+00 |    Inf 
900.51/900.50	c   901s| 90000 |   421 |  4582k|  50.9 |  47M|  87 |   - |5645 |  17k|5645 |2753 |  51k| 102k|5127 | 0.000000e+00 | 3.000000e+00 |    Inf 
907.92/907.90	o 2
907.92/907.90	c * 908s| 91695 |   422 |  4609k|  50.3 |  47M|  87 |   - |5645 |  17k|5645 |2753 |  51k| 104k|5139 | 0.000000e+00 | 2.000000e+00 |    Inf 
942.51/942.54	c   943s|100000 |   416 |  4734k|  47.3 |  47M|  87 |  42 |5645 |  18k|5645 |2753 |  51k| 115k|5203 | 0.000000e+00 | 2.000000e+00 |    Inf 
989.52/989.58	c   990s|110000 |   405 |  4919k|  44.7 |  48M|  87 |  25 |5645 |  19k|5645 |2753 |  51k| 129k|5337 | 0.000000e+00 | 2.000000e+00 |    Inf 
1006.81/1006.83	o 1
1006.81/1006.83	c *1007s|113934 |   407 |  4979k|  43.7 |  48M|  87 |   - |5645 |  21k|5645 |2754 |  51k| 134k|5424 | 0.000000e+00 | 1.000000e+00 |    Inf 
1034.91/1034.91	c  1035s|120000 |   409 |  5094k|  42.4 |  48M|  87 |  32 |5645 |  20k|5645 |2753 |  51k| 142k|5470 | 0.000000e+00 | 1.000000e+00 |    Inf 
1080.92/1080.95	c  1081s|130000 |   372 |  5271k|  40.5 |  47M|  87 |  40 |5645 |  18k|5645 |2753 |  51k| 156k|5687 | 0.000000e+00 | 1.000000e+00 |    Inf 
1128.22/1128.25	c  1128s|140000 |   360 |  5468k|  39.1 |  48M|  87 |  44 |5645 |  20k|5645 |2753 |  51k| 169k|5849 | 0.000000e+00 | 1.000000e+00 |    Inf 
1177.73/1177.70	c  1178s|150000 |   387 |  5660k|  37.7 |  49M|  87 |   - |5645 |  22k|   0 |   0 |  51k| 181k|5977 | 0.000000e+00 | 1.000000e+00 |    Inf 
1225.82/1225.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1225.82/1225.85	c  1226s|160000 |   365 |  5837k|  36.5 |  50M|  87 |   - |5645 |  24k|5645 |2753 |  51k| 195k|6081 | 0.000000e+00 | 1.000000e+00 |    Inf 
1276.73/1276.77	c  1277s|170000 |   353 |  6030k|  35.5 |  51M|  87 |   - |5645 |  26k|5645 |2753 |  51k| 208k|6233 | 0.000000e+00 | 1.000000e+00 |    Inf 
1325.92/1325.99	c  1326s|180000 |   362 |  6217k|  34.5 |  53M|  87 |  33 |5645 |  31k|5645 |2753 |  51k| 221k|6408 | 0.000000e+00 | 1.000000e+00 |    Inf 
1373.73/1373.73	c  1374s|190000 |   301 |  6397k|  33.7 |  50M|  87 |  26 |5645 |  25k|5645 |2744 |  51k| 233k|6528 | 0.000000e+00 | 1.000000e+00 |    Inf 
1421.73/1421.74	c  1422s|200000 |   281 |  6575k|  32.9 |  51M|  87 |  29 |5645 |  25k|5645 |2753 |  51k| 246k|6737 | 0.000000e+00 | 1.000000e+00 |    Inf 
1469.13/1469.15	c  1469s|210000 |   268 |  6761k|  32.2 |  53M|  87 |  22 |5645 |  31k|5645 |2753 |  51k| 260k|6849 | 0.000000e+00 | 1.000000e+00 |    Inf 
1516.03/1516.07	c  1516s|220000 |   258 |  6916k|  31.4 |  55M|  87 |   - |5645 |  35k|5645 |2753 |  51k| 273k|7005 | 0.000000e+00 | 1.000000e+00 |    Inf 
1568.64/1568.68	c  1569s|230000 |   206 |  7112k|  30.9 |  50M|  87 |  28 |5645 |  24k|5645 |2744 |  51k| 286k|7171 | 0.000000e+00 | 1.000000e+00 |    Inf 
1615.03/1615.09	c  1615s|240000 |   193 |  7297k|  30.4 |  51M|  87 |   - |5645 |  26k|5645 |2753 |  51k| 298k|7274 | 0.000000e+00 | 1.000000e+00 |    Inf 
1664.53/1664.54	c  1665s|250000 |   157 |  7488k|  30.0 |  50M|  87 |  22 |5645 |  26k|5645 |2753 |  51k| 311k|7397 | 0.000000e+00 | 1.000000e+00 |    Inf 
1712.53/1712.57	c  1713s|260000 |   101 |  7672k|  29.5 |  48M|  87 |  26 |5645 |  25k|5645 |2753 |  51k| 323k|7581 | 0.000000e+00 | 1.000000e+00 |    Inf 
1759.74/1759.76	c  1760s|270000 |   108 |  7857k|  29.1 |  51M|  87 |  51 |5645 |  32k|5645 |2753 |  51k| 336k|7655 | 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      : 278398
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (276 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-3447261-1307900483/watcher-3447261-1307900483 -o /tmp/evaluation-result-3447261-1307900483/solver-3447261-1307900483 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447261-1307900483.wbo -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 1.86 1.97 1.95 2/178 26745
/proc/meminfo: memFree=1786928/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=10296 CPUtime=0 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 1571 0 0 0 0 0 0 0 25 0 1 0 901646485 10543104 1524 33554432000 4194304 9128323 140736070194832 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26745/statm: 2574 1525 399 1205 0 1365 0

[startup+0.066611 s]
/proc/loadavg: 1.86 1.97 1.95 2/178 26745
/proc/meminfo: memFree=1786928/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=34704 CPUtime=0.06 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 7610 0 0 0 6 0 0 0 25 0 1 0 901646485 35536896 7304 33554432000 4194304 9128323 140736070194832 18446744073709551615 5266550 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 8676 7304 513 1205 0 7467 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 34704

[startup+0.100604 s]
/proc/loadavg: 1.86 1.97 1.95 2/178 26745
/proc/meminfo: memFree=1786928/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=35728 CPUtime=0.09 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 901646485 36585472 7644 33554432000 4194304 9128323 140736070194832 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.300573 s]
/proc/loadavg: 1.86 1.97 1.95 2/178 26745
/proc/meminfo: memFree=1786928/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=71824 CPUtime=0.29 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 17270 0 0 0 28 1 0 0 25 0 1 0 901646485 73547776 16865 33554432000 4194304 9128323 140736070194832 18446744073709551615 4338640 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 17956 16865 699 1205 0 16747 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71824

[startup+0.700501 s]
/proc/loadavg: 1.86 1.97 1.95 2/178 26745
/proc/meminfo: memFree=1786928/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=51468 CPUtime=0.69 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 20850 0 0 0 67 2 0 0 25 0 1 0 901646485 52703232 11726 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 12867 11726 718 1205 0 11658 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51468

[startup+1.50036 s]
/proc/loadavg: 1.87 1.97 1.95 3/179 26746
/proc/meminfo: memFree=1739948/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=55572 CPUtime=1.49 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 21845 0 0 0 146 3 0 0 25 0 1 0 901646485 56905728 12714 33554432000 4194304 9128323 140736070194832 18446744073709551615 4312115 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 13893 12714 711 1205 0 12684 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55572

[startup+3.10107 s]
/proc/loadavg: 1.87 1.97 1.95 3/179 26746
/proc/meminfo: memFree=1737516/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=57760 CPUtime=3.09 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 28534 0 0 0 303 6 0 0 25 0 1 0 901646485 59146240 13398 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 14440 13398 723 1205 0 13231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57760

[startup+6.3005 s]
/proc/loadavg: 1.87 1.97 1.95 3/179 26746
/proc/meminfo: memFree=1734916/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=60280 CPUtime=6.3 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 28943 0 0 0 617 13 0 0 25 0 1 0 901646485 61726720 13807 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 15070 13807 724 1205 0 13861 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 60280

[startup+12.7004 s]
/proc/loadavg: 1.89 1.97 1.95 3/179 26746
/proc/meminfo: memFree=1734648/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=60280 CPUtime=12.69 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 28961 0 0 0 1240 29 0 0 25 0 1 0 901646485 61726720 13825 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 15070 13825 724 1205 0 13861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60280

[startup+25.5011 s]
/proc/loadavg: 1.91 1.97 1.95 4/179 26747
/proc/meminfo: memFree=1723124/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=73168 CPUtime=25.49 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 37929 0 0 0 2494 55 0 0 25 0 1 0 901646485 74924032 16940 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 18292 16940 737 1205 0 17083 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73168

[startup+51.1005 s]
/proc/loadavg: 1.94 1.97 1.95 3/179 26747
/proc/meminfo: memFree=1718944/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=76288 CPUtime=51.09 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 46996 0 0 0 4996 113 0 0 25 0 1 0 901646485 78118912 17841 33554432000 4194304 9128323 140736070194832 18446744073709551615 6713568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 19072 17841 737 1205 0 17863 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76288

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.95 3/179 26749
/proc/meminfo: memFree=1713332/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=82104 CPUtime=102.3 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 54576 0 0 0 9995 235 0 0 25 0 1 0 901646485 84074496 19275 33554432000 4194304 9128323 140736070194832 18446744073709551615 5089469 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 20526 19275 737 1205 0 19317 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 82104

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/179 26750
/proc/meminfo: memFree=1705340/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=89896 CPUtime=162.3 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 62646 0 0 0 15849 381 0 0 25 0 1 0 901646485 92053504 21307 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 22474 21307 737 1205 0 21265 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 89896

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/179 26752
/proc/meminfo: memFree=1701680/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=92812 CPUtime=222.3 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 81537 0 0 0 21706 524 0 0 25 0 1 0 901646485 95039488 21957 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 23203 21957 737 1205 0 21994 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 92812

[startup+282.3 s]
/proc/loadavg: 2.06 1.99 1.96 3/179 26754
/proc/meminfo: memFree=1693924/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=100120 CPUtime=282.3 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 101416 0 0 0 27577 653 0 0 25 0 1 0 901646485 102522880 23835 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 25030 23835 737 1205 0 23821 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 100120

[startup+342.301 s]
/proc/loadavg: 2.02 1.99 1.96 3/179 26755
/proc/meminfo: memFree=1688180/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=105680 CPUtime=342.3 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 108733 0 0 0 33447 783 0 0 25 0 1 0 901646485 108216320 25242 33554432000 4194304 9128323 140736070194832 18446744073709551615 7205376 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 26420 25242 737 1205 0 25211 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 105680

[startup+402.301 s]
/proc/loadavg: 2.01 1.99 1.96 3/179 26757
/proc/meminfo: memFree=1683304/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=110780 CPUtime=402.3 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 109999 0 0 0 39310 920 0 0 25 0 1 0 901646485 113438720 26508 33554432000 4194304 9128323 140736070194832 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 27695 26508 737 1205 0 26486 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 110780

[startup+462.3 s]
/proc/loadavg: 2.08 2.00 1.96 3/179 26758
/proc/meminfo: memFree=1673712/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=120280 CPUtime=462.3 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 125099 0 0 0 45179 1051 0 0 25 0 1 0 901646485 123166720 28928 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 30070 28928 737 1205 0 28861 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 120280

[startup+522.301 s]
/proc/loadavg: 2.03 2.00 1.96 3/179 26760
/proc/meminfo: memFree=1618364/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=142364 CPUtime=522.31 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 132320 0 0 0 51046 1185 0 0 25 0 1 0 901646485 145780736 34476 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 35591 34476 737 1205 0 34382 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 142364

[startup+582.301 s]
/proc/loadavg: 2.08 2.03 1.97 3/179 26762
/proc/meminfo: memFree=1608140/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=153676 CPUtime=582.31 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 149098 0 0 0 56958 1273 0 0 25 0 1 0 901646485 157364224 37256 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 38419 37256 737 1205 0 37210 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 153676

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.01 2.03 1.99 3/179 26768
/proc/meminfo: memFree=1577152/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=183708 CPUtime=822.32 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 231860 0 0 0 80660 1572 0 0 25 0 1 0 901646485 188116992 44755 33554432000 4194304 9128323 140736070194832 18446744073709551615 4528583 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 45927 44755 752 1205 0 44718 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 183708

[startup+882.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 26770
/proc/meminfo: memFree=1573872/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=184236 CPUtime=882.31 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 273815 0 0 0 86574 1657 0 0 25 0 1 0 901646485 188657664 44900 33554432000 4194304 9128323 140736070194832 18446744073709551615 7343089 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 46059 44900 752 1205 0 44850 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 184236

[startup+942.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 26771
/proc/meminfo: memFree=1572444/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=186012 CPUtime=942.32 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 298012 0 0 0 92488 1744 0 0 25 0 1 0 901646485 190476288 45317 33554432000 4194304 9128323 140736070194832 18446744073709551615 7205179 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 46503 45317 752 1205 0 45294 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 186012

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 26773
/proc/meminfo: memFree=1571900/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=186612 CPUtime=1002.32 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 300549 0 0 0 98405 1827 0 0 25 0 1 0 901646485 191090688 45472 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 46653 45472 752 1205 0 45444 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 186612

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 26774
/proc/meminfo: memFree=1571104/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=187044 CPUtime=1062.32 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 319639 0 0 0 104313 1919 0 0 25 0 1 0 901646485 191533056 45611 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 46761 45611 752 1205 0 45552 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 187044

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26776
/proc/meminfo: memFree=1570800/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=187504 CPUtime=1122.32 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 322091 0 0 0 110225 2007 0 0 25 0 1 0 901646485 192004096 45704 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 46876 45704 752 1205 0 45667 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 187504

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26787
/proc/meminfo: memFree=1569244/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=188128 CPUtime=1182.32 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 328140 0 0 0 116141 2091 0 0 25 0 1 0 901646485 192643072 45884 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 47032 45884 752 1205 0 45823 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 188128

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26788
/proc/meminfo: memFree=1567696/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=189888 CPUtime=1242.33 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 328574 0 0 0 122062 2171 0 0 25 0 1 0 901646485 194445312 46318 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 47472 46318 752 1205 0 46263 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 189888

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26790
/proc/meminfo: memFree=1566412/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=191236 CPUtime=1302.33 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 334625 0 0 0 127975 2258 0 0 25 0 1 0 901646485 195825664 46641 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 47809 46641 752 1205 0 46600 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 191236

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26791
/proc/meminfo: memFree=1563628/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=194144 CPUtime=1362.33 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 335353 0 0 0 133886 2347 0 0 25 0 1 0 901646485 198803456 47369 33554432000 4194304 9128323 140736070194832 18446744073709551615 7349652 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 48536 47369 752 1205 0 47327 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 194144

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 26835
/proc/meminfo: memFree=1688404/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=195052 CPUtime=1422.34 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 335498 0 0 0 139799 2435 0 0 25 0 1 0 901646485 199733248 47514 33554432000 4194304 9128323 140736070194832 18446744073709551615 4207474 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 48763 47514 752 1205 0 47554 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 195052

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 26837
/proc/meminfo: memFree=1686156/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=195524 CPUtime=1482.33 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 335668 0 0 0 145707 2526 0 0 25 0 1 0 901646485 200216576 47684 33554432000 4194304 9128323 140736070194832 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 48881 47684 752 1205 0 47672 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 195524

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 26838
/proc/meminfo: memFree=1677320/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=196668 CPUtime=1542.33 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 341683 0 0 0 151619 2614 0 0 25 0 1 0 901646485 201388032 48004 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 49167 48004 752 1205 0 47958 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 196668

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 26840
/proc/meminfo: memFree=1664492/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=196668 CPUtime=1602.34 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 341687 0 0 0 157522 2712 0 0 25 0 1 0 901646485 201388032 48008 33554432000 4194304 9128323 140736070194832 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 49167 48008 752 1205 0 47958 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 196668

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26841
/proc/meminfo: memFree=1650052/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=196668 CPUtime=1662.33 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 341689 0 0 0 163421 2812 0 0 25 0 1 0 901646485 201388032 48010 33554432000 4194304 9128323 140736070194832 18446744073709551615 6526549 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 49167 48010 752 1205 0 47958 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 196668

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26843
/proc/meminfo: memFree=1637952/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=196668 CPUtime=1722.34 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 341697 0 0 0 169330 2904 0 0 25 0 1 0 901646485 201388032 48018 33554432000 4194304 9128323 140736070194832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 49167 48018 752 1205 0 47958 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 196668

[startup+1782.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/179 26845
/proc/meminfo: memFree=1622276/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=196848 CPUtime=1782.34 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 341712 0 0 0 175235 2999 0 0 25 0 1 0 901646485 201572352 48033 33554432000 4194304 9128323 140736070194832 18446744073709551615 4553115 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26745/statm: 49212 48033 752 1205 0 48003 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 196848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.10 2.04 2.01 3/179 26845
/proc/meminfo: memFree=1615068/32951124 swapFree=67063272/67111528
[pid=26745] ppid=26743 vsize=196848 CPUtime=1800.05 cores=1,3,5,7
/proc/26745/stat : 26745 (scip-2.0.1.4.li) R 26743 26745 25773 0 -1 4202496 341712 0 0 0 176975 3030 0 0 25 0 1 0 901646485 201572352 48033 33554432000 4194304 9128323 140736070194832 18446744073709551615 4692912 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26745/statm: 49212 48033 752 1205 0 48003 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 196848

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.06
CPU user time (s): 1769.75
CPU system time (s): 30.3104
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 219276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.75
system time used= 30.3104
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341712
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2075

runsolver used 2.85857 second user time and 6.96894 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-12 19:41:23
IDJOB=3447261
IDBENCH=79257
IDSOLVER=1944
FILE ID=node132/3447261-1307900483
RUNJOBID= node132-1307898650-26060
PBS_JOBID= 13559574
Free space on /tmp= 13332 MiB

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

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

MD5SUM BENCH= 917ecf2b03be28c1e7bdced93c48bfdc
RANDOM SEED=856942485

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1787736 kB
Buffers:         57420 kB
Cached:       29927864 kB
SwapCached:       9516 kB
Active:       15562716 kB
Inactive:     14657720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1787736 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           12576 kB
Writeback:           0 kB
AnonPages:      233040 kB
Mapped:          12316 kB
Slab:           878736 kB
PageTables:       4832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   400060 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 13320 MiB
End job on node132 at 2011-06-12 20:11:25