Trace number 3447345

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.1900548667--soft-0-100-0.wbo
MD5SUMfe10d6822f5aa7d11d2a88b2406ba570
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 benchmark225.076
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 625
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-3447345-1307901079.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.04/0.05	o 137945
0.04/0.05	c feasible solution found by trivial heuristic, objective value  1.379450e+05
0.04/0.05	c presolving:
0.04/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.04/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.39/0.49	c   0.5s|     1 |     0 |   461 |     - |  18M|   0 |  40 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.59/0.65	c   0.7s|     1 |     0 |   525 |     - |  19M|   0 |  65 |5645 |8121 |5645 |2752 |  45 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.99/1.02	c   1.0s|     1 |     0 |   600 |     - |  19M|   0 |  66 |5645 |8121 |5645 |2762 |  55 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
1.39/1.44	c   1.4s|     1 |     0 |   645 |     - |  19M|   0 |  63 |5645 |8121 |5645 |2769 |  62 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
1.79/1.86	c   1.9s|     1 |     0 |   691 |     - |  19M|   0 |  67 |5645 |8121 |5645 |2776 |  69 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
2.29/2.31	c   2.3s|     1 |     0 |   709 |     - |  19M|   0 |  67 |5645 |8121 |5645 |2781 |  74 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
3.89/3.97	c   4.0s|     1 |     2 |   709 |     - |  20M|   0 |  67 |5645 |8121 |5645 |2781 |  74 |   0 |  33 | 0.000000e+00 | 1.379450e+05 |    Inf 
29.79/29.82	o 1232
29.79/29.82	c *29.8s|   422 |   414 | 71748 | 168.7 |  31M|  62 |   - |5645 |8121 |5645 |3015 |1226 |   0 | 677 | 0.000000e+00 | 1.232000e+03 |    Inf 
292.70/292.70	c   293s| 10000 |  9988 |  1710k| 171.0 |  57M|  83 |  21 |5645 |8195 |5645 |2760 |  26k|  74 |2365 | 0.000000e+00 | 1.232000e+03 |    Inf 
486.29/486.38	o 299
486.29/486.38	c * 486s| 15381 | 10842 |  2887k| 187.7 |  61M|  83 |   - |5645 |8217 |5645 |3082 |  48k|  98 |3346 | 0.000000e+00 | 2.990000e+02 |    Inf 
494.00/494.02	o 289
494.00/494.02	c * 494s| 15648 | 10348 |  2930k| 187.2 |  61M|  83 |   - |5645 |8350 |5645 |2760 |  49k| 231 |3385 | 0.000000e+00 | 2.890000e+02 |    Inf 
494.00/494.09	o 278
494.00/494.09	c * 494s| 15649 |  9706 |  2930k| 187.2 |  60M|  83 |   - |5645 |8350 |5645 |2762 |  49k| 231 |3385 | 0.000000e+00 | 2.780000e+02 |    Inf 
498.40/498.42	o 235
498.40/498.42	c * 498s| 15858 |  7224 |  2960k| 186.6 |  53M|  83 |   - |5645 |8445 |5645 |2846 |  49k| 326 |3395 | 0.000000e+00 | 2.350000e+02 |    Inf 
504.20/504.26	o 234
504.20/504.26	c g 504s| 16100 |  7313 |  2996k| 186.1 |  55M|  83 |   - |5645 |8586 |5645 |2760 |  49k| 471 |3396 | 0.000000e+00 | 2.340000e+02 |    Inf 
532.20/532.24	o 227
532.20/532.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
532.20/532.24	c * 532s| 17191 |  7487 |  3165k| 184.1 |  59M|  83 |   - |5645 |9153 |5645 |2757 |  52k|1110 |3518 | 0.000000e+00 | 2.270000e+02 |    Inf 
533.20/533.23	o 224
533.20/533.23	c * 533s| 17257 |  7283 |  3173k| 183.8 |  59M|  83 |   - |5645 |9189 |5645 |2754 |  52k|1147 |3518 | 0.000000e+00 | 2.240000e+02 |    Inf 
534.40/534.41	o 222
534.40/534.41	c * 534s| 17313 |  7126 |  3180k| 183.7 |  59M|  83 |   - |5645 |9220 |5645 |2751 |  52k|1181 |3528 | 0.000000e+00 | 2.220000e+02 |    Inf 
534.40/534.43	o 217
534.40/534.43	c * 534s| 17314 |  6946 |  3180k| 183.7 |  58M|  83 |   - |5645 |9220 |5645 |2753 |  52k|1181 |3528 | 0.000000e+00 | 2.170000e+02 |    Inf 
534.90/534.97	o 213
534.90/534.97	c * 535s| 17334 |  6784 |  3183k| 183.7 |  57M|  83 |   - |5645 |9228 |5645 |2753 |  52k|1190 |3538 | 0.000000e+00 | 2.130000e+02 |    Inf 
540.01/540.03	o 120
540.01/540.03	c * 540s| 17588 |  3899 |  3211k| 182.6 |  44M|  83 |   - |5645 |9341 |5645 |2832 |  52k|1306 |3575 | 0.000000e+00 | 1.200000e+02 |    Inf 
540.20/540.20	o 115
540.20/540.20	c * 540s| 17599 |  3808 |  3212k| 182.5 |  44M|  83 |   - |5645 |9344 |5645 |2776 |  52k|1310 |3575 | 0.000000e+00 | 1.150000e+02 |    Inf 
541.30/541.33	o 107
541.30/541.33	c * 541s| 17710 |  3747 |  3215k| 181.5 |  44M|  83 |   - |5645 |9404 |5645 |2755 |  52k|1373 |3586 | 0.000000e+00 | 1.070000e+02 |    Inf 
541.70/541.71	o 92
541.70/541.71	c * 542s| 17741 |  3588 |  3216k| 181.3 |  44M|  83 |   - |5645 |9418 |5645 |2763 |  52k|1388 |3588 | 0.000000e+00 | 9.200000e+01 |    Inf 
541.80/541.83	o 84
541.80/541.83	c * 542s| 17751 |  2306 |  3216k| 181.2 |  40M|  83 |   - |5645 |8936 |5645 |2755 |  52k|1393 |3588 | 0.000000e+00 | 8.400000e+01 |    Inf 
557.80/557.85	o 80
557.80/557.85	c * 558s| 19980 |  2545 |  3249k| 162.6 |  48M|  83 |   - |5645 |9158 |5645 |2745 |  53k|3158 |3672 | 0.000000e+00 | 8.000000e+01 |    Inf 
557.80/557.89	o 75
557.80/557.89	c * 558s| 19981 |  2372 |  3249k| 162.6 |  48M|  83 |   - |5645 |9158 |5645 |2759 |  53k|3158 |3672 | 0.000000e+00 | 7.500000e+01 |    Inf 
557.90/557.98	c   558s| 20000 |  2373 |  3249k| 162.4 |  47M|  83 |   - |5645 |8141 |   0 |   0 |  53k|3179 |3672 | 0.000000e+00 | 7.500000e+01 |    Inf 
569.00/569.08	o 71
569.00/569.08	c * 569s| 21435 |  2401 |  3271k| 152.6 |  54M|  83 |   - |5645 |8168 |5645 |2745 |  53k|4678 |3699 | 0.000000e+00 | 7.100000e+01 |    Inf 
604.80/604.85	o 64
604.80/604.85	c * 605s| 27054 |  2560 |  3331k| 123.1 |  61M| 117 |   - |5645 |8734 |5645 |2766 |  55k|  10k|3768 | 0.000000e+00 | 6.400000e+01 |    Inf 
611.10/611.10	o 60
611.10/611.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
611.10/611.10	c r 611s| 27942 |  2603 |  3340k| 119.5 |  62M| 117 |   1 |5645 |8558 |5645 |2755 |  55k|  11k|3784 | 0.000000e+00 | 6.000000e+01 |    Inf 
611.31/611.35	o 59
611.31/611.35	c * 611s| 27978 |  2599 |  3341k| 119.4 |  62M| 117 |   - |5645 |8251 |5645 |2759 |  55k|  11k|3784 | 0.000000e+00 | 5.900000e+01 |    Inf 
611.41/611.41	o 46
611.41/611.41	c * 611s| 27979 |  2449 |  3341k| 119.4 |  60M| 117 |   - |5645 |8250 |5645 |2768 |  55k|  11k|3784 | 0.000000e+00 | 4.600000e+01 |    Inf 
612.50/612.60	o 36
612.50/612.60	c * 613s| 28140 |  2155 |  3343k| 118.8 |  56M| 117 |   - |5645 |7170 |5645 |2787 |  55k|  12k|3792 | 0.000000e+00 | 3.600000e+01 |    Inf 
618.50/618.59	o 20
618.50/618.59	c * 619s| 28952 |  2093 |  3362k| 116.1 |  56M| 117 |   - |5645 |6080 |5645 |2746 |  55k|  13k|3827 | 0.000000e+00 | 2.000000e+01 |    Inf 
619.00/619.00	o 15
619.00/619.00	c * 619s| 29012 |  2022 |  3363k| 115.9 |  54M| 117 |   - |5645 |5303 |5645 |2754 |  56k|  13k|3832 | 0.000000e+00 | 1.500000e+01 |    Inf 
619.00/619.02	o 13
619.00/619.02	c * 619s| 29013 |  2012 |  3363k| 115.9 |  54M| 117 |   - |5645 |5303 |5645 |2750 |  56k|  13k|3832 | 0.000000e+00 | 1.300000e+01 |    Inf 
623.90/623.95	o 5
623.90/623.95	c * 624s| 29522 |  1757 |  3388k| 114.8 |  51M| 117 |   - |5645 |4300 |5645 |2754 |  56k|  14k|3851 | 0.000000e+00 | 5.000000e+00 |    Inf 
627.50/627.58	c   628s| 30000 |  1562 |  3409k| 113.6 |  50M| 117 |  31 |5645 |3880 |5645 |2750 |  56k|  15k|3853 | 0.000000e+00 | 5.000000e+00 |    Inf 
636.60/636.68	o 2
636.60/636.68	c * 637s| 31473 |  1156 |  3458k| 109.9 |  46M| 117 |   - |5645 |4459 |5645 |2751 |  56k|  17k|3854 | 0.000000e+00 | 2.000000e+00 |    Inf 
638.31/638.35	o 1
638.31/638.35	c * 638s| 31750 |  1063 |  3465k| 109.1 |  45M| 117 |   - |5645 |4036 |5645 |2751 |  56k|  17k|3867 | 0.000000e+00 | 1.000000e+00 |    Inf 
674.70/674.74	c   675s| 40000 |   672 |  3629k|  90.7 |  44M| 117 |   - |5645 |7786 |5645 |2750 |  56k|  28k|4010 | 0.000000e+00 | 1.000000e+00 |    Inf 
717.70/717.78	c   718s| 50000 |   591 |  3811k|  76.2 |  46M| 117 |   - |5645 |  12k|5645 |2753 |  56k|  41k|4194 | 0.000000e+00 | 1.000000e+00 |    Inf 
760.01/760.03	c   760s| 60000 |   652 |  3986k|  66.4 |  48M| 117 |  29 |5645 |  16k|5645 |2750 |  56k|  53k|4305 | 0.000000e+00 | 1.000000e+00 |    Inf 
803.50/803.53	c   804s| 70000 |   734 |  4159k|  59.4 |  52M| 117 |  15 |5645 |  22k|5645 |2750 |  56k|  67k|4426 | 0.000000e+00 | 1.000000e+00 |    Inf 
847.02/847.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
847.02/847.07	c   847s| 80000 |   691 |  4325k|  54.1 |  53M| 117 |  20 |5645 |  24k|5645 |2750 |  56k|  80k|4584 | 0.000000e+00 | 1.000000e+00 |    Inf 
891.20/891.24	c   891s| 90000 |   599 |  4493k|  49.9 |  51M| 117 |  19 |5645 |  22k|5645 |2750 |  56k|  93k|4711 | 0.000000e+00 | 1.000000e+00 |    Inf 
936.31/936.31	c   936s|100000 |   560 |  4672k|  46.7 |  52M| 117 |   - |5645 |  24k|5645 |2750 |  56k| 106k|4883 | 0.000000e+00 | 1.000000e+00 |    Inf 
984.61/984.68	c   985s|110000 |   558 |  4862k|  44.2 |  55M| 117 |   - |5645 |  29k|5645 |2750 |  56k| 121k|5065 | 0.000000e+00 | 1.000000e+00 |    Inf 
1030.72/1030.80	c  1031s|120000 |   501 |  5040k|  42.0 |  51M| 117 |  34 |5645 |  20k|5645 |2750 |  56k| 134k|5212 | 0.000000e+00 | 1.000000e+00 |    Inf 
1076.41/1076.46	c  1076s|130000 |   546 |  5223k|  40.2 |  53M| 117 |   - |5645 |  25k|   0 |   0 |  56k| 146k|5322 | 0.000000e+00 | 1.000000e+00 |    Inf 
1120.42/1120.40	c  1120s|140000 |   531 |  5390k|  38.5 |  54M| 117 |   - |5645 |  26k|5645 |2750 |  56k| 159k|5474 | 0.000000e+00 | 1.000000e+00 |    Inf 
1166.32/1166.32	c  1166s|150000 |   525 |  5567k|  37.1 |  56M| 117 |   - |5645 |  31k|5645 |2750 |  56k| 171k|5630 | 0.000000e+00 | 1.000000e+00 |    Inf 
1210.22/1210.22	c  1210s|160000 |   569 |  5731k|  35.8 |  59M| 117 |   - |5645 |  37k|5645 |2750 |  56k| 184k|5759 | 0.000000e+00 | 1.000000e+00 |    Inf 
1253.82/1253.87	c  1254s|170000 |   568 |  5881k|  34.6 |  61M| 117 |   - |5645 |  41k|   0 |   0 |  56k| 198k|5848 | 0.000000e+00 | 1.000000e+00 |    Inf 
1300.93/1300.96	c  1301s|180000 |   549 |  6048k|  33.6 |  62M| 117 |  14 |5645 |  43k|5645 |2750 |  56k| 212k|5935 | 0.000000e+00 | 1.000000e+00 |    Inf 
1349.12/1349.11	c  1349s|190000 |   521 |  6225k|  32.8 |  60M| 117 |   - |5645 |  41k|5645 |2750 |  56k| 225k|6051 | 0.000000e+00 | 1.000000e+00 |    Inf 
1397.92/1397.98	c  1398s|200000 |   521 |  6399k|  32.0 |  62M| 117 |  34 |5645 |  44k|5645 |2750 |  56k| 237k|6200 | 0.000000e+00 | 1.000000e+00 |    Inf 
1445.62/1445.61	c  1446s|210000 |   529 |  6562k|  31.2 |  63M| 117 |   - |5645 |  47k|   0 |   0 |  56k| 250k|6343 | 0.000000e+00 | 1.000000e+00 |    Inf 
1497.13/1497.12	c  1497s|220000 |   507 |  6746k|  30.7 |  60M| 117 |   - |5645 |  39k|5645 |2750 |  56k| 264k|6470 | 0.000000e+00 | 1.000000e+00 |    Inf 
1548.83/1548.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1548.83/1548.87	c  1549s|230000 |   500 |  6938k|  30.2 |  61M| 117 |   - |5645 |  41k|5645 |2750 |  56k| 278k|6593 | 0.000000e+00 | 1.000000e+00 |    Inf 
1600.33/1600.36	c  1600s|240000 |   456 |  7127k|  29.7 |  59M| 117 |   - |5645 |  37k|5645 |2750 |  56k| 291k|6746 | 0.000000e+00 | 1.000000e+00 |    Inf 
1646.23/1646.28	c  1646s|250000 |   451 |  7297k|  29.2 |  60M| 117 |   - |5645 |  39k|5645 |2750 |  56k| 304k|6873 | 0.000000e+00 | 1.000000e+00 |    Inf 
1695.13/1695.13	c  1695s|260000 |   421 |  7477k|  28.8 |  57M| 117 |   - |5645 |  31k|5645 |2744 |  56k| 317k|6989 | 0.000000e+00 | 1.000000e+00 |    Inf 
1743.53/1743.59	c  1744s|270000 |   393 |  7664k|  28.4 |  56M| 117 |  22 |5645 |  27k|5645 |2750 |  56k| 330k|7067 | 0.000000e+00 | 1.000000e+00 |    Inf 
1787.44/1787.48	c  1787s|280000 |   370 |  7827k|  28.0 |  58M| 117 |  26 |5645 |  33k|5645 |2744 |  56k| 343k|7195 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 282864
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (357 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447345-1307901079/watcher-3447345-1307901079 -o /var/tmp/evaluation-result-3447345-1307901079/solver-3447345-1307901079 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447345-1307901079.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.92 1.98 1.95 2/177 24701
/proc/meminfo: memFree=11078876/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=10296 CPUtime=0 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 1571 0 0 0 0 0 0 0 24 0 1 0 980338441 10543104 1525 33554432000 4194304 9128323 140735458838240 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24701/statm: 2574 1525 399 1205 0 1365 0

[startup+0.0470649 s]
/proc/loadavg: 1.92 1.98 1.95 2/177 24701
/proc/meminfo: memFree=11078876/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=30192 CPUtime=0.04 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 6297 0 0 0 4 0 0 0 24 0 1 0 980338441 30916608 6249 33554432000 4194304 9128323 140735458838240 18446744073709551615 6889432 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 7548 6249 474 1205 0 6339 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30192

[startup+0.101054 s]
/proc/loadavg: 1.92 1.98 1.95 2/177 24701
/proc/meminfo: memFree=11078876/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=35728 CPUtime=0.09 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 980338441 36585472 7644 33554432000 4194304 9128323 140735458838240 18446744073709551615 5973125 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.301028 s]
/proc/loadavg: 1.92 1.98 1.95 2/177 24701
/proc/meminfo: memFree=11078876/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=71824 CPUtime=0.29 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 17263 0 0 0 27 2 0 0 25 0 1 0 980338441 73547776 16860 33554432000 4194304 9128323 140735458838240 18446744073709551615 8012251 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 17956 16864 699 1205 0 16747 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71824

