Trace number 3447325

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.1900561288--soft-0-100-0.wbo
MD5SUM6ba4b4283c00d7202a0c09683aff0663
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 benchmark224.237
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-3447325-1307900912.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.06	o 137945
0.00/0.06	c feasible solution found by trivial heuristic, objective value  1.379450e+05
0.00/0.06	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.07	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.12	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (3 rounds):
0.09/0.12	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.12	c  2707 implications, 0 cliques
0.09/0.12	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.12	c    2707 constraints of type <linear>
0.09/0.12	c    2707 constraints of type <indicator>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 2.0.1.4
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1800
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 13950
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # belongs reading time to solving time?
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c timing/reading = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.13	c 
0.09/0.17	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.17	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.54	c   0.5s|     1 |     0 |   441 |     - |  18M|   0 |  31 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |   559 |     - |  18M|   0 |  53 |5645 |8121 |5645 |2751 |  44 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.99/1.07	c   1.1s|     1 |     0 |   599 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2765 |  58 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
1.39/1.42	c   1.4s|     1 |     0 |   615 |     - |  19M|   0 |  56 |5645 |8121 |5645 |2771 |  64 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
1.79/1.81	c   1.8s|     1 |     0 |   635 |     - |  19M|   0 |  58 |5645 |8121 |5645 |2774 |  67 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
2.20/2.23	c   2.2s|     1 |     0 |   643 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2777 |  70 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
3.30/3.34	c   3.3s|     1 |     2 |   643 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2777 |  70 |   0 |  33 | 0.000000e+00 | 1.379450e+05 |    Inf 
22.89/22.95	o 1089
22.89/22.95	c *22.9s|   270 |   269 | 35169 | 128.3 |  26M|  65 |   - |5645 |8121 |5645 |2958 | 629 |   0 |1355 | 0.000000e+00 | 1.089000e+03 |    Inf 
144.79/144.84	o 454
144.79/144.84	c * 145s|  4810 |  4364 |719371 | 149.5 |  42M|  69 |   - |5645 |8136 |5645 |2769 |  11k|  15 |2247 | 0.000000e+00 | 4.540000e+02 |    Inf 
166.10/166.14	o 436
166.10/166.14	c c 166s|  5668 |  5081 |816953 | 144.0 |  46M|  69 |   - |5645 |8380 |5645 |2749 |  13k| 259 |2381 | 0.000000e+00 | 4.360000e+02 |    Inf 
338.50/338.51	c   339s| 10000 |  8822 |  1810k| 181.0 |  57M|  69 |  15 |5645 |9687 |5645 |2766 |  26k|1571 |3463 | 0.000000e+00 | 4.360000e+02 |    Inf 
375.40/375.47	o 403
375.40/375.47	c * 375s| 10845 |  9435 |  2023k| 186.5 |  59M|  69 |   - |5645 |9963 |5645 |2761 |  29k|1858 |3646 | 0.000000e+00 | 4.030000e+02 |    Inf 
384.90/384.90	o 388
384.90/384.90	c * 385s| 11119 |  9577 |  2075k| 186.7 |  60M|  69 |   - |5645 |  10k|5645 |2754 |  30k|1933 |3709 | 0.000000e+00 | 3.880000e+02 |    Inf 
437.81/437.86	o 381
437.81/437.86	c * 438s| 12364 | 10498 |  2370k| 191.7 |  63M|  69 |   - |5645 |  10k|5645 |2810 |  35k|2382 |4027 | 0.000000e+00 | 3.810000e+02 |    Inf 
473.30/473.35	o 371
473.30/473.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
473.30/473.35	c * 473s| 13227 | 11080 |  2564k| 193.8 |  65M|  69 |   - |5645 |  10k|5645 |2762 |  39k|2941 |4155 | 0.000000e+00 | 3.710000e+02 |    Inf 
530.50/530.55	o 342
530.50/530.55	c * 531s| 14582 | 11691 |  2844k| 195.1 |  66M|  81 |   - |5645 |  10k|5645 |2786 |  46k|3674 |4442 | 0.000000e+00 | 3.420000e+02 |    Inf 
530.80/530.88	o 280
530.80/530.88	c * 531s| 14591 | 10324 |  2845k| 195.0 |  61M|  81 |   - |5645 |  10k|5645 |2827 |  46k|3686 |4442 | 0.000000e+00 | 2.800000e+02 |    Inf 
531.30/531.40	o 264
531.30/531.40	c * 531s| 14611 |  9704 |  2849k| 195.0 |  60M|  81 |   - |5645 |  10k|5645 |2767 |  46k|3693 |4442 | 0.000000e+00 | 2.640000e+02 |    Inf 
533.61/533.64	o 262
533.61/533.64	c * 534s| 14675 |  9657 |  2862k| 195.0 |  60M|  81 |   - |5645 |  10k|5645 |2748 |  46k|3719 |4446 | 0.000000e+00 | 2.620000e+02 |    Inf 
544.00/544.03	o 244
544.00/544.03	c * 544s| 15153 |  8927 |  2912k| 192.1 |  59M|  85 |   - |5645 |  10k|5645 |2761 |  47k|4028 |4506 | 0.000000e+00 | 2.440000e+02 |    Inf 
547.70/547.73	o 223
547.70/547.73	c * 548s| 15289 |  8055 |  2926k| 191.4 |  57M|  85 |   - |5645 |  10k|5645 |2773 |  48k|4121 |4529 | 0.000000e+00 | 2.230000e+02 |    Inf 
549.40/549.45	o 204
549.40/549.45	c * 549s| 15389 |  7465 |  2931k| 190.5 |  55M|  85 |   - |5645 |  10k|5645 |2761 |  48k|4176 |4544 | 0.000000e+00 | 2.040000e+02 |    Inf 
549.51/549.54	o 175
549.51/549.54	c * 550s| 15390 |  6260 |  2931k| 190.5 |  51M|  85 |   - |5645 |  10k|5645 |2765 |  48k|4176 |4544 | 0.000000e+00 | 1.750000e+02 |    Inf 
550.81/550.86	o 169
550.81/550.86	c * 551s| 15450 |  6046 |  2938k| 190.1 |  51M|  85 |   - |5645 |  10k|5645 |2815 |  48k|4204 |4547 | 0.000000e+00 | 1.690000e+02 |    Inf 
550.91/550.97	o 168
550.91/550.97	c * 551s| 15453 |  6039 |  2938k| 190.1 |  51M|  85 |   - |5645 |  10k|5645 |2809 |  48k|4204 |4547 | 0.000000e+00 | 1.680000e+02 |    Inf 
551.11/551.16	o 111
551.11/551.16	c * 551s| 15458 |  4152 |  2938k| 190.1 |  45M|  85 |   - |5645 |  10k|5645 |2785 |  48k|4209 |4547 | 0.000000e+00 | 1.110000e+02 |    Inf 
551.41/551.42	o 85
551.41/551.42	c * 551s| 15472 |  3515 |  2939k| 189.9 |  43M|  85 |   - |5645 |9957 |5645 |2773 |  48k|4215 |4547 | 0.000000e+00 | 8.500000e+01 |    Inf 
551.71/551.79	o 84
551.71/551.79	c * 552s| 15521 |  1687 |  2939k| 189.3 |  38M|  85 |   - |5645 |8965 |5645 |2748 |  48k|4254 |4548 | 0.000000e+00 | 8.400000e+01 |    Inf 
563.10/563.15	o 72
563.10/563.15	c * 563s| 17224 |  1403 |  2953k| 171.4 |  40M|  93 |   - |5645 |9165 |5645 |2748 |  48k|6044 |4581 | 0.000000e+00 | 7.200000e+01 |    Inf 
565.81/565.88	o 62
565.81/565.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
565.81/565.88	c * 566s| 17625 |  1219 |  2956k| 167.7 |  40M|  93 |   - |5645 |8047 |5645 |2748 |  48k|6400 |4597 | 0.000000e+00 | 6.200000e+01 |    Inf 
566.11/566.11	o 54
566.11/566.11	c * 566s| 17652 |  1119 |  2957k| 167.5 |  40M|  93 |   - |5645 |7301 |5645 |2751 |  48k|6433 |4597 | 0.000000e+00 | 5.400000e+01 |    Inf 
567.81/567.80	o 41
567.81/567.80	c * 568s| 17909 |   942 |  2959k| 165.2 |  40M|  93 |   - |5645 |6897 |5645 |2756 |  48k|6728 |4604 | 0.000000e+00 | 4.100000e+01 |    Inf 
571.01/571.06	o 28
571.01/571.06	c * 571s| 18428 |   841 |  2965k| 160.9 |  40M|  93 |   - |5645 |6296 |5645 |2750 |  48k|7373 |4608 | 0.000000e+00 | 2.800000e+01 |    Inf 
571.11/571.13	o 21
571.11/571.13	c * 571s| 18432 |   830 |  2965k| 160.9 |  40M|  93 |   - |5645 |5565 |5645 |2743 |  48k|7376 |4608 | 0.000000e+00 | 2.100000e+01 |    Inf 
575.70/575.77	o 16
575.70/575.77	c * 576s| 19236 |   610 |  2978k| 154.8 |  38M|  93 |   - |5645 |5246 |5645 |2746 |  48k|8373 |4610 | 0.000000e+00 | 1.600000e+01 |    Inf 
575.70/575.78	o 15
575.70/575.78	c * 576s| 19237 |   609 |  2978k| 154.8 |  38M|  93 |   - |5645 |5246 |5645 |2746 |  48k|8373 |4610 | 0.000000e+00 | 1.500000e+01 |    Inf 
579.61/579.67	o 12
579.61/579.67	c * 580s| 19913 |   542 |  2989k| 150.1 |  37M|  93 |   - |5645 |4937 |5645 |2742 |  48k|9222 |4610 | 0.000000e+00 | 1.200000e+01 |    Inf 
580.01/580.10	c   580s| 20000 |   539 |  2991k| 149.5 |  37M|  93 |   - |5645 |4764 |   0 |   0 |  48k|9330 |4610 | 0.000000e+00 | 1.200000e+01 |    Inf 
582.40/582.42	o 11
582.40/582.42	c * 582s| 20432 |   495 |  2999k| 146.8 |  37M|  93 |   - |5645 |4824 |5645 |2741 |  48k|9856 |4611 | 0.000000e+00 | 1.100000e+01 |    Inf 
592.01/592.09	o 10
592.01/592.09	c * 592s| 22364 |   469 |  3031k| 135.5 |  37M|  93 |   - |5645 |5491 |5645 |2743 |  48k|  12k|4612 | 0.000000e+00 | 1.000000e+01 |    Inf 
593.71/593.76	o 6
593.71/593.76	c * 594s| 22742 |   471 |  3035k| 133.5 |  37M|  93 |   - |5645 |5769 |5645 |2744 |  49k|  12k|4622 | 0.000000e+00 | 6.000000e+00 |    Inf 
603.31/603.36	o 3
603.31/603.36	c * 603s| 25002 |   428 |  3065k| 122.6 |  37M|  93 |   - |5645 |6307 |5645 |2743 |  49k|  15k|4684 | 0.000000e+00 | 3.000000e+00 |    Inf 
626.11/626.19	c   626s| 30000 |   353 |  3151k| 105.0 |  37M|  93 |   - |5645 |7627 |5645 |2741 |  49k|  21k|4733 | 0.000000e+00 | 3.000000e+00 |    Inf 
630.91/630.96	o 2
630.91/630.96	c * 631s| 31040 |   348 |  3169k| 102.1 |  37M|  93 |   - |5645 |8181 |5645 |2744 |  49k|  23k|4748 | 0.000000e+00 | 2.000000e+00 |    Inf 
670.02/670.01	o 1
670.02/670.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
670.02/670.01	c * 670s| 39655 |   322 |  3312k|  83.5 |  38M|  93 |   - |5645 |  10k|5645 |2744 |  49k|  34k|4890 | 0.000000e+00 | 1.000000e+00 |    Inf 
671.31/671.36	c   671s| 40000 |   319 |  3317k|  82.9 |  38M|  93 |   - |5645 |  10k|5645 |2744 |  49k|  34k|4890 | 0.000000e+00 | 1.000000e+00 |    Inf 
718.81/718.88	c   719s| 50000 |   286 |  3496k|  69.9 |  39M|  93 |   - |5645 |  12k|   0 |   0 |  49k|  47k|5126 | 0.000000e+00 | 1.000000e+00 |    Inf 
764.01/764.09	c   764s| 60000 |   291 |  3656k|  60.9 |  42M|  93 |   - |5645 |  19k|   0 |   0 |  49k|  60k|5283 | 0.000000e+00 | 1.000000e+00 |    Inf 
813.22/813.25	c   813s| 70000 |   331 |  3822k|  54.6 |  46M|  93 |   - |5645 |  25k|   0 |   0 |  49k|  74k|5437 | 0.000000e+00 | 1.000000e+00 |    Inf 
860.22/860.23	c   860s| 80000 |   297 |  3972k|  49.6 |  46M|  93 |   - |5645 |  26k|   0 |   0 |  49k|  88k|5601 | 0.000000e+00 | 1.000000e+00 |    Inf 
909.42/909.48	c   909s| 90000 |   285 |  4129k|  45.9 |  46M|  93 |   - |5645 |  27k|   0 |   0 |  49k| 101k|5784 | 0.000000e+00 | 1.000000e+00 |    Inf 
958.72/958.72	c   959s|100000 |   260 |  4289k|  42.9 |  45M|  93 |  27 |5645 |  25k|5645 |2741 |  49k| 114k|5915 | 0.000000e+00 | 1.000000e+00 |    Inf 
1006.62/1006.61	c  1007s|110000 |   239 |  4450k|  40.5 |  46M|  93 |   - |5645 |  26k|   0 |   0 |  49k| 127k|6060 | 0.000000e+00 | 1.000000e+00 |    Inf 
1056.21/1056.28	c  1056s|120000 |   229 |  4619k|  38.5 |  46M|  93 |  31 |5645 |  27k|5645 |2744 |  49k| 140k|6227 | 0.000000e+00 | 1.000000e+00 |    Inf 
1107.52/1107.51	c  1108s|130000 |   221 |  4794k|  36.9 |  49M|  93 |  32 |5645 |  34k|5645 |2744 |  49k| 154k|6359 | 0.000000e+00 | 1.000000e+00 |    Inf 
1159.02/1159.06	c  1159s|140000 |   197 |  4962k|  35.4 |  45M|  93 |  30 |5645 |  25k|5645 |2744 |  49k| 167k|6570 | 0.000000e+00 | 1.000000e+00 |    Inf 
1206.42/1206.45	c  1206s|150000 |   183 |  5121k|  34.1 |  44M|  93 |  32 |5645 |  21k|5645 |2741 |  49k| 180k|6684 | 0.000000e+00 | 1.000000e+00 |    Inf 
1257.02/1257.06	c  1257s|160000 |   197 |  5307k|  33.2 |  46M|  93 |  29 |5645 |  25k|5645 |2744 |  49k| 193k|6819 | 0.000000e+00 | 1.000000e+00 |    Inf 
1306.52/1306.52	c  1307s|170000 |   175 |  5474k|  32.2 |  47M|  93 |   - |5645 |  27k|5645 |2744 |  49k| 207k|6949 | 0.000000e+00 | 1.000000e+00 |    Inf 
1352.63/1352.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1352.63/1352.62	c  1353s|180000 |   157 |  5635k|  31.3 |  45M|  93 |   - |5645 |  23k|5645 |2744 |  49k| 220k|7126 | 0.000000e+00 | 1.000000e+00 |    Inf 
1402.92/1402.92	c  1403s|190000 |   154 |  5815k|  30.6 |  44M|  93 |  32 |5645 |  20k|5645 |2744 |  49k| 234k|7263 | 0.000000e+00 | 1.000000e+00 |    Inf 
1450.02/1450.05	c  1450s|200000 |   177 |  5978k|  29.9 |  47M|  93 |   - |5645 |  25k|5645 |2744 |  49k| 247k|7379 | 0.000000e+00 | 1.000000e+00 |    Inf 
1498.63/1498.69	c  1499s|210000 |   152 |  6147k|  29.3 |  47M|  93 |   - |5645 |  26k|   0 |   0 |  49k| 260k|7471 | 0.000000e+00 | 1.000000e+00 |    Inf 
1548.94/1548.99	c  1549s|220000 |   154 |  6315k|  28.7 |  46M|  93 |   - |5645 |  25k|5645 |2741 |  49k| 274k|7643 | 0.000000e+00 | 1.000000e+00 |    Inf 
1598.83/1598.88	c  1599s|230000 |   138 |  6488k|  28.2 |  44M|  93 |   - |5645 |  21k|   0 |   0 |  49k| 287k|7810 | 0.000000e+00 | 1.000000e+00 |    Inf 
1648.33/1648.33	c  1648s|240000 |   134 |  6668k|  27.8 |  47M|  93 |   - |5645 |  27k|   0 |   0 |  49k| 300k|7913 | 0.000000e+00 | 1.000000e+00 |    Inf 
1702.43/1702.47	c  1702s|250000 |   126 |  6860k|  27.4 |  48M|  93 |  47 |5645 |  28k|5645 |2744 |  49k| 314k|8031 | 0.000000e+00 | 1.000000e+00 |    Inf 
1752.63/1752.63	c  1753s|260000 |   126 |  7030k|  27.0 |  51M|  93 |   - |5645 |  35k|5645 |2744 |  49k| 327k|8163 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 268653
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (243 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447325-1307900912/watcher-3447325-1307900912 -o /tmp/evaluation-result-3447325-1307900912/solver-3447325-1307900912 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447325-1307900912.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.02 2.02 1.94 2/177 3934
/proc/meminfo: memFree=32169400/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=10124 CPUtime=0 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 1532 0 0 0 0 0 0 0 25 0 1 0 901693981 10366976 1486 33554432000 4194304 9128323 140736142054704 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3934/statm: 2531 1486 399 1205 0 1322 0

[startup+0.105538 s]
/proc/loadavg: 2.02 2.02 1.94 2/177 3934
/proc/meminfo: memFree=32169400/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 901693981 36581376 7644 33554432000 4194304 9128323 140736142054704 18446744073709551615 5977553 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.200522 s]
/proc/loadavg: 2.02 2.02 1.94 2/177 3934
/proc/meminfo: memFree=32169400/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=45728 CPUtime=0.19 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 10719 0 0 0 18 1 0 0 25 0 1 0 901693981 46825472 10323 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 11432 10323 669 1205 0 10223 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45728

