Trace number 3447337

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557957--soft-0-100-0.wbo
MD5SUMc90222590d839243781a638355a39a56
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark145.4
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 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 717
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-3447337-1307901026.wbo>
0.02/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.02/0.02	c problem read
0.02/0.02	c presolving settings loaded
0.02/0.05	o 136367
0.02/0.05	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.02/0.05	c presolving:
0.02/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.02/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   473 |     - |  18M|   0 |  36 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |   550 |     - |  18M|   0 |  51 |5645 |8121 |5645 |2749 |  42 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.89/0.94	c   0.9s|     1 |     0 |   607 |     - |  19M|   0 |  48 |5645 |8121 |5645 |2757 |  50 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
1.19/1.26	c   1.3s|     1 |     0 |   636 |     - |  19M|   0 |  55 |5645 |8121 |5645 |2767 |  60 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
1.49/1.58	c   1.6s|     1 |     0 |   671 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2774 |  67 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
1.89/1.94	c   1.9s|     1 |     0 |   727 |     - |  20M|   0 |  52 |5645 |8121 |5645 |2782 |  75 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
2.89/2.91	c   2.9s|     1 |     2 |   727 |     - |  20M|   0 |  52 |5645 |8121 |5645 |2782 |  75 |   0 |  33 | 0.000000e+00 | 1.363670e+05 |    Inf 
17.60/17.68	o 755
17.60/17.68	c *17.7s|   256 |   255 | 23821 |  90.6 |  27M|  50 |   - |5645 |8121 |5645 |2787 | 317 |   0 |1357 | 0.000000e+00 | 7.550000e+02 |    Inf 
17.79/17.88	o 736
17.79/17.88	c r17.9s|   271 |   268 | 24067 |  86.4 |  29M|  50 |   1 |5645 |8121 |5645 |2775 | 340 |   0 |1358 | 0.000000e+00 | 7.360000e+02 |    Inf 
17.89/17.91	o 702
17.89/17.91	c *17.9s|   272 |   269 | 24077 |  86.2 |  30M|  50 |   - |5645 |8121 |5645 |2775 | 340 |   0 |1358 | 0.000000e+00 | 7.020000e+02 |    Inf 
324.30/324.33	c   324s| 10000 |  9924 |  1716k| 171.6 |  61M|  62 |   5 |5645 |8414 |5645 |2760 |  33k| 301 |3956 | 0.000000e+00 | 7.020000e+02 |    Inf 
483.00/483.04	o 667
483.00/483.04	c * 483s| 14492 | 14360 |  2609k| 180.0 |  74M|  63 |   - |5645 |8567 |5645 |2889 |  52k| 504 |4891 | 0.000000e+00 | 6.670000e+02 |    Inf 
510.20/510.20	o 393
510.20/510.20	c p 510s| 15213 | 14262 |  2754k| 181.0 |  73M|  63 |   - |5645 |8600 |5645 |2896 |  56k| 549 |5015 | 0.000000e+00 | 3.930000e+02 |    Inf 
563.50/563.50	o 387
563.50/563.50	c v 564s| 16781 | 15574 |  3070k| 182.9 |  78M|  67 |   - |5645 |8984 |5645 |2833 |  62k| 977 |5265 | 0.000000e+00 | 3.870000e+02 |    Inf 
661.91/661.95	o 375
661.91/661.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
661.91/661.95	c * 662s| 19646 | 17961 |  3636k| 185.1 |  86M|  76 |   - |5645 |9823 |5645 |2839 |  74k|1946 |5751 | 0.000000e+00 | 3.750000e+02 |    Inf 
666.40/666.40	o 278
666.40/666.40	c * 666s| 19727 | 16735 |  3660k| 185.6 |  79M|  76 |   - |5645 |9846 |5645 |2871 |  74k|1975 |5766 | 0.000000e+00 | 2.780000e+02 |    Inf 
666.81/666.87	o 263
666.81/666.87	c * 667s| 19733 | 16374 |  3662k| 185.6 |  79M|  76 |   - |5645 |9847 |5645 |2831 |  74k|1977 |5766 | 0.000000e+00 | 2.630000e+02 |    Inf 
676.41/676.46	c   676s| 20000 | 16540 |  3720k| 186.0 |  80M|  76 |  12 |5645 |  10k|5645 |2754 |  75k|2205 |5786 | 0.000000e+00 | 2.630000e+02 |    Inf 
679.81/679.84	o 260
679.81/679.84	c * 680s| 20093 | 16518 |  3743k| 186.3 |  80M|  76 |   - |5645 |  10k|5645 |2855 |  76k|2251 |5793 | 0.000000e+00 | 2.600000e+02 |    Inf 
688.80/688.82	o 258
688.80/688.82	c * 689s| 20359 | 16614 |  3795k| 186.4 |  81M|  76 |   - |5645 |  10k|5645 |2786 |  77k|2397 |5848 | 0.000000e+00 | 2.580000e+02 |    Inf 
713.01/713.05	o 203
713.01/713.05	c * 713s| 21272 | 14983 |  3932k| 184.9 |  78M|  76 |   - |5645 |  10k|5645 |2792 |  79k|2835 |5922 | 0.000000e+00 | 2.030000e+02 |    Inf 
713.01/713.08	o 190
713.01/713.08	c * 713s| 21273 | 14295 |  3932k| 184.9 |  76M|  76 |   - |5645 |  10k|5645 |2785 |  79k|2835 |5922 | 0.000000e+00 | 1.900000e+02 |    Inf 
724.61/724.66	o 186
724.61/724.66	c * 725s| 21661 | 14250 |  3993k| 184.3 |  77M|  76 |   - |5645 |  10k|5645 |2773 |  80k|3079 |6000 | 0.000000e+00 | 1.860000e+02 |    Inf 
725.30/725.37	o 180
725.30/725.37	c * 725s| 21672 | 13865 |  3996k| 184.4 |  76M|  76 |   - |5645 |  10k|5645 |2816 |  80k|3084 |6001 | 0.000000e+00 | 1.800000e+02 |    Inf 
725.41/725.41	o 159
725.41/725.41	c * 725s| 21673 | 11702 |  3996k| 184.4 |  69M|  76 |   - |5645 |  10k|5645 |2823 |  81k|3084 |6001 | 0.000000e+00 | 1.590000e+02 |    Inf 
725.70/725.73	o 158
725.70/725.73	c * 726s| 21684 | 11634 |  3998k| 184.4 |  69M|  76 |   - |5645 |  10k|5645 |2779 |  81k|3091 |6001 | 0.000000e+00 | 1.580000e+02 |    Inf 
732.71/732.75	o 146
732.71/732.75	c * 733s| 21944 | 10610 |  4037k| 184.0 |  67M|  76 |   - |5645 |  10k|5645 |2809 |  81k|3292 |6008 | 0.000000e+00 | 1.460000e+02 |    Inf 
732.71/732.79	o 138
732.71/732.79	c * 733s| 21945 |  9918 |  4037k| 184.0 |  65M|  76 |   - |5645 |  10k|5645 |2803 |  81k|3292 |6008 | 0.000000e+00 | 1.380000e+02 |    Inf 
744.31/744.32	o 94
744.31/744.32	c * 744s| 22400 |  6634 |  4092k| 182.7 |  55M|  76 |   - |5645 |  10k|5645 |2770 |  83k|3603 |6055 | 0.000000e+00 | 9.400000e+01 |    Inf 
744.51/744.59	o 79
744.51/744.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
744.51/744.59	c * 745s| 22415 |  5571 |  4093k| 182.6 |  51M|  76 |   - |5645 |9940 |5645 |2754 |  83k|3610 |6057 | 0.000000e+00 | 7.900000e+01 |    Inf 
745.90/745.97	o 73
745.90/745.97	c * 746s| 22509 |  5198 |  4097k| 182.0 |  51M|  76 |   - |5645 |9110 |5645 |2753 |  83k|3690 |6076 | 0.000000e+00 | 7.300000e+01 |    Inf 
746.21/746.23	o 67
746.21/746.23	c R 746s| 22533 |  4708 |  4097k| 181.8 |  49M|  76 |   - |5645 |8604 |5645 |2752 |  83k|3704 |6076 | 0.000000e+00 | 6.700000e+01 |    Inf 
746.31/746.38	o 42
746.31/746.38	c * 746s| 22535 |  3853 |  4097k| 181.8 |  46M|  76 |   - |5645 |8161 |5645 |2773 |  83k|3709 |6076 | 0.000000e+00 | 4.200000e+01 |    Inf 
746.50/746.57	o 23
746.50/746.57	c * 747s| 22541 |  1011 |  4098k| 181.8 |  37M|  76 |   - |5645 |6527 |5645 |2761 |  83k|3725 |6078 | 0.000000e+00 | 2.300000e+01 |    Inf 
781.81/781.86	c   782s| 30000 |   655 |  4190k| 139.7 |  38M|  76 |   - |5645 |9099 |5645 |2752 |  83k|  12k|6180 | 0.000000e+00 | 2.300000e+01 |    Inf 
795.90/795.97	o 19
795.90/795.97	c * 796s| 33160 |   653 |  4222k| 127.3 |  39M|  76 |   - |5645 |  10k|5645 |2746 |  83k|  16k|6188 | 0.000000e+00 | 1.900000e+01 |    Inf 
796.41/796.47	o 17
796.41/796.47	c * 796s| 33275 |   645 |  4223k| 126.9 |  39M|  76 |   - |5645 |9791 |5645 |2744 |  83k|  16k|6188 | 0.000000e+00 | 1.700000e+01 |    Inf 
814.71/814.74	o 14
814.71/814.74	c * 815s| 37838 |   632 |  4265k| 112.7 |  39M|  76 |   - |5645 |9827 |5645 |2754 |  83k|  22k|6229 | 0.000000e+00 | 1.400000e+01 |    Inf 
824.21/824.20	c   824s| 40000 |   643 |  4290k| 107.2 |  39M|  76 |   1 |5645 |  10k|5645 |2744 |  83k|  24k|6273 | 0.000000e+00 | 1.400000e+01 |    Inf 
836.61/836.67	o 11
836.61/836.67	c * 837s| 42627 |   599 |  4330k| 101.6 |  38M|  76 |   - |5645 |8238 |5645 |2754 |  83k|  28k|6306 | 0.000000e+00 | 1.100000e+01 |    Inf 
872.61/872.61	c   873s| 50000 |   552 |  4462k|  89.2 |  39M|  76 |   - |5645 |9063 |5645 |2752 |  83k|  37k|6387 | 0.000000e+00 | 1.100000e+01 |    Inf 
918.31/918.37	c   918s| 60000 |   523 |  4624k|  77.1 |  41M|  76 |  26 |5645 |  14k|5645 |2744 |  83k|  49k|6498 | 0.000000e+00 | 1.100000e+01 |    Inf 
964.51/964.55	c   965s| 70000 |   520 |  4779k|  68.3 |  42M|  79 |   - |5645 |  15k|   0 |   0 |  83k|  62k|6607 | 0.000000e+00 | 1.100000e+01 |    Inf 
964.71/964.78	o 7
964.71/964.78	c * 965s| 70052 |   515 |  4780k|  68.2 |  42M|  79 |   - |5645 |  15k|5645 |2752 |  83k|  62k|6607 | 0.000000e+00 | 7.000000e+00 |    Inf 
1010.91/1010.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1010.91/1010.96	c  1011s| 80000 |   486 |  4953k|  61.9 |  43M|  79 |  13 |5645 |  15k|5645 |2752 |  83k|  75k|6728 | 0.000000e+00 | 7.000000e+00 |    Inf 
1057.01/1057.09	c  1057s| 90000 |   478 |  5120k|  56.9 |  45M|  79 |  30 |5645 |  20k|5645 |2752 |  83k|  88k|6829 | 0.000000e+00 | 7.000000e+00 |    Inf 
1107.11/1107.17	c  1107s|100000 |   531 |  5299k|  53.0 |  45M|  79 |  25 |5645 |  17k|5645 |2752 |  83k| 100k|6989 | 0.000000e+00 | 7.000000e+00 |    Inf 
1156.61/1156.66	c  1157s|110000 |   664 |  5478k|  49.8 |  48M|  79 |  24 |5645 |  17k|5645 |2752 |  83k| 112k|7184 | 0.000000e+00 | 7.000000e+00 |    Inf 
1183.11/1183.12	o 3
1183.11/1183.12	c *1183s|115133 |   621 |  5578k|  48.4 |  47M|  79 |   - |5645 |  17k|5645 |2755 |  83k| 118k|7215 | 0.000000e+00 | 3.000000e+00 |    Inf 
1205.21/1205.24	c  1205s|120000 |   604 |  5662k|  47.2 |  45M|  79 |  17 |5645 |  12k|5645 |2752 |  83k| 124k|7320 | 0.000000e+00 | 3.000000e+00 |    Inf 
1245.91/1245.99	c  1246s|130000 |   601 |  5810k|  44.7 |  47M|  79 |   - |5645 |  16k|   0 |   0 |  83k| 137k|7409 | 0.000000e+00 | 3.000000e+00 |    Inf 
1287.61/1287.69	c  1288s|140000 |   597 |  5959k|  42.6 |  47M|  79 |   - |5645 |  17k|   0 |   0 |  83k| 150k|7577 | 0.000000e+00 | 3.000000e+00 |    Inf 
1333.12/1333.11	c  1333s|150000 |   588 |  6132k|  40.9 |  49M|  79 |   - |5645 |  22k|5645 |2752 |  83k| 163k|7679 | 0.000000e+00 | 3.000000e+00 |    Inf 
1378.22/1378.24	c  1378s|160000 |   588 |  6295k|  39.3 |  51M|  79 |  38 |5645 |  26k|5645 |2752 |  83k| 176k|7778 | 0.000000e+00 | 3.000000e+00 |    Inf 
1422.01/1422.05	c  1422s|170000 |   614 |  6434k|  37.8 |  53M|  83 |  29 |5645 |  28k|5645 |2752 |  83k| 189k|7927 | 0.000000e+00 | 3.000000e+00 |    Inf 
1466.51/1466.57	c  1467s|180000 |   611 |  6576k|  36.5 |  54M|  83 |  32 |5645 |  30k|5645 |2752 |  83k| 203k|8009 | 0.000000e+00 | 3.000000e+00 |    Inf 
1511.81/1511.85	c  1512s|190000 |   593 |  6719k|  35.4 |  54M|  92 |   - |5645 |  32k|5645 |2752 |  83k| 217k|8063 | 0.000000e+00 | 3.000000e+00 |    Inf 
1561.12/1561.15	c  1561s|200000 |   572 |  6888k|  34.4 |  56M|  92 |   - |5645 |  35k|   0 |   0 |  83k| 230k|8192 | 0.000000e+00 | 3.000000e+00 |    Inf 
1610.42/1610.46	c  1610s|210000 |   560 |  7075k|  33.7 |  49M|  92 |  21 |5645 |  18k|5645 |2752 |  83k| 243k|8373 | 0.000000e+00 | 3.000000e+00 |    Inf 
1652.42/1652.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1652.42/1652.43	c  1652s|220000 |   540 |  7231k|  32.9 |  48M|  92 |   - |5645 |  16k|5645 |2752 |  83k| 256k|8428 | 0.000000e+00 | 3.000000e+00 |    Inf 
1698.02/1698.09	c  1698s|230000 |   532 |  7404k|  32.2 |  49M|  92 |   - |5645 |  19k|5645 |2752 |  83k| 269k|8582 | 0.000000e+00 | 3.000000e+00 |    Inf 
1745.03/1745.01	c  1745s|240000 |   498 |  7580k|  31.6 |  49M|  92 |   - |5645 |  20k|5645 |2752 |  83k| 282k|8706 | 0.000000e+00 | 3.000000e+00 |    Inf 
1790.83/1790.89	c  1791s|250000 |   354 |  7761k|  31.0 |  45M|  92 |  30 |5645 |  13k|5645 |2752 |  83k| 294k|8789 | 0.000000e+00 | 3.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      : 251964
1800.03/1800.00	c Primal Bound       : +3.00000000000000e+00 (267 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 /tmp/evaluation-result-3447337-1307901026/watcher-3447337-1307901026 -o /tmp/evaluation-result-3447337-1307901026/solver-3447337-1307901026 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447337-1307901026.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: 2.00 2.00 1.92 2/177 1201
/proc/meminfo: memFree=1299888/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=6864 CPUtime=0 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 859 0 0 0 0 0 0 0 25 0 1 0 882518902 7028736 813 33554432000 4194304 9128323 140736948377072 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1201/statm: 1716 816 350 1205 0 507 0

[startup+0.0256719 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 1201
/proc/meminfo: memFree=1299888/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=13912 CPUtime=0.02 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 2476 0 0 0 2 0 0 0 25 0 1 0 882518902 14245888 2431 33554432000 4194304 9128323 140736948377072 18446744073709551615 8012251 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1201/statm: 3478 2435 399 1205 0 2269 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13912

[startup+0.100647 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 1201
/proc/meminfo: memFree=1299888/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=35728 CPUtime=0.09 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 7949 0 0 0 8 1 0 0 25 0 1 0 882518902 36585472 7644 33554432000 4194304 9128323 140736948377072 18446744073709551615 5234385 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.300616 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 1201
/proc/meminfo: memFree=1299888/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=72480 CPUtime=0.29 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 17474 0 0 0 27 2 0 0 18 0 1 0 882518902 74219520 17057 33554432000 4194304 9128323 140736948377072 18446744073709551615 4819361 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 18120 17057 686 1205 0 16911 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72480

[startup+0.700543 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 1201
/proc/meminfo: memFree=1299888/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=52108 CPUtime=0.69 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 20990 0 0 0 66 3 0 0 18 0 1 0 882518902 53358592 11865 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 13027 11865 712 1205 0 11818 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52108

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 1202
/proc/meminfo: memFree=1252784/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=57636 CPUtime=1.49 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 22427 0 0 0 144 5 0 0 19 0 1 0 882518902 59019264 13301 33554432000 4194304 9128323 140736948377072 18446744073709551615 6702420 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 14409 13301 711 1205 0 13200 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57636

[startup+3.10111 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 1202
/proc/meminfo: memFree=1247820/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=61700 CPUtime=3.09 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 29549 0 0 0 298 11 0 0 25 0 1 0 882518902 63180800 14176 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 15425 14176 731 1205 0 14216 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61700

[startup+6.30054 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 1202
/proc/meminfo: memFree=1245280/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=62124 CPUtime=6.29 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 29672 0 0 0 608 21 0 0 25 0 1 0 882518902 63614976 14293 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 15531 14293 731 1205 0 14322 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62124

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 1202
/proc/meminfo: memFree=1242312/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=63472 CPUtime=12.69 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 30111 0 0 0 1231 38 0 0 25 0 1 0 882518902 64995328 14732 33554432000 4194304 9128323 140736948377072 18446744073709551615 8012681 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 15868 14732 732 1205 0 14659 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63472

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 1203
/proc/meminfo: memFree=1225560/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=77276 CPUtime=25.49 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 39313 0 0 0 2475 74 0 0 25 0 1 0 882518902 79130624 17986 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 19319 17986 742 1205 0 18110 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77276

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 1204
/proc/meminfo: memFree=1217808/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=80412 CPUtime=51.09 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 46040 0 0 0 4968 141 0 0 25 0 1 0 882518902 82341888 18776 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 20103 18776 742 1205 0 18894 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80412

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 1205
/proc/meminfo: memFree=1177892/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=107336 CPUtime=102.29 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 58251 0 0 0 9935 294 0 0 25 0 1 0 882518902 109912064 25188 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 26834 25188 742 1205 0 25625 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 107336

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 1206
/proc/meminfo: memFree=1166436/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=106272 CPUtime=162.3 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 59473 0 0 0 15762 468 0 0 25 0 1 0 882518902 108822528 25291 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 26568 25291 742 1205 0 25359 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 106272

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 1208
/proc/meminfo: memFree=1154480/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=106272 CPUtime=222.3 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 59482 0 0 0 21593 637 0 0 25 0 1 0 882518902 108822528 25300 33554432000 4194304 9128323 140736948377072 18446744073709551615 7342771 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 26568 25300 742 1205 0 25359 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 106272

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 1210
/proc/meminfo: memFree=1139932/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=106272 CPUtime=282.29 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 62797 0 0 0 27426 803 0 0 25 0 1 0 882518902 108822528 25307 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 26568 25307 742 1205 0 25359 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 106272

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 1211
/proc/meminfo: memFree=1129668/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=106996 CPUtime=342.3 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 62943 0 0 0 33250 980 0 0 25 0 1 0 882518902 109563904 25453 33554432000 4194304 9128323 140736948377072 18446744073709551615 5105556 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 26749 25453 742 1205 0 25540 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 106996

[startup+402.301 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 1213
/proc/meminfo: memFree=1108244/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=113988 CPUtime=402.3 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 64752 0 0 0 39087 1143 0 0 25 0 1 0 882518902 116723712 27245 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 28497 27245 742 1205 0 27288 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 113988

[startup+462.301 s]
/proc/loadavg: 2.04 2.02 1.93 3/178 1214
/proc/meminfo: memFree=1091268/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=120004 CPUtime=462.3 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 71787 0 0 0 44911 1319 0 0 25 0 1 0 882518902 122884096 28729 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 30001 28729 742 1205 0 28792 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 120004

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/178 1216
/proc/meminfo: memFree=1071996/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=123756 CPUtime=522.3 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 86533 0 0 0 50739 1491 0 0 25 0 1 0 882518902 126726144 29612 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 30939 29612 742 1205 0 29730 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 123756

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/178 1218
/proc/meminfo: memFree=1054612/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=131048 CPUtime=582.3 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 108245 0 0 0 56561 1669 0 0 25 0 1 0 882518902 134193152 31431 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 32762 31431 742 1205 0 31553 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 131048

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 1272
/proc/meminfo: memFree=1315856/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=173400 CPUtime=822.31 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 219919 0 0 0 79984 2247 0 0 25 0 1 0 882518902 177561600 41909 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 43350 41909 753 1205 0 42141 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 173400

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 1274
/proc/meminfo: memFree=1312308/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=174784 CPUtime=882.31 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 254552 0 0 0 85870 2361 0 0 25 0 1 0 882518902 178978816 42304 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 43696 42304 753 1205 0 42487 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 174784

[startup+942.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 1275
/proc/meminfo: memFree=1303948/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=176828 CPUtime=942.31 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 259552 0 0 0 91766 2465 0 0 25 0 1 0 882518902 181071872 42795 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1201/statm: 44207 42795 753 1205 0 42998 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 176828

[startup+1002.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/178 1277
/proc/meminfo: memFree=1294700/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=178868 CPUtime=1002.31 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 294043 0 0 0 97645 2586 0 0 25 0 1 0 882518902 183160832 43285 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 44717 43285 753 1205 0 43508 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 178868

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 1278
/proc/meminfo: memFree=1284108/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=180700 CPUtime=1062.31 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 300373 0 0 0 103521 2710 0 0 25 0 1 0 882518902 185036800 43769 33554432000 4194304 9128323 140736948377072 18446744073709551615 7192149 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 45175 43769 753 1205 0 43966 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 180700

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 1280
/proc/meminfo: memFree=1272996/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=182888 CPUtime=1122.31 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 306746 0 0 0 109409 2822 0 0 25 0 1 0 882518902 187277312 44324 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 45722 44324 753 1205 0 44513 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 182888

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 1282
/proc/meminfo: memFree=1262776/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=185088 CPUtime=1182.3 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 307296 0 0 0 115293 2937 0 0 25 0 1 0 882518902 189530112 44874 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 46272 44874 753 1205 0 45063 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 185088

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 1283
/proc/meminfo: memFree=1254772/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=185300 CPUtime=1242.31 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 341987 0 0 0 121171 3060 0 0 25 0 1 0 882518902 189747200 44922 33554432000 4194304 9128323 140736948377072 18446744073709551615 4219801 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 46325 44922 753 1205 0 45116 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 185300

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 1285
/proc/meminfo: memFree=1246396/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=185732 CPUtime=1302.32 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 346791 0 0 0 127060 3172 0 0 25 0 1 0 882518902 190189568 45002 33554432000 4194304 9128323 140736948377072 18446744073709551615 6857095 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 46433 45002 753 1205 0 45224 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 185732

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 1286
/proc/meminfo: memFree=1237292/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=186056 CPUtime=1362.32 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 346912 0 0 0 132939 3293 0 0 25 0 1 0 882518902 190521344 45123 33554432000 4194304 9128323 140736948377072 18446744073709551615 5235679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 46514 45123 753 1205 0 45305 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 186056

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 1288
/proc/meminfo: memFree=1227184/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=188064 CPUtime=1422.32 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 353234 0 0 0 138832 3400 0 0 25 0 1 0 882518902 192577536 45599 33554432000 4194304 9128323 140736948377072 18446744073709551615 7028721 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 47016 45599 753 1205 0 45807 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 188064

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 1290
/proc/meminfo: memFree=1216336/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=189576 CPUtime=1482.32 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 353580 0 0 0 144736 3496 0 0 25 0 1 0 882518902 194125824 45945 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 47394 45945 753 1205 0 46185 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 189576

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/178 1291
/proc/meminfo: memFree=1203500/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=191416 CPUtime=1542.32 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 354085 0 0 0 150637 3595 0 0 25 0 1 0 882518902 196009984 46450 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 47854 46450 753 1205 0 46645 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 191416

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 1293
/proc/meminfo: memFree=1193760/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=192488 CPUtime=1602.32 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 354361 0 0 0 156525 3707 0 0 25 0 1 0 882518902 197107712 46726 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 48122 46726 753 1205 0 46913 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 192488

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 1294
/proc/meminfo: memFree=1183392/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=192500 CPUtime=1662.32 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 360110 0 0 0 162399 3833 0 0 25 0 1 0 882518902 197120000 46728 33554432000 4194304 9128323 140736948377072 18446744073709551615 4794192 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 48125 46728 753 1205 0 46916 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 192500

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 1296
/proc/meminfo: memFree=1172528/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=192880 CPUtime=1722.32 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 360162 0 0 0 168278 3954 0 0 25 0 1 0 882518902 197509120 46780 33554432000 4194304 9128323 140736948377072 18446744073709551615 6713654 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 48220 46780 753 1205 0 47011 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 192880

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 1298
/proc/meminfo: memFree=1161292/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=193880 CPUtime=1782.32 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 360455 0 0 0 174159 4073 0 0 25 0 1 0 882518902 198533120 47065 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 48470 47065 753 1205 0 47261 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 193880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 1298
/proc/meminfo: memFree=1158780/32951124 swapFree=67050916/67111528
[pid=1201] ppid=1199 vsize=193880 CPUtime=1800.03 cores=1,3,5,7
/proc/1201/stat : 1201 (scip-2.0.1.4.li) R 1199 1201 648 0 -1 4202496 360455 0 0 0 175890 4113 0 0 25 0 1 0 882518902 198533120 47065 33554432000 4194304 9128323 140736948377072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/1201/statm: 48470 47065 753 1205 0 47261 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 193880

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.05
CPU user time (s): 1758.91
CPU system time (s): 41.1377
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 212644

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

runsolver used 2.75258 second user time and 6.6 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-12 19:50:26
IDJOB=3447337
IDBENCH=79293
IDSOLVER=1944
FILE ID=node146/3447337-1307901026
RUNJOBID= node146-1307898649-954
PBS_JOBID= 13559563
Free space on /tmp= 6540 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.1900557957--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-3447337-1307901026/watcher-3447337-1307901026 -o /tmp/evaluation-result-3447337-1307901026/solver-3447337-1307901026 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447337-1307901026.wbo -t 1800 -m 15500

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

MD5SUM BENCH= c90222590d839243781a638355a39a56
RANDOM SEED=43739109

node146.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.86
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1300440 kB
Buffers:         57900 kB
Cached:       30347540 kB
SwapCached:      13072 kB
Active:       16008412 kB
Inactive:     14693552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1300440 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           12096 kB
Writeback:           0 kB
AnonPages:      295452 kB
Mapped:          12228 kB
Slab:           884404 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   486132 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= 6528 MiB
End job on node146 at 2011-06-12 20:20:28