[startup+0.700943 s]
/proc/loadavg: 1.92 1.98 1.95 2/177 24701
/proc/meminfo: memFree=11078876/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=55604 CPUtime=0.69 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 21883 0 0 0 66 3 0 0 25 0 1 0 980338441 56938496 12759 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 13901 12759 717 1205 0 12692 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55604

[startup+1.50079 s]
/proc/loadavg: 1.92 1.98 1.95 3/178 24702
/proc/meminfo: memFree=11027680/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=57924 CPUtime=1.49 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 22443 0 0 0 145 4 0 0 25 0 1 0 980338441 59314176 13302 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 14481 13302 716 1205 0 13272 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57924

[startup+3.1005 s]
/proc/loadavg: 1.92 1.98 1.95 3/178 24702
/proc/meminfo: memFree=11026752/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=58428 CPUtime=3.09 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 28913 0 0 0 299 10 0 0 25 0 1 0 980338441 59830272 13497 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 14607 13497 730 1205 0 13398 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58428

[startup+6.30093 s]
/proc/loadavg: 1.93 1.98 1.95 3/178 24702
/proc/meminfo: memFree=11021320/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=61116 CPUtime=6.29 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 29479 0 0 0 608 21 0 0 25 0 1 0 980338441 62582784 14063 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 15279 14063 731 1205 0 14070 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61116

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.95 3/178 24702
/proc/meminfo: memFree=11017612/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=61116 CPUtime=12.69 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 29482 0 0 0 1222 47 0 0 25 0 1 0 980338441 62582784 14066 33554432000 4194304 9128323 140735458838240 18446744073709551615 7191101 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 15279 14066 731 1205 0 14070 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61116

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.95 3/178 24702
/proc/meminfo: memFree=11004396/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=68400 CPUtime=25.49 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 37174 0 0 0 2467 82 0 0 25 0 1 0 980338441 70041600 15829 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 17100 15829 732 1205 0 15891 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68400