[startup+0.300529 s]
/proc/loadavg: 2.02 2.02 1.94 2/177 3934
/proc/meminfo: memFree=32169400/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=56092 CPUtime=0.29 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 13325 0 0 0 28 1 0 0 25 0 1 0 901693981 57438208 12921 33554432000 4194304 9128323 140736142054704 18446744073709551615 8012681 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 14023 12921 689 1205 0 12814 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56092

[startup+0.700465 s]
/proc/loadavg: 2.02 2.02 1.94 2/177 3934
/proc/meminfo: memFree=32169400/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=50864 CPUtime=0.69 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 20797 0 0 0 67 2 0 0 25 0 1 0 901693981 52084736 11674 33554432000 4194304 9128323 140736142054704 18446744073709551615 6697872 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 12716 11674 718 1205 0 11507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50864

[startup+1.50031 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 3935
/proc/meminfo: memFree=32121552/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=60992 CPUtime=1.49 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 23040 0 0 0 146 3 0 0 25 0 1 0 901693981 62455808 13911 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 15248 13911 718 1205 0 14039 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60992

[startup+3.10103 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 3935
/proc/meminfo: memFree=32114980/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=62580 CPUtime=3.09 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 29747 0 0 0 303 6 0 0 25 0 1 0 901693981 64081920 14424 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 15645 14424 722 1205 0 14436 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62580

[startup+6.30047 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 3935
/proc/meminfo: memFree=32111400/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=65208 CPUtime=6.29 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 30285 0 0 0 621 8 0 0 25 0 1 0 901693981 66772992 14960 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 16302 14960 723 1205 0 15093 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65208

[startup+12.7003 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 3935
/proc/meminfo: memFree=32110784/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=65208 CPUtime=12.69 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 30349 0 0 0 1256 13 0 0 25 0 1 0 901693981 66772992 15024 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 16302 15024 723 1205 0 15093 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65208

[startup+25.5011 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 3936
/proc/meminfo: memFree=32099984/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=76848 CPUtime=25.49 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 39132 0 0 0 2527 22 0 0 25 0 1 0 901693981 78692352 17837 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 19212 17837 734 1205 0 18003 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76848

[startup+51.1005 s]
/proc/loadavg: 2.01 2.02 1.94 3/178 3936
/proc/meminfo: memFree=32095052/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=81396 CPUtime=51.09 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 48489 0 0 0 5068 41 0 0 25 0 1 0 901693981 83349504 19015 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 20349 19015 734 1205 0 19140 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81396

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 3938
/proc/meminfo: memFree=32088712/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=85628 CPUtime=102.3 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 55599 0 0 0 10150 80 0 0 25 0 1 0 901693981 87683072 20083 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 21407 20083 734 1205 0 20198 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85628

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 3939
/proc/meminfo: memFree=32080092/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=95340 CPUtime=162.3 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 76388 0 0 0 16108 122 0 0 25 0 1 0 901693981 97628160 22508 33554432000 4194304 9128323 140736142054704 18446744073709551615 7346269 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 23835 22508 737 1205 0 22626 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 95340

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 3941
/proc/meminfo: memFree=32070980/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=101848 CPUtime=222.3 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 95845 0 0 0 22060 170 0 0 25 0 1 0 901693981 104292352 24054 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 25462 24054 737 1205 0 24253 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 101848

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 3942
/proc/meminfo: memFree=32066204/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=105936 CPUtime=282.3 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 102860 0 0 0 28019 211 0 0 25 0 1 0 901693981 108478464 25176 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 26484 25176 737 1205 0 25275 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 105936

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 3944
/proc/meminfo: memFree=32065772/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=109876 CPUtime=342.3 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 103852 0 0 0 33979 251 0 0 25 0 1 0 901693981 112513024 26168 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 27469 26168 737 1205 0 26260 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 109876

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 3946
/proc/meminfo: memFree=32058768/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=113448 CPUtime=402.3 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 112807 0 0 0 39935 295 0 0 25 0 1 0 901693981 116170752 27041 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 28362 27041 737 1205 0 27153 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 113448

[startup+462.301 s]
/proc/loadavg: 2.06 2.02 1.94 3/178 3947
/proc/meminfo: memFree=32052636/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=119432 CPUtime=462.31 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 132267 0 0 0 45894 337 0 0 25 0 1 0 901693981 122298368 28574 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 29858 28574 737 1205 0 28649 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 119432

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 3949
/proc/meminfo: memFree=32048720/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=123688 CPUtime=522.3 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 145189 0 0 0 51857 373 0 0 25 0 1 0 901693981 126656512 29671 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 30922 29671 737 1205 0 29713 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 123688

[startup+582.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/178 3950
/proc/meminfo: memFree=32026700/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=142204 CPUtime=582.3 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 189458 0 0 0 57824 406 0 0 25 0 1 0 901693981 145616896 34296 33554432000 4194304 9128323 140736142054704 18446744073709551615 5984577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 35551 34296 751 1205 0 34342 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 142204

[startup+642.301 s]

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

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 3967
/proc/meminfo: memFree=31941792/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=154200 CPUtime=882.32 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 279421 0 0 0 87659 573 0 0 25 0 1 0 901693981 157900800 37362 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 38550 37362 751 1205 0 37341 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 154200

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 3972
/proc/meminfo: memFree=31939892/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=155820 CPUtime=942.31 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 285545 0 0 0 93627 604 0 0 25 0 1 0 901693981 159559680 37766 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 38955 37766 751 1205 0 37746 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 155820

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 3974
/proc/meminfo: memFree=31939724/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=155820 CPUtime=1002.32 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 285549 0 0 0 99600 632 0 0 25 0 1 0 901693981 159559680 37770 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 38955 37770 751 1205 0 37746 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 155820

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4014
/proc/meminfo: memFree=32000108/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=156512 CPUtime=1062.32 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 285673 0 0 0 105574 658 0 0 25 0 1 0 901693981 160268288 37894 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 39128 37894 751 1205 0 37919 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 156512

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4016
/proc/meminfo: memFree=31996964/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=158160 CPUtime=1122.32 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 286103 0 0 0 111544 688 0 0 25 0 1 0 901693981 161955840 38324 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 39540 38324 751 1205 0 38331 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 158160

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4017
/proc/meminfo: memFree=31994680/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=160256 CPUtime=1182.32 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 289030 0 0 0 117511 721 0 0 25 0 1 0 901693981 164102144 38846 33554432000 4194304 9128323 140736142054704 18446744073709551615 7346389 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 40064 38846 751 1205 0 38855 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 160256

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4019
/proc/meminfo: memFree=31993012/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=160796 CPUtime=1242.33 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 289174 0 0 0 123480 753 0 0 25 0 1 0 901693981 164655104 38990 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 40199 38990 751 1205 0 38990 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 160796

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4021
/proc/meminfo: memFree=31992940/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=161060 CPUtime=1302.33 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 289199 0 0 0 129446 787 0 0 25 0 1 0 901693981 164925440 39015 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 40265 39015 751 1205 0 39056 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 161060

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4022
/proc/meminfo: memFree=31992740/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=161060 CPUtime=1362.32 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 289205 0 0 0 135415 817 0 0 25 0 1 0 901693981 164925440 39021 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 40265 39021 751 1205 0 39056 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 161060

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4024
/proc/meminfo: memFree=31992804/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=161060 CPUtime=1422.33 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 289218 0 0 0 141386 847 0 0 25 0 1 0 901693981 164925440 39034 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 40265 39034 751 1205 0 39056 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 161060

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/178 4025
/proc/meminfo: memFree=31989016/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=161204 CPUtime=1482.33 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 289248 0 0 0 147355 878 0 0 25 0 1 0 901693981 165072896 39064 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 40301 39064 751 1205 0 39092 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 161204

[startup+1542.31 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 4027
/proc/meminfo: memFree=31983968/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=161776 CPUtime=1542.33 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 289410 0 0 0 153325 908 0 0 25 0 1 0 901693981 165658624 39226 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 40444 39226 751 1205 0 39235 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 161776

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4029
/proc/meminfo: memFree=31981924/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=161944 CPUtime=1602.33 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 289414 0 0 0 159296 937 0 0 25 0 1 0 901693981 165830656 39230 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 40486 39230 751 1205 0 39277 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 161944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4030
/proc/meminfo: memFree=31974684/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=161944 CPUtime=1662.33 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 289414 0 0 0 165265 968 0 0 25 0 1 0 901693981 165830656 39230 33554432000 4194304 9128323 140736142054704 18446744073709551615 7162928 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 40486 39230 751 1205 0 39277 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 161944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4032
/proc/meminfo: memFree=31970516/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=162536 CPUtime=1722.34 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 295411 0 0 0 171234 1000 0 0 25 0 1 0 901693981 166436864 39413 33554432000 4194304 9128323 140736142054704 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 40634 39413 751 1205 0 39425 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 162536

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4033
/proc/meminfo: memFree=31962392/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=163628 CPUtime=1782.34 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 295655 0 0 0 177208 1026 0 0 25 0 1 0 901693981 167555072 39657 33554432000 4194304 9128323 140736142054704 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3934/statm: 40907 39657 751 1205 0 39698 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 163628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4034
/proc/meminfo: memFree=31960624/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=163956 CPUtime=1800.05 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 295761 0 0 0 178969 1036 0 0 25 0 1 0 901693981 167890944 39763 33554432000 4194304 9128323 140736142054704 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3934/statm: 40989 39763 751 1205 0 39780 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 163956

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

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

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4034
/proc/meminfo: memFree=31960624/32951124 swapFree=67050044/67111528
[pid=3934] ppid=3932 vsize=163956 CPUtime=1800.05 cores=0,2,4,6
/proc/3934/stat : 3934 (scip-2.0.1.4.li) R 3932 3934 2655 0 -1 4202496 295761 0 0 0 178969 1036 0 0 25 0 1 0 901693981 167890944 39763 33554432000 4194304 9128323 140736142054704 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3934/statm: 40989 39763 751 1205 0 39780 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 163956

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.06
CPU user time (s): 1789.69
CPU system time (s): 10.3674
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 166808

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

runsolver used 3.05253 second user time and 5.8911 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-12 19:48:32
IDJOB=3447325
IDBENCH=79287
IDSOLVER=1944
FILE ID=node101/3447325-1307900912
RUNJOBID= node101-1307897307-3643
PBS_JOBID= 13559601
Free space on /tmp= 74048 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.1900561288--soft-0-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447325-1307900912/watcher-3447325-1307900912 -o /tmp/evaluation-result-3447325-1307900912/solver-3447325-1307900912 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447325-1307900912.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 6ba4b4283c00d7202a0c09683aff0663
RANDOM SEED=1220650079

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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:      32169456 kB
Buffers:        108276 kB
Cached:         176156 kB
SwapCached:      24724 kB
Active:         511316 kB
Inactive:        84692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32169456 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:           12096 kB
Writeback:           0 kB
AnonPages:      308756 kB
Mapped:          12240 kB
Slab:           120568 kB
PageTables:       5304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   498408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74036 MiB
End job on node101 at 2011-06-12 20:18:34