Trace number 3447329

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584106--soft-0-100-0.wbo
MD5SUMd3ccf217ec482c2d8ac120ae50401a4a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark114.135
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 737
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447329-1307900932.wbo>
0.02/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.02/0.02	c problem read
0.02/0.02	c presolving settings loaded
0.02/0.05	o 137945
0.02/0.05	c feasible solution found by trivial heuristic, objective value  1.379450e+05
0.02/0.05	c presolving:
0.02/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.02/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.379450e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |   592 |     - |  18M|   0 |  27 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.59/0.66	c   0.7s|     1 |     0 |   755 |     - |  18M|   0 |  44 |5645 |8121 |5645 |2782 |  75 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.89/0.91	c   0.9s|     1 |     0 |   806 |     - |  19M|   0 |  55 |5645 |8121 |5645 |2804 |  97 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
1.19/1.27	c   1.3s|     1 |     0 |   821 |     - |  19M|   0 |  58 |5645 |8121 |5645 |2810 | 103 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
1.59/1.66	c   1.7s|     1 |     0 |   860 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2813 | 106 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
1.99/2.07	c   2.1s|     1 |     0 |   900 |     - |  19M|   0 |  61 |5645 |8121 |5645 |2818 | 111 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
3.49/3.59	c   3.6s|     1 |     2 |   900 |     - |  19M|   0 |  61 |5645 |8121 |5645 |2818 | 111 |   0 |  35 | 0.000000e+00 | 1.379450e+05 |    Inf 
19.29/19.32	o 885
19.29/19.32	c r19.3s|   207 |   206 | 29652 | 139.6 |  24M|  41 |   1 |5645 |8121 |5645 |2875 | 390 |   0 |1462 | 0.000000e+00 | 8.850000e+02 |    Inf 
49.69/49.71	o 423
49.69/49.71	c *49.7s|  1066 |   901 |226293 | 211.6 |  32M|  69 |   - |5645 |8149 |5645 |2905 |3163 |  28 |1759 | 0.000000e+00 | 4.230000e+02 |    Inf 
61.39/61.48	o 232
61.39/61.48	c *61.5s|  1453 |   853 |299426 | 205.6 |  33M|  69 |   - |5645 |8209 |5645 |2958 |4259 |  88 |1780 | 0.000000e+00 | 2.320000e+02 |    Inf 
66.49/66.53	o 229
66.49/66.53	c *66.5s|  1659 |   958 |332581 | 200.0 |  34M|  69 |   - |5645 |8354 |5645 |2783 |4465 | 233 |1784 | 0.000000e+00 | 2.290000e+02 |    Inf 
71.90/71.93	o 228
71.90/71.93	c *71.9s|  1949 |  1134 |364499 | 186.7 |  35M|  69 |   - |5645 |8478 |5645 |2799 |4985 | 357 |1788 | 0.000000e+00 | 2.280000e+02 |    Inf 
71.90/71.94	o 225
71.90/71.94	c *71.9s|  1950 |  1119 |364503 | 186.6 |  35M|  69 |   - |5645 |8478 |5645 |2798 |4986 | 357 |1788 | 0.000000e+00 | 2.250000e+02 |    Inf 
73.60/73.70	o 221
73.60/73.70	c *73.7s|  2069 |  1181 |375843 | 181.3 |  36M|  69 |   - |5645 |8517 |5645 |2810 |5063 | 396 |1792 | 0.000000e+00 | 2.210000e+02 |    Inf 
75.59/75.69	o 170
75.59/75.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.59/75.69	c *75.7s|  2157 |  1044 |388080 | 179.6 |  35M|  69 |   - |5645 |8540 |5645 |2863 |5233 | 419 |1793 | 0.000000e+00 | 1.700000e+02 |    Inf 
77.30/77.33	o 108
77.30/77.33	c *77.3s|  2244 |   888 |395702 | 176.0 |  34M|  69 |   - |5645 |8593 |5645 |2865 |5388 | 472 |1796 | 0.000000e+00 | 1.080000e+02 |    Inf 
79.29/79.31	o 104
79.29/79.31	c *79.3s|  2450 |   964 |400887 | 163.3 |  36M|  69 |   - |5645 |8746 |5645 |2781 |5398 | 625 |1798 | 0.000000e+00 | 1.040000e+02 |    Inf 
79.39/79.42	o 103
79.39/79.42	c *79.4s|  2457 |   964 |401222 | 163.0 |  36M|  69 |   - |5645 |8750 |5645 |2784 |5403 | 629 |1799 | 0.000000e+00 | 1.030000e+02 |    Inf 
79.39/79.43	o 97
79.39/79.43	c *79.4s|  2458 |   895 |401225 | 162.9 |  36M|  69 |   - |5645 |8750 |5645 |2783 |5404 | 629 |1799 | 0.000000e+00 | 9.700000e+01 |    Inf 
79.69/79.80	o 89
79.69/79.80	c *79.8s|  2481 |   846 |402300 | 161.9 |  35M|  69 |   - |5645 |8524 |5645 |2815 |5411 | 649 |1799 | 0.000000e+00 | 8.900000e+01 |    Inf 
82.09/82.12	o 84
82.09/82.12	c *82.1s|  2707 |   639 |407021 | 150.1 |  35M|  69 |   - |5645 |8239 |5645 |2808 |5432 | 819 |1802 | 0.000000e+00 | 8.400000e+01 |    Inf 
90.39/90.42	o 81
90.39/90.42	c p90.4s|  4086 |   843 |420440 | 102.7 |  40M|  69 |   - |5645 |8954 |5645 |2808 |5590 |1911 |1807 | 0.000000e+00 | 8.100000e+01 |    Inf 
128.39/128.42	c   128s| 10000 |  1262 |473804 |  47.3 |  50M| 102 |   - |5645 |8823 |   0 |   0 |6299 |6864 |1948 | 0.000000e+00 | 8.100000e+01 |    Inf 
131.40/131.45	o 48
131.40/131.45	c * 131s| 10368 |  1068 |477945 |  46.0 |  49M| 102 |   - |5645 |8832 |5645 |2807 |6359 |7225 |1969 | 0.000000e+00 | 4.800000e+01 |    Inf 
169.30/169.31	o 46
169.30/169.31	c * 169s| 17390 |  1272 |526392 |  30.2 |  58M| 102 |   - |5645 |  10k|5645 |2808 |6774 |  15k|2104 | 0.000000e+00 | 4.600000e+01 |    Inf 
169.40/169.42	o 41
169.40/169.42	c * 169s| 17401 |  1222 |526482 |  30.2 |  57M| 102 |   - |5645 |  10k|5645 |2810 |6776 |  15k|2104 | 0.000000e+00 | 4.100000e+01 |    Inf 
180.99/181.08	c   181s| 20000 |  1391 |540516 |  27.0 |  59M| 102 |   - |5645 |9643 |   0 |   0 |6869 |  18k|2114 | 0.000000e+00 | 4.100000e+01 |    Inf 
198.20/198.25	o 40
198.20/198.25	c * 198s| 23548 |  1513 |562096 |  23.8 |  62M| 102 |   - |5645 |9675 |5645 |2808 |7005 |  22k|2190 | 0.000000e+00 | 4.000000e+01 |    Inf 
203.20/203.20	o 34
203.20/203.20	c * 203s| 24456 |  1532 |569195 |  23.2 |  62M| 102 |   - |5645 |8795 |5645 |2808 |7030 |  24k|2197 | 0.000000e+00 | 3.400000e+01 |    Inf 
203.20/203.28	o 30
203.20/203.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
203.20/203.28	c * 203s| 24460 |  1506 |569255 |  23.2 |  61M| 102 |   - |5645 |8431 |5645 |2808 |7030 |  24k|2197 | 0.000000e+00 | 3.000000e+01 |    Inf 
229.60/229.60	c   230s| 30000 |  1520 |613526 |  20.4 |  63M| 102 |   4 |5645 |8240 |5645 |2779 |7190 |  30k|2271 | 0.000000e+00 | 3.000000e+01 |    Inf 
235.00/235.02	o 24
235.00/235.02	c * 235s| 31282 |  1508 |622827 |  19.9 |  62M| 102 |   - |5645 |8670 |5645 |2809 |7216 |  32k|2272 | 0.000000e+00 | 2.400000e+01 |    Inf 
235.00/235.08	o 18
235.00/235.08	c * 235s| 31292 |  1436 |622888 |  19.9 |  60M| 102 |   - |5645 |8298 |5645 |2811 |7218 |  32k|2272 | 0.000000e+00 | 1.800000e+01 |    Inf 
247.30/247.37	o 15
247.30/247.37	c * 247s| 33459 |  1292 |650078 |  19.4 |  58M| 102 |   - |5645 |6583 |5645 |2811 |7246 |  35k|2370 | 0.000000e+00 | 1.500000e+01 |    Inf 
285.60/285.61	c   286s| 40000 |  1312 |759413 |  19.0 |  60M| 102 |  25 |5645 |6971 |5645 |2808 |7286 |  42k|2578 | 0.000000e+00 | 1.500000e+01 |    Inf 
327.91/327.95	o 14
327.91/327.95	c * 328s| 47996 |  1390 |879796 |  18.3 |  62M| 102 |   - |5645 |9437 |5645 |2779 |7351 |  51k|2810 | 0.000000e+00 | 1.400000e+01 |    Inf 
340.20/340.22	c   340s| 50000 |  1379 |920189 |  18.4 |  61M| 102 |  21 |5645 |8065 |5645 |2808 |7363 |  53k|2856 | 0.000000e+00 | 1.400000e+01 |    Inf 
385.21/385.26	o 11
385.21/385.26	c * 385s| 58807 |  1339 |  1053k|  17.9 |  61M| 102 |   - |5645 |  10k|5645 |2809 |7429 |  63k|3102 | 0.000000e+00 | 1.100000e+01 |    Inf 
392.41/392.48	c   392s| 60000 |  1337 |  1076k|  17.9 |  61M| 102 |   - |5645 |8931 |   0 |   0 |7431 |  65k|3164 | 0.000000e+00 | 1.100000e+01 |    Inf 
403.11/403.18	o 9
403.11/403.18	c * 403s| 61770 |  1253 |  1112k|  18.0 |  59M| 102 |   - |5645 |8676 |5645 |2808 |7445 |  66k|3219 | 0.000000e+00 | 9.000000e+00 |    Inf 
449.31/449.36	c   449s| 70000 |  1268 |  1281k|  18.3 |  60M| 102 |  26 |5645 |8807 |5645 |2779 |7461 |  74k|3530 | 0.000000e+00 | 9.000000e+00 |    Inf 
508.40/508.40	c   508s| 80000 |  1400 |  1494k|  18.7 |  63M| 102 |  29 |5645 |  10k|5645 |2779 |7467 |  84k|3820 | 0.000000e+00 | 9.000000e+00 |    Inf 
563.41/563.46	o 8
563.41/563.46	c * 563s| 89466 |  1185 |  1686k|  18.8 |  59M| 102 |   - |5645 |9815 |5645 |2779 |7477 |  94k|4139 | 0.000000e+00 | 8.000000e+00 |    Inf 
565.81/565.85	c   566s| 90000 |  1190 |  1695k|  18.8 |  59M| 102 |   - |5645 |9430 |5645 |2779 |7477 |  95k|4148 | 0.000000e+00 | 8.000000e+00 |    Inf 
618.41/618.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
618.41/618.47	c   618s|100000 |  1112 |  1895k|  18.9 |  58M| 102 |  21 |5645 |7947 |5645 |2808 |7504 | 108k|4473 | 0.000000e+00 | 8.000000e+00 |    Inf 
665.71/665.76	o 7
665.71/665.76	c * 666s|109086 |  1086 |  2084k|  19.1 |  58M| 102 |   - |5645 |  10k|5645 |2810 |7511 | 120k|4703 | 0.000000e+00 | 7.000000e+00 |    Inf 
671.11/671.10	c   671s|110000 |  1091 |  2103k|  19.1 |  58M| 102 |   - |5645 |  10k|   0 |   0 |7511 | 121k|4751 | 0.000000e+00 | 7.000000e+00 |    Inf 
722.41/722.49	c   722s|120000 |  1180 |  2303k|  19.2 |  61M| 102 |  39 |5645 |  13k|5645 |2808 |7512 | 134k|4979 | 0.000000e+00 | 7.000000e+00 |    Inf 
774.51/774.50	c   775s|130000 |  1202 |  2504k|  19.3 |  63M| 102 |   - |5645 |  15k|5645 |2808 |7512 | 147k|5262 | 0.000000e+00 | 7.000000e+00 |    Inf 
827.52/827.52	c   828s|140000 |  1296 |  2710k|  19.4 |  65M| 102 |  14 |5645 |  15k|5645 |2808 |7513 | 160k|5485 | 0.000000e+00 | 7.000000e+00 |    Inf 
877.22/877.24	c   877s|150000 |  1497 |  2891k|  19.3 |  69M| 102 |   - |5645 |  16k|   0 |   0 |7521 | 174k|5739 | 0.000000e+00 | 7.000000e+00 |    Inf 
928.82/928.84	c   929s|160000 |  1599 |  3084k|  19.3 |  70M| 102 |  21 |5645 |  14k|5645 |2808 |7522 | 188k|6016 | 0.000000e+00 | 7.000000e+00 |    Inf 
976.62/976.65	c   977s|170000 |  1695 |  3259k|  19.2 |  71M| 102 |   - |5645 |  12k|5645 |2808 |7524 | 201k|6270 | 0.000000e+00 | 7.000000e+00 |    Inf 
1022.93/1022.91	c  1023s|180000 |  1770 |  3427k|  19.0 |  72M| 102 |   - |5645 |  10k|   0 |   0 |7536 | 215k|6446 | 0.000000e+00 | 7.000000e+00 |    Inf 
1071.92/1071.92	c  1072s|190000 |  1806 |  3613k|  19.0 |  73M| 102 |   - |5645 |9214 |5645 |2779 |7543 | 227k|6604 | 0.000000e+00 | 7.000000e+00 |    Inf 
1122.72/1122.79	c  1123s|200000 |  1914 |  3807k|  19.0 |  75M| 102 |   - |5645 |9456 |5645 |2779 |7546 | 240k|6758 | 0.000000e+00 | 7.000000e+00 |    Inf 
1172.73/1172.78	c  1173s|210000 |  1969 |  3998k|  19.0 |  77M| 102 |   - |5645 |  10k|5645 |2808 |7553 | 253k|6942 | 0.000000e+00 | 7.000000e+00 |    Inf 
1224.82/1224.81	c  1225s|220000 |  2051 |  4203k|  19.1 |  78M| 102 |   - |5645 |8177 |5645 |2808 |7555 | 265k|7146 | 0.000000e+00 | 7.000000e+00 |    Inf 
1274.23/1274.27	c  1274s|230000 |  2382 |  4394k|  19.1 |  85M| 102 |  34 |5645 |  13k|5645 |2808 |7555 | 278k|7311 | 0.000000e+00 | 7.000000e+00 |    Inf 
1326.03/1326.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1326.03/1326.03	c  1326s|240000 |  2472 |  4595k|  19.1 |  86M| 102 |   - |5645 |  13k|5645 |2808 |7556 | 290k|7471 | 0.000000e+00 | 7.000000e+00 |    Inf 
1376.43/1376.47	c  1376s|250000 |  2554 |  4783k|  19.1 |  89M| 102 |  36 |5645 |  14k|5645 |2779 |7559 | 301k|7643 | 0.000000e+00 | 7.000000e+00 |    Inf 
1427.63/1427.62	c  1428s|260000 |  2631 |  4972k|  19.1 |  91M| 102 |  18 |5645 |  13k|5645 |2779 |7560 | 315k|7801 | 0.000000e+00 | 7.000000e+00 |    Inf 
1477.63/1477.63	c  1478s|270000 |  2794 |  5155k|  19.1 |  95M| 102 |   - |5645 |  16k|5645 |2779 |7573 | 328k|7963 | 0.000000e+00 | 7.000000e+00 |    Inf 
1531.53/1531.54	c  1532s|280000 |  3001 |  5353k|  19.1 | 100M| 102 |  35 |5645 |  19k|5645 |2779 |7587 | 341k|8077 | 0.000000e+00 | 7.000000e+00 |    Inf 
1586.44/1586.45	c  1586s|290000 |  3161 |  5552k|  19.1 | 103M| 102 |   - |5645 |  19k|5645 |2779 |7594 | 355k|8186 | 0.000000e+00 | 7.000000e+00 |    Inf 
1639.74/1639.70	c  1640s|300000 |  3296 |  5752k|  19.2 | 104M| 102 |  28 |5645 |  16k|5645 |2779 |7597 | 368k|8353 | 0.000000e+00 | 7.000000e+00 |    Inf 
1690.04/1690.09	c  1690s|310000 |  3453 |  5937k|  19.1 | 108M| 102 |   - |5645 |  19k|   0 |   0 |7609 | 381k|8454 | 0.000000e+00 | 7.000000e+00 |    Inf 
1738.84/1738.82	c  1739s|320000 |  3588 |  6102k|  19.1 | 112M| 102 |  39 |5645 |  23k|5645 |2808 |7614 | 395k|8588 | 0.000000e+00 | 7.000000e+00 |    Inf 
1787.74/1787.76	c  1788s|330000 |  3727 |  6263k|  19.0 | 115M| 102 |   - |5645 |  24k|5645 |2808 |7632 | 408k|8779 | 0.000000e+00 | 7.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 332491
1800.05/1800.00	c Primal Bound       : +7.00000000000000e+00 (625 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447329-1307900932/watcher-3447329-1307900932 -o /var/tmp/evaluation-result-3447329-1307900932/solver-3447329-1307900932 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447329-1307900932.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: 2.00 2.00 1.96 2/177 24658
/proc/meminfo: memFree=10784040/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=10292 CPUtime=0 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 1562 0 0 0 0 0 0 0 25 0 1 0 980323779 10539008 1516 33554432000 4194304 9128323 140734485401984 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24658/statm: 2573 1516 399 1205 0 1364 0

[startup+0.0265701 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 24658
/proc/meminfo: memFree=10784040/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=15388 CPUtime=0.02 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 2682 0 0 0 2 0 0 0 25 0 1 0 980323779 15757312 2635 33554432000 4194304 9128323 140734485401984 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 3847 2655 431 1205 0 2638 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15388

[startup+0.100585 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 24658
/proc/meminfo: memFree=10784040/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 980323779 36581376 7644 33554432000 4194304 9128323 140734485401984 18446744073709551615 5089511 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300549 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 24658
/proc/meminfo: memFree=10784040/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=71656 CPUtime=0.29 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 17248 0 0 0 28 1 0 0 25 0 1 0 980323779 73375744 16844 33554432000 4194304 9128323 140734485401984 18446744073709551615 4337012 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 17914 16844 699 1205 0 16705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71656

[startup+0.700478 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 24658
/proc/meminfo: memFree=10784040/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=52664 CPUtime=0.69 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 21238 0 0 0 67 2 0 0 25 0 1 0 980323779 53927936 12114 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 13166 12114 717 1205 0 11957 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52664

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24659
/proc/meminfo: memFree=10734576/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=62860 CPUtime=1.49 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 23558 0 0 0 146 3 0 0 25 0 1 0 980323779 64368640 14428 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 15715 14428 711 1205 0 14506 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62860

[startup+3.10103 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24659
/proc/meminfo: memFree=10710148/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=64896 CPUtime=3.09 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 30372 0 0 0 304 5 0 0 25 0 1 0 980323779 66453504 15041 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 16224 15041 739 1205 0 15015 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64896

[startup+6.30046 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24659
/proc/meminfo: memFree=10724416/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=67856 CPUtime=6.29 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 30952 0 0 0 622 7 0 0 25 0 1 0 980323779 69484544 15621 33554432000 4194304 9128323 140734485401984 18446744073709551615 7342922 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 16964 15621 740 1205 0 15755 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67856

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24659
/proc/meminfo: memFree=10724688/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=69884 CPUtime=12.69 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 31488 0 0 0 1257 12 0 0 25 0 1 0 980323779 71561216 16157 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 17471 16157 741 1205 0 16262 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69884

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24659
/proc/meminfo: memFree=10711048/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=79028 CPUtime=25.49 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 39607 0 0 0 2525 24 0 0 25 0 1 0 980323779 80924672 18404 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 19757 18404 750 1205 0 18548 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79028

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24660
/proc/meminfo: memFree=10707956/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=82556 CPUtime=51.09 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 48469 0 0 0 5062 47 0 0 25 0 1 0 980323779 84537344 19256 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 20639 19256 751 1205 0 19430 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82556

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24662
/proc/meminfo: memFree=10667768/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=111444 CPUtime=102.3 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 88522 0 0 0 10152 78 0 0 25 0 1 0 980323779 114118656 26508 33554432000 4194304 9128323 140734485401984 18446744073709551615 7192234 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 27861 26508 751 1205 0 26652 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111444

[startup+162.301 s]
/proc/loadavg: 1.94 1.98 1.95 3/178 24702
/proc/meminfo: memFree=11016804/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=152056 CPUtime=162.29 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 129027 0 0 0 16131 98 0 0 25 0 1 0 980323779 155705344 36657 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 38014 36657 751 1205 0 36805 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 152056

[startup+222.301 s]
/proc/loadavg: 2.04 2.00 1.96 3/178 24704
/proc/meminfo: memFree=10977692/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=172732 CPUtime=222.3 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 170243 0 0 0 22111 119 0 0 25 0 1 0 980323779 176877568 41857 33554432000 4194304 9128323 140734485401984 18446744073709551615 4207151 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 43183 41857 752 1205 0 41974 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 172732

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 24705
/proc/meminfo: memFree=10964796/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=178856 CPUtime=282.3 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 215953 0 0 0 28083 147 0 0 25 0 1 0 980323779 183148544 43352 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 44714 43352 753 1205 0 43505 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 178856

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24707
/proc/meminfo: memFree=10956048/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=182768 CPUtime=342.3 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 243245 0 0 0 34052 178 0 0 25 0 1 0 980323779 187154432 44355 33554432000 4194304 9128323 140734485401984 18446744073709551615 4232530 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 45692 44355 753 1205 0 44483 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 182768

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24708
/proc/meminfo: memFree=10945028/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=185560 CPUtime=402.3 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 271586 0 0 0 40019 211 0 0 25 0 1 0 980323779 190013440 45038 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 46390 45038 753 1205 0 45181 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 185560

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24710
/proc/meminfo: memFree=10938892/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=187584 CPUtime=462.31 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 300180 0 0 0 45980 251 0 0 25 0 1 0 980323779 192086016 45536 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 46896 45536 753 1205 0 45687 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 187584

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24712
/proc/meminfo: memFree=10931252/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=190556 CPUtime=522.31 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 306778 0 0 0 51948 283 0 0 25 0 1 0 980323779 195129344 46289 33554432000 4194304 9128323 140734485401984 18446744073709551615 4242018 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 47639 46289 753 1205 0 46430 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 190556

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24713
/proc/meminfo: memFree=10924480/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=191396 CPUtime=582.31 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 333803 0 0 0 57911 320 0 0 25 0 1 0 980323779 195989504 46491 33554432000 4194304 9128323 140734485401984 18446744073709551615 7414736 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 47849 46491 753 1205 0 46640 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 191396

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 24729
/proc/meminfo: memFree=10831496/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=195112 CPUtime=822.32 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 386373 0 0 0 81763 469 0 0 25 0 1 0 980323779 199794688 47436 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 48778 47436 753 1205 0 47569 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 195112

[startup+882.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 24730
/proc/meminfo: memFree=10824600/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=200212 CPUtime=882.31 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 387621 0 0 0 87723 508 0 0 25 0 1 0 980323779 205017088 48684 33554432000 4194304 9128323 140734485401984 18446744073709551615 6712899 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 50053 48684 753 1205 0 48844 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 200212

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24732
/proc/meminfo: memFree=10817588/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=202584 CPUtime=942.31 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 393822 0 0 0 93688 543 0 0 25 0 1 0 980323779 207446016 49312 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 50646 49312 753 1205 0 49437 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 202584

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24734
/proc/meminfo: memFree=10814424/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=203380 CPUtime=1002.32 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 394001 0 0 0 99652 580 0 0 25 0 1 0 980323779 208261120 49491 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 50845 49491 753 1205 0 49636 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 203380

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24735
/proc/meminfo: memFree=10811144/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=205916 CPUtime=1062.32 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 394612 0 0 0 105620 612 0 0 25 0 1 0 980323779 210857984 50102 33554432000 4194304 9128323 140734485401984 18446744073709551615 5992478 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 51479 50102 753 1205 0 50270 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 205916

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24737
/proc/meminfo: memFree=10805764/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=208296 CPUtime=1122.32 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 395198 0 0 0 111586 646 0 0 25 0 1 0 980323779 213295104 50688 33554432000 4194304 9128323 140734485401984 18446744073709551615 5234847 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 52074 50688 753 1205 0 50865 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 208296

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24738
/proc/meminfo: memFree=10802956/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=210492 CPUtime=1182.32 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 401559 0 0 0 117548 684 0 0 25 0 1 0 980323779 215543808 51236 33554432000 4194304 9128323 140734485401984 18446744073709551615 6712601 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 52623 51236 753 1205 0 51414 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 210492

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24740
/proc/meminfo: memFree=10796424/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=216164 CPUtime=1242.33 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 402984 0 0 0 123514 719 0 0 25 0 1 0 980323779 221351936 52653 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 54041 52653 753 1205 0 52832 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 216164

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24742
/proc/meminfo: memFree=10790148/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=221156 CPUtime=1302.33 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 404253 0 0 0 129475 758 0 0 25 0 1 0 980323779 226463744 53921 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 55289 53921 753 1205 0 54080 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 221156

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24743
/proc/meminfo: memFree=10785512/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=224452 CPUtime=1362.33 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 405055 0 0 0 135437 796 0 0 25 0 1 0 980323779 229838848 54721 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 56113 54721 753 1205 0 54904 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 224452

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 1.97 3/178 24745
/proc/meminfo: memFree=10779884/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=227740 CPUtime=1422.34 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 405885 0 0 0 141407 827 0 0 25 0 1 0 980323779 233205760 55551 33554432000 4194304 9128323 140734485401984 18446744073709551615 7205408 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 56935 55551 753 1205 0 55726 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 227740

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 24746
/proc/meminfo: memFree=10776580/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=229484 CPUtime=1482.33 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 406306 0 0 0 147375 858 0 0 25 0 1 0 980323779 234991616 55972 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 57371 55972 753 1205 0 56162 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 229484

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 24748
/proc/meminfo: memFree=10766500/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=238576 CPUtime=1542.34 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 408542 0 0 0 153343 891 0 0 25 0 1 0 980323779 244301824 58190 33554432000 4194304 9128323 140734485401984 18446744073709551615 7077352 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 59644 58190 753 1205 0 58435 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 238576

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24749
/proc/meminfo: memFree=10761484/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=242044 CPUtime=1602.33 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 409431 0 0 0 159314 919 0 0 25 0 1 0 980323779 247853056 59059 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 60511 59059 753 1205 0 59302 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 242044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24751
/proc/meminfo: memFree=10754868/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=246168 CPUtime=1662.34 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 410490 0 0 0 165280 954 0 0 25 0 1 0 980323779 252076032 60118 33554432000 4194304 9128323 140734485401984 18446744073709551615 7311532 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 61542 60118 753 1205 0 60333 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 246168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24753
/proc/meminfo: memFree=10751464/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=249576 CPUtime=1722.34 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 417170 0 0 0 171248 986 0 0 25 0 1 0 980323779 255565824 60980 33554432000 4194304 9128323 140734485401984 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 62394 60980 753 1205 0 61185 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 249576

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24754
/proc/meminfo: memFree=10745692/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=255036 CPUtime=1782.35 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 418466 0 0 0 177218 1017 0 0 25 0 1 0 980323779 261156864 62276 33554432000 4194304 9128323 140734485401984 18446744073709551615 4337012 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24658/statm: 63759 62276 753 1205 0 62550 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 255036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24755
/proc/meminfo: memFree=10743192/32951124 swapFree=67056304/67111528
[pid=24658] ppid=24656 vsize=257484 CPUtime=1800.05 cores=0,2,4,6
/proc/24658/stat : 24658 (scip-2.0.1.4.li) R 24656 24658 24181 0 -1 4202496 419081 0 0 0 178978 1027 0 0 25 0 1 0 980323779 263663616 62891 33554432000 4194304 9128323 140734485401984 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24658/statm: 64371 62891 753 1205 0 63162 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 257484

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1789.79
CPU system time (s): 10.2814
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 257484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.79
system time used= 10.2814
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419081
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= 1657

runsolver used 2.76858 second user time and 5.52216 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 19:48:52
IDJOB=3447329
IDBENCH=79289
IDSOLVER=1944
FILE ID=node110/3447329-1307900932
RUNJOBID= node110-1307897326-24330
PBS_JOBID= 13559603
Free space on /var/tmp= 2872 MiB

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

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

MD5SUM BENCH= d3ccf217ec482c2d8ac120ae50401a4a
RANDOM SEED=455372328

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10784592 kB
Buffers:         42568 kB
Cached:       20960048 kB
SwapCached:       9144 kB
Active:        6162892 kB
Inactive:     15289272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10784592 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           12232 kB
Writeback:           0 kB
AnonPages:      447060 kB
Mapped:          16260 kB
Slab:           649196 kB
PageTables:       5924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   645368 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2860 MiB
End job on node110 at 2011-06-12 20:18:54