[startup+51.1007 s]
/proc/loadavg: 1.96 1.98 1.95 3/178 24703
/proc/meminfo: memFree=10987444/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=76224 CPUtime=51.09 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 47410 0 0 0 4962 147 0 0 25 0 1 0 980338441 78053376 17753 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 19056 17753 739 1205 0 17847 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76224

[startup+102.306 s]
/proc/loadavg: 2.02 2.00 1.96 3/178 24704
/proc/meminfo: memFree=10971020/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=82032 CPUtime=102.3 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 54891 0 0 0 9923 307 0 0 25 0 1 0 980338441 84000768 19201 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 20508 19201 739 1205 0 19299 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 82032

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 24706
/proc/meminfo: memFree=10960084/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=88844 CPUtime=162.29 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 62676 0 0 0 15746 483 0 0 25 0 1 0 980338441 90976256 20936 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 22211 20936 739 1205 0 21002 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 88844

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24708
/proc/meminfo: memFree=10951168/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=94548 CPUtime=222.29 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 70127 0 0 0 21574 655 0 0 25 0 1 0 980338441 96817152 22350 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 23637 22350 742 1205 0 22428 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 94548

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24709
/proc/meminfo: memFree=10943640/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=100248 CPUtime=282.29 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 71555 0 0 0 27410 819 0 0 25 0 1 0 980338441 102653952 23778 33554432000 4194304 9128323 140735458838240 18446744073709551615 7366207 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 25062 23778 742 1205 0 23853 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 100248

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24711
/proc/meminfo: memFree=10935996/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=105552 CPUtime=342.29 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 72896 0 0 0 33233 996 0 0 25 0 1 0 980338441 108085248 25117 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 26388 25117 742 1205 0 25179 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 105552

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24712
/proc/meminfo: memFree=10928508/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=110192 CPUtime=402.29 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 80155 0 0 0 39068 1161 0 0 25 0 1 0 980338441 112836608 26291 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 27548 26291 742 1205 0 26339 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 110192

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24714
/proc/meminfo: memFree=10923328/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=114456 CPUtime=462.29 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 81224 0 0 0 44910 1319 0 0 25 0 1 0 980338441 117202944 27358 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 28614 27358 742 1205 0 27405 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 114456

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24716
/proc/meminfo: memFree=10906788/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=130028 CPUtime=522.29 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 109110 0 0 0 50738 1491 0 0 25 0 1 0 980338441 133148672 31297 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 32507 31297 742 1205 0 31298 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 130028

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24717
/proc/meminfo: memFree=10861944/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=173368 CPUtime=582.3 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 156899 0 0 0 56641 1589 0 0 25 0 1 0 980338441 177528832 42057 33554432000 4194304 9128323 140735458838240 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 43342 42057 751 1205 0 42133 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 173368

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24733
/proc/meminfo: memFree=10815704/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=209304 CPUtime=822.3 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 219485 0 0 0 80176 2054 0 0 25 0 1 0 980338441 214327296 51074 33554432000 4194304 9128323 140735458838240 18446744073709551615 6732490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 52326 51074 752 1205 0 51117 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 209304

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24734
/proc/meminfo: memFree=10812296/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=210712 CPUtime=882.31 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 222131 0 0 0 86060 2171 0 0 25 0 1 0 980338441 215769088 51419 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 52678 51419 752 1205 0 51469 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 210712

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24736
/proc/meminfo: memFree=10808396/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=212380 CPUtime=942.31 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 222543 0 0 0 91946 2285 0 0 25 0 1 0 980338441 217477120 51831 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 53095 51831 752 1205 0 51886 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 212380

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24737
/proc/meminfo: memFree=10803872/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=214412 CPUtime=1002.31 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 223078 0 0 0 97832 2399 0 0 25 0 1 0 980338441 219557888 52366 33554432000 4194304 9128323 140735458838240 18446744073709551615 6549345 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 53603 52366 752 1205 0 52394 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 214412

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24739
/proc/meminfo: memFree=10802196/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=215376 CPUtime=1062.31 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 223283 0 0 0 103713 2518 0 0 25 0 1 0 980338441 220545024 52571 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 53844 52571 752 1205 0 52635 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 215376

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24741
/proc/meminfo: memFree=10792780/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=215500 CPUtime=1122.31 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 225736 0 0 0 109602 2629 0 0 25 0 1 0 980338441 220672000 52643 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 53875 52643 752 1205 0 52666 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 215500

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24742
/proc/meminfo: memFree=10789264/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=217084 CPUtime=1182.31 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 226114 0 0 0 115490 2741 0 0 25 0 1 0 980338441 222294016 53021 33554432000 4194304 9128323 140735458838240 18446744073709551615 7162951 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 54271 53021 752 1205 0 53062 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 217084

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24744
/proc/meminfo: memFree=10781644/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=219588 CPUtime=1242.32 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 226766 0 0 0 121381 2851 0 0 25 0 1 0 980338441 224858112 53671 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 54897 53671 752 1205 0 53688 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 219588

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/178 24745
/proc/meminfo: memFree=10777976/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=221384 CPUtime=1302.32 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 227172 0 0 0 127275 2957 0 0 25 0 1 0 980338441 226697216 54077 33554432000 4194304 9128323 140735458838240 18446744073709551615 6578366 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 55346 54077 752 1205 0 54137 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 221384

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 24747
/proc/meminfo: memFree=10770988/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=222832 CPUtime=1362.32 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 227555 0 0 0 133163 3069 0 0 25 0 1 0 980338441 228179968 54460 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24701/statm: 55708 54460 752 1205 0 54499 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 222832

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24749
/proc/meminfo: memFree=10763992/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=223324 CPUtime=1422.33 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 227666 0 0 0 139059 3174 0 0 25 0 1 0 980338441 228683776 54571 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 55831 54571 752 1205 0 54622 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 223324

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24750
/proc/meminfo: memFree=10758868/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=225912 CPUtime=1482.32 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 228380 0 0 0 144951 3281 0 0 25 0 1 0 980338441 231333888 55285 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 56478 55285 752 1205 0 55269 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 225912

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24752
/proc/meminfo: memFree=10753476/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=227180 CPUtime=1542.33 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 228636 0 0 0 150841 3392 0 0 25 0 1 0 980338441 232632320 55541 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 56795 55541 752 1205 0 55586 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 227180

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24753
/proc/meminfo: memFree=10747700/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=227312 CPUtime=1602.32 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 235105 0 0 0 156727 3505 0 0 25 0 1 0 980338441 232767488 55599 33554432000 4194304 9128323 140735458838240 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 56828 55599 752 1205 0 55619 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 227312

[startup+1662.3 s]
/proc/loadavg: 1.93 1.98 1.96 3/178 24794
/proc/meminfo: memFree=10948456/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=227456 CPUtime=1662.33 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 235145 0 0 0 162619 3614 0 0 25 0 1 0 980338441 232914944 55639 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 56864 55639 752 1205 0 55655 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 227456

[startup+1722.3 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 24796
/proc/meminfo: memFree=10923436/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=227456 CPUtime=1722.33 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 235160 0 0 0 168513 3720 0 0 25 0 1 0 980338441 232914944 55654 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 56864 55654 752 1205 0 55655 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 227456

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.96 3/178 24835
/proc/meminfo: memFree=10948132/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=227456 CPUtime=1782.33 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 235160 0 0 0 174420 3813 0 0 25 0 1 0 980338441 232914944 55654 33554432000 4194304 9128323 140735458838240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24701/statm: 56864 55654 752 1205 0 55655 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 227456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.98 1.96 3/178 24836
/proc/meminfo: memFree=10947256/32951124 swapFree=67056304/67111528
[pid=24701] ppid=24699 vsize=227456 CPUtime=1800.03 cores=1,3,5,7
/proc/24701/stat : 24701 (scip-2.0.1.4.li) R 24699 24701 24181 0 -1 4202496 235163 0 0 0 176166 3837 0 0 25 0 1 0 980338441 232914944 55657 33554432000 4194304 9128323 140735458838240 18446744073709551615 4692805 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24701/statm: 56864 55657 752 1205 0 55655 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 227456

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): 1761.67
CPU system time (s): 38.3882
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 227456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1761.67
system time used= 38.3882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235163
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= 4
involuntary context switches= 3866

runsolver used 2.81657 second user time and 6.71898 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 19:51:19
IDJOB=3447345
IDBENCH=79297
IDSOLVER=1944
FILE ID=node110/3447345-1307901079
RUNJOBID= node110-1307897326-24331
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.1900548667--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-3447345-1307901079/watcher-3447345-1307901079 -o /var/tmp/evaluation-result-3447345-1307901079/solver-3447345-1307901079 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447345-1307901079.wbo -t 1800 -m 15500

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

MD5SUM BENCH= fe10d6822f5aa7d11d2a88b2406ba570
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:      11079436 kB
Buffers:         42740 kB
Cached:       20959488 kB
SwapCached:       9144 kB
Active:        5868336 kB
Inactive:     15289492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11079436 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           12260 kB
Writeback:           0 kB
AnonPages:      152840 kB
Mapped:          16240 kB
Slab:           649488 kB
PageTables:       4868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   346324 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:21:21