Trace number 2692856

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPTIMUM 13.294 13.299

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974180--soft-0-100-0.wbo
MD5SUMe43f58a024ab39f0c7f396fa22784bca
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 benchmark0.155975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
Number of bits of the biggest sum of numbers11
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2692856-1277923773.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	o 5033
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.033000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     0 |     0 |     - |1215k|   0 |   0 | 371 | 202 | 371 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    26 |     - |1249k|   0 |   0 | 371 | 202 | 371 |  26 |  26 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    60 |     - |1265k|   0 |  24 | 371 | 202 | 371 |  41 |  41 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    87 |     - |1409k|   0 |  35 | 371 | 202 | 371 |  49 |  49 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    94 |     - |1416k|   0 |  35 | 371 | 202 | 371 |  52 |  52 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
0.06/0.07	c   0.1s|     1 |     2 |   146 |     - |1426k|   0 |  35 | 371 | 202 | 371 |  52 |  52 |   0 |  33 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.19/1.28	o 380
1.19/1.28	c * 1.2s|  3321 |  2667 |  6259 |   1.9 |3885k| 117 |   - | 371 | 210 | 371 |  62 | 381 |   8 | 779 | 0.000000e+00 | 3.800000e+02 |    Inf 
1.29/1.30	o 365
1.29/1.30	c * 1.2s|  3365 |  2629 |  6490 |   1.9 |3888k| 117 |   - | 371 | 210 | 371 |  52 | 387 |   8 | 789 | 0.000000e+00 | 3.650000e+02 |    Inf 
1.39/1.43	o 362
1.39/1.43	c * 1.4s|  3745 |  2979 |  7480 |   2.0 |4175k| 117 |   - | 371 | 254 | 371 |  55 | 475 |  54 | 803 | 0.000000e+00 | 3.620000e+02 |    Inf 
1.39/1.43	o 342
1.39/1.43	c * 1.4s|  3760 |  2862 |  7588 |   2.0 |4139k| 117 |   - | 371 | 254 | 371 |  63 | 485 |  54 | 804 | 0.000000e+00 | 3.420000e+02 |    Inf 
1.39/1.44	o 334
1.39/1.44	c * 1.4s|  3761 |  2806 |  7588 |   2.0 |4097k| 117 |   - | 371 | 254 | 371 |  63 | 485 |  54 | 804 | 0.000000e+00 | 3.340000e+02 |    Inf 
1.49/1.50	o 330
1.49/1.50	c * 1.4s|  3929 |  2913 |  8326 |   2.1 |4229k| 117 |   - | 371 | 291 | 371 |  55 | 522 |  92 | 823 | 0.000000e+00 | 3.300000e+02 |    Inf 
1.79/1.85	o 328
1.79/1.85	c * 1.8s|  5123 |  4065 | 11013 |   2.1 |5029k| 117 |   - | 371 | 317 | 371 |  53 | 627 | 119 | 889 | 0.000000e+00 | 3.280000e+02 |    Inf 
1.79/1.85	o 324
1.79/1.85	c * 1.8s|  5125 |  4033 | 11097 |   2.1 |5002k| 117 |   - | 371 | 317 | 371 |  52 | 627 | 119 | 889 | 0.000000e+00 | 3.240000e+02 |    Inf 
2.09/2.10	o 323
2.09/2.10	c * 2.0s|  5703 |  4503 | 13532 |   2.4 |5453k| 117 |   - | 371 | 384 | 371 |  53 | 705 | 187 | 965 | 0.000000e+00 | 3.230000e+02 |    Inf 
2.39/2.49	o 318
2.39/2.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.39/2.49	c * 2.4s|  7149 |  5798 | 15176 |   2.1 |6148k| 117 |   - | 371 | 426 | 371 |  52 | 727 | 251 | 983 | 0.000000e+00 | 3.180000e+02 |    Inf 
2.99/3.08	o 314
2.99/3.08	c * 2.9s|  9066 |  7249 | 19034 |   2.1 |7187k| 137 |   - | 371 | 641 | 371 |  55 | 875 | 503 |1020 | 0.000000e+00 | 3.140000e+02 |    Inf 
3.20/3.27	o 311
3.20/3.27	c * 3.1s|  9682 |  7761 | 20270 |   2.1 |7487k| 137 |   - | 371 | 687 | 371 |  66 | 925 | 554 |1039 | 0.000000e+00 | 3.110000e+02 |    Inf 
3.30/3.36	c   3.2s| 10000 |  8077 | 20706 |   2.1 |7651k| 137 |   0 | 371 | 689 | 371 |  54 | 937 | 556 |1042 | 0.000000e+00 | 3.110000e+02 |    Inf 
4.40/4.46	o 310
4.40/4.46	c * 4.2s| 14787 | 12823 | 25344 |   1.7 |9974k| 137 |   - | 371 | 699 | 371 |  54 |1187 | 568 |1048 | 0.000000e+00 | 3.100000e+02 |    Inf 
5.59/5.63	c   5.3s| 20000 | 17987 | 29101 |   1.5 |  12M| 148 |   1 | 371 | 699 | 371 |  52 |1388 | 595 |1053 | 0.000000e+00 | 3.100000e+02 |    Inf 
5.79/5.81	o 293
5.79/5.81	c * 5.5s| 20862 | 18650 | 29530 |   1.4 |  12M| 148 |   - | 371 | 689 | 371 |  52 |1412 | 596 |1053 | 0.000000e+00 | 2.930000e+02 |    Inf 
5.99/6.08	o 289
5.99/6.08	c * 5.7s| 21989 | 19712 | 30254 |   1.4 |  13M| 148 |   - | 371 | 661 | 371 |  55 |1445 | 599 |1054 | 0.000000e+00 | 2.890000e+02 |    Inf 
7.79/7.82	o 285
7.79/7.82	c * 7.4s| 29771 | 27389 | 34940 |   1.2 |  17M| 148 |   - | 371 | 553 | 371 |  63 |1713 | 626 |1069 | 0.000000e+00 | 2.850000e+02 |    Inf 
7.79/7.88	c   7.4s| 30000 | 27618 | 35147 |   1.2 |  17M| 148 |   0 | 371 | 551 | 371 |  59 |1730 | 626 |1069 | 0.000000e+00 | 2.850000e+02 |    Inf 
8.69/8.78	o 279
8.69/8.78	c * 8.3s| 33806 | 31057 | 37944 |   1.1 |  18M| 148 |   - | 371 | 545 | 371 |  52 |1883 | 768 |1076 | 0.000000e+00 | 2.790000e+02 |    Inf 
9.99/10.09	o 277
9.99/10.09	c * 9.5s| 39301 | 36337 | 43839 |   1.1 |  21M| 148 |   - | 371 | 540 | 371 |  61 |2144 | 868 |1076 | 0.000000e+00 | 2.770000e+02 |    Inf 
10.19/10.25	c   9.7s| 40000 | 37034 | 44429 |   1.1 |  21M| 148 |   0 | 371 | 539 | 371 |  52 |2160 | 872 |1076 | 0.000000e+00 | 2.770000e+02 |    Inf 
10.59/10.60	o 269
10.59/10.60	c *10.0s| 41347 | 38170 | 45885 |   1.1 |  22M| 148 |   - | 371 | 537 | 371 |  54 |2226 | 912 |1080 | 0.000000e+00 | 2.690000e+02 |    Inf 
10.69/10.76	o 266
10.69/10.76	c *10.2s| 41975 | 38727 | 46895 |   1.1 |  22M| 148 |   - | 371 | 538 | 371 |  57 |2268 | 920 |1080 | 0.000000e+00 | 2.660000e+02 |    Inf 
11.49/11.53	o 233
11.49/11.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.49/11.53	c *10.9s| 44960 | 40860 | 50706 |   1.1 |  23M| 148 |   - | 371 | 547 | 371 |  53 |2490 | 998 |1101 | 0.000000e+00 | 2.330000e+02 |    Inf 
11.59/11.60	o 229
11.59/11.60	c *11.0s| 45237 | 40893 | 51090 |   1.1 |  23M| 148 |   - | 371 | 545 | 371 |  68 |2532 |1010 |1105 | 0.000000e+00 | 2.290000e+02 |    Inf 
11.79/11.82	o 228
11.79/11.82	c *11.2s| 46002 | 41570 | 52447 |   1.1 |  23M| 148 |   - | 371 | 484 | 371 |  60 |2642 |1056 |1106 | 0.000000e+00 | 2.280000e+02 |    Inf 
11.79/11.82	o 209
11.79/11.82	c *11.2s| 46010 | 41019 | 52453 |   1.1 |  23M| 148 |   - | 371 | 484 | 371 |  61 |2643 |1056 |1106 | 0.000000e+00 | 2.090000e+02 |    Inf 
11.79/11.86	o 204
11.79/11.86	c *11.2s| 46092 | 40878 | 52889 |   1.1 |  23M| 148 |   - | 371 | 493 | 371 |  60 |2653 |1079 |1108 | 0.000000e+00 | 2.040000e+02 |    Inf 
12.10/12.12	o 200
12.10/12.12	c *11.5s| 47068 | 41663 | 54261 |   1.2 |  23M| 148 |   - | 371 | 480 | 371 |  59 |2725 |1095 |1108 | 0.000000e+00 | 2.000000e+02 |    Inf 
12.10/12.12	o 198
12.10/12.12	c *11.5s| 47071 | 41544 | 54282 |   1.2 |  23M| 148 |   - | 371 | 480 | 371 |  60 |2726 |1095 |1108 | 0.000000e+00 | 1.980000e+02 |    Inf 
12.29/12.34	o 188
12.29/12.34	c *11.7s| 47888 | 41779 | 55560 |   1.2 |  23M| 148 |   - | 371 | 484 | 371 |  58 |2778 |1138 |1109 | 0.000000e+00 | 1.880000e+02 |    Inf 
12.29/12.35	o 184
12.29/12.35	c *11.7s| 47913 | 41619 | 55671 |   1.2 |  23M| 148 |   - | 371 | 485 | 371 |  53 |2780 |1142 |1109 | 0.000000e+00 | 1.840000e+02 |    Inf 
12.39/12.40	o 180
12.39/12.40	c *11.7s| 48034 | 41584 | 56244 |   1.2 |  23M| 148 |   - | 371 | 514 | 371 |  52 |2803 |1185 |1109 | 0.000000e+00 | 1.800000e+02 |    Inf 
12.39/12.40	o 175
12.39/12.40	c *11.7s| 48035 | 41331 | 56244 |   1.2 |  23M| 148 |   - | 371 | 514 | 371 |  52 |2803 |1185 |1109 | 0.000000e+00 | 1.750000e+02 |    Inf 
12.39/12.41	o 173
12.39/12.41	c *11.7s| 48056 | 41292 | 56368 |   1.2 |  23M| 148 |   - | 371 | 515 | 371 |  55 |2806 |1187 |1109 | 0.000000e+00 | 1.730000e+02 |    Inf 
12.39/12.41	o 169
12.39/12.41	c *11.7s| 48064 | 41002 | 56372 |   1.2 |  23M| 148 |   - | 371 | 515 | 371 |  55 |2806 |1187 |1109 | 0.000000e+00 | 1.690000e+02 |    Inf 
12.39/12.41	o 161
12.39/12.41	c *11.7s| 48065 | 39955 | 56374 |   1.2 |  22M| 148 |   - | 371 | 515 | 371 |  55 |2806 |1187 |1109 | 0.000000e+00 | 1.610000e+02 |    Inf 
12.39/12.43	o 159
12.39/12.43	c *11.8s| 48121 | 39470 | 56578 |   1.2 |  22M| 148 |   - | 371 | 520 | 371 |  55 |2810 |1194 |1109 | 0.000000e+00 | 1.590000e+02 |    Inf 
12.39/12.44	o 153
12.39/12.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.39/12.44	c *11.8s| 48126 | 38642 | 56650 |   1.2 |  22M| 148 |   - | 371 | 520 | 371 |  53 |2811 |1194 |1109 | 0.000000e+00 | 1.530000e+02 |    Inf 
12.39/12.45	o 148
12.39/12.45	c *11.8s| 48148 | 37938 | 56689 |   1.2 |  21M| 148 |   - | 371 | 521 | 371 |  54 |2815 |1199 |1109 | 0.000000e+00 | 1.480000e+02 |    Inf 
12.39/12.45	o 140
12.39/12.45	c *11.8s| 48149 | 37116 | 56689 |   1.2 |  21M| 148 |   - | 371 | 521 | 371 |  54 |2815 |1199 |1109 | 0.000000e+00 | 1.400000e+02 |    Inf 
12.39/12.46	o 139
12.39/12.46	c *11.8s| 48175 | 36908 | 56807 |   1.2 |  21M| 148 |   - | 371 | 522 | 371 |  52 |2819 |1200 |1109 | 0.000000e+00 | 1.390000e+02 |    Inf 
12.39/12.46	o 136
12.39/12.46	c *11.8s| 48191 | 36375 | 56882 |   1.2 |  21M| 148 |   - | 371 | 526 | 371 |  52 |2819 |1204 |1109 | 0.000000e+00 | 1.360000e+02 |    Inf 
12.49/12.50	o 133
12.49/12.50	c *11.8s| 48289 | 36155 | 57266 |   1.2 |  21M| 148 |   - | 371 | 529 | 371 |  62 |2853 |1215 |1110 | 0.000000e+00 | 1.330000e+02 |    Inf 
12.49/12.53	o 132
12.49/12.53	c *11.9s| 48366 | 35861 | 57655 |   1.2 |  20M| 148 |   - | 371 | 548 | 371 |  55 |2867 |1246 |1110 | 0.000000e+00 | 1.320000e+02 |    Inf 
12.49/12.55	o 130
12.49/12.55	c *11.9s| 48402 | 35593 | 57852 |   1.2 |  20M| 148 |   - | 371 | 553 | 371 |  53 |2868 |1256 |1110 | 0.000000e+00 | 1.300000e+02 |    Inf 
12.49/12.55	o 121
12.49/12.55	c *11.9s| 48408 | 34186 | 57863 |   1.2 |  20M| 148 |   - | 371 | 553 | 371 |  53 |2868 |1256 |1110 | 0.000000e+00 | 1.210000e+02 |    Inf 
12.49/12.55	o 117
12.49/12.55	c *11.9s| 48409 | 33578 | 57863 |   1.2 |  19M| 148 |   - | 371 | 553 | 371 |  53 |2868 |1256 |1110 | 0.000000e+00 | 1.170000e+02 |    Inf 
12.49/12.59	o 109
12.49/12.59	c *11.9s| 48506 | 32418 | 58205 |   1.2 |  19M| 148 |   - | 371 | 573 | 371 |  63 |2883 |1295 |1111 | 0.000000e+00 | 1.090000e+02 |    Inf 
12.59/12.68	o 104
12.59/12.68	c *12.0s| 48777 | 31170 | 58982 |   1.2 |  19M| 148 |   - | 371 | 575 | 371 |  54 |2931 |1332 |1114 | 0.000000e+00 | 1.040000e+02 |    Inf 
12.69/12.71	o 99
12.69/12.71	c *12.0s| 48860 | 30043 | 59357 |   1.2 |  18M| 148 |   - | 371 | 589 | 371 |  62 |2958 |1358 |1114 | 0.000000e+00 | 9.900000e+01 |    Inf 
12.69/12.71	o 86
12.69/12.71	c *12.0s| 48861 | 27931 | 59357 |   1.2 |  17M| 148 |   - | 371 | 589 | 371 |  62 |2958 |1358 |1114 | 0.000000e+00 | 8.600000e+01 |    Inf 
12.69/12.72	o 84
12.69/12.72	c *12.1s| 48900 | 27724 | 59456 |   1.2 |  17M| 148 |   - | 371 | 579 | 371 |  60 |2967 |1372 |1114 | 0.000000e+00 | 8.400000e+01 |    Inf 
12.69/12.73	o 78
12.69/12.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.69/12.73	c *12.1s| 48901 | 26674 | 59456 |   1.2 |  16M| 148 |   - | 371 | 579 | 371 |  60 |2967 |1372 |1114 | 0.000000e+00 | 7.800000e+01 |    Inf 
12.69/12.74	o 77
12.69/12.74	c *12.1s| 48914 | 26279 | 59610 |   1.2 |  16M| 148 |   - | 371 | 539 | 371 |  53 |2968 |1374 |1115 | 0.000000e+00 | 7.700000e+01 |    Inf 
12.69/12.74	o 74
12.69/12.74	c *12.1s| 48917 | 25027 | 59636 |   1.2 |  16M| 148 |   - | 371 | 532 | 371 |  57 |2972 |1374 |1116 | 0.000000e+00 | 7.400000e+01 |    Inf 
12.69/12.75	o 72
12.69/12.75	c *12.1s| 48949 | 24902 | 59850 |   1.2 |  15M| 148 |   - | 371 | 527 | 371 |  59 |2982 |1389 |1116 | 0.000000e+00 | 7.200000e+01 |    Inf 
12.69/12.76	o 66
12.69/12.76	c *12.1s| 48950 | 22319 | 59850 |   1.2 |  14M| 148 |   - | 371 | 527 | 371 |  59 |2982 |1389 |1116 | 0.000000e+00 | 6.600000e+01 |    Inf 
12.69/12.78	o 53
12.69/12.78	c *12.1s| 48979 | 18128 | 60029 |   1.2 |  12M| 148 |   - | 371 | 526 | 371 |  58 |2991 |1405 |1119 | 0.000000e+00 | 5.300000e+01 |    Inf 
12.69/12.79	o 47
12.69/12.79	c *12.1s| 48997 | 14703 | 60106 |   1.2 |  10M| 148 |   - | 371 | 507 | 371 |  66 |2997 |1411 |1119 | 0.000000e+00 | 4.700000e+01 |    Inf 
12.79/12.81	o 45
12.79/12.81	c *12.1s| 49025 | 14205 | 60341 |   1.2 |  10M| 148 |   - | 371 | 509 | 371 |  66 |3027 |1425 |1123 | 0.000000e+00 | 4.500000e+01 |    Inf 
12.79/12.82	o 32
12.79/12.82	c *12.1s| 49028 |  9119 | 60348 |   1.2 |7599k| 148 |   - | 371 | 509 | 371 |  66 |3027 |1425 |1123 | 0.000000e+00 | 3.200000e+01 |    Inf 
12.79/12.82	o 28
12.79/12.82	c *12.1s| 49036 |  8520 | 60444 |   1.2 |7270k| 148 |   - | 371 | 481 | 371 |  56 |3031 |1429 |1125 | 0.000000e+00 | 2.800000e+01 |    Inf 
12.79/12.83	o 20
12.79/12.83	c *12.2s| 49039 |  8187 | 60458 |   1.2 |7062k| 148 |   - | 371 | 473 | 371 |  56 |3031 |1431 |1125 | 0.000000e+00 | 2.000000e+01 |    Inf 
12.79/12.84	o 13
12.79/12.84	c *12.2s| 49050 |  6153 | 60600 |   1.2 |5958k| 148 |   - | 371 | 460 | 371 |  56 |3035 |1432 |1127 | 0.000000e+00 | 1.300000e+01 |    Inf 
12.79/12.84	o 11
12.79/12.84	c *12.2s| 49051 |  5063 | 60603 |   1.2 |5388k| 148 |   - | 371 | 460 | 371 |  56 |3035 |1432 |1127 | 0.000000e+00 | 1.100000e+01 |    Inf 
12.79/12.86	o 10
12.79/12.86	c *12.2s| 49080 |   405 | 60819 |   1.2 |2996k| 148 |   - | 371 | 471 | 371 |  54 |3050 |1476 |1133 | 0.000000e+00 | 1.000000e+01 |    Inf 
12.99/13.06	o 9
12.99/13.06	c *12.4s| 49377 |   184 | 64794 |   1.3 |2745k| 148 |   - | 371 | 696 | 371 |  52 |3085 |1819 |1145 | 0.000000e+00 | 9.000000e+00 |    Inf 
12.99/13.08	o 8
12.99/13.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.99/13.08	c *12.4s| 49411 |   164 | 65240 |   1.3 |2720k| 148 |   - | 371 | 714 | 371 |  52 |3085 |1857 |1145 | 0.000000e+00 | 8.000000e+00 |    Inf 
13.09/13.11	o 7
13.09/13.11	c *12.4s| 49469 |   125 | 65978 |   1.3 |2660k| 148 |   - | 371 | 755 | 371 |  52 |3091 |1932 |1146 | 0.000000e+00 | 7.000000e+00 |    Inf 
13.09/13.16	o 1
13.09/13.16	c *12.5s| 49555 |    90 | 67187 |   1.4 |2656k| 148 |   - | 371 | 820 | 371 |  52 |3106 |2031 |1149 | 0.000000e+00 | 1.000000e+00 |    Inf 
13.19/13.29	c 
13.19/13.29	c SCIP Status        : problem is solved [optimal solution found]
13.19/13.29	c Solving Time (sec) : 12.59
13.19/13.29	c Solving Nodes      : 49746
13.19/13.29	c Primal Bound       : +1.00000000000000e+00 (182 solutions)
13.19/13.29	c Dual Bound         : +1.00000000000000e+00
13.19/13.29	c Gap                : 0.00 %
13.19/13.29	s OPTIMUM FOUND
13.19/13.29	v -x169 -x168 x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
13.19/13.29	v -x147 -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
13.19/13.29	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
13.19/13.29	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 
13.19/13.29	v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
13.19/13.29	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 
13.19/13.29	v -x30 -x29 -x28 -x27 x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 
13.19/13.29	v x4 -x3 -x2 -x1 
13.19/13.29	c SCIP Status        : problem is solved [optimal solution found]
13.19/13.29	c Solving Time       :      12.59
13.19/13.29	c Original Problem   :
13.19/13.29	c   Problem name     : HOME/instance-2692856-1277923773.wbo
13.19/13.29	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
13.19/13.29	c   Constraints      : 203 initial, 203 maximal
13.19/13.29	c Presolved Problem  :
13.19/13.29	c   Problem name     : t_HOME/instance-2692856-1277923773.wbo
13.19/13.29	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
13.19/13.29	c   Constraints      : 202 initial, 959 maximal
13.19/13.29	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
13.19/13.29	c   trivial          :       0.00          0          0          0          0          0          0          0          0
13.19/13.29	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
13.19/13.29	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
13.19/13.29	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
13.19/13.29	c   implics          :       0.00          0          0          0          0          0          0          0          0
13.19/13.29	c   probing          :       0.01          0          0          0          0          0          0          0          0
13.19/13.29	c   indicator        :       0.00          0          0          0          0          0          0          0          0
13.19/13.29	c   linear           :       0.00          0          0          0        101          0          1          0          0
13.19/13.29	c   logicor          :       0.00          0          0          0          0          0          0          0          0
13.19/13.29	c   root node        :          -        101          -          -        202          -          -          -          -
13.19/13.29	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
13.19/13.29	c   integral         :          0          0          0      50520          0          0          3          0          0       6698
13.19/13.29	c   indicator        :        101          0      69403      47148          0        100      42572          0          0          0
13.19/13.29	c   linear           :        101          5      69405      46678          0        392     117328       3119          0          0
13.19/13.29	c   logicor          :          0+         0      14426          0          0        235       4662          0          0          0
13.19/13.29	c   countsols        :          0          0          0      45068          0          0          0          0          0          0
13.19/13.29	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
13.19/13.29	c   integral         :       0.55       0.00       0.00       0.55       0.00
13.19/13.29	c   indicator        :       0.39       0.00       0.14       0.25       0.00
13.19/13.29	c   linear           :       0.78       0.00       0.48       0.30       0.00
13.19/13.29	c   logicor          :       0.07       0.00       0.07       0.00       0.00
13.19/13.29	c   countsols        :       0.00       0.00       0.00       0.00       0.00
13.19/13.29	c Propagators        :       Time      Calls    Cutoffs    DomReds
13.19/13.29	c   vbounds          :       0.04          2          0          0
13.19/13.29	c   rootredcost      :       0.00         68          0        101
13.19/13.29	c   pseudoobj        :       0.35      70313        359      16660
13.19/13.29	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
13.19/13.29	c   propagation      :       0.15        986        984       3130       32.3        211        6.4          -
13.19/13.29	c   infeasible LP    :       0.01        279        277       1246       16.7          1        3.0          0
13.19/13.29	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
13.19/13.29	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
13.19/13.29	c   pseudo solution  :       0.01         65         65        205       14.5          9        5.4          -
13.19/13.29	c   applied globally :          -          -          -       2148       14.7          -          -          -
13.19/13.29	c   applied locally  :          -          -          -        141       39.4          -          -          -
13.19/13.29	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
13.19/13.29	c   cut pool         :       0.00          2          -          -          0          -    (maximal pool size: 24)
13.19/13.29	c   redcost          :       0.29      51026          0      12438          0          0
13.19/13.29	c   impliedbounds    :       0.00          3          0          0          0          0
13.19/13.29	c   intobj           :       0.00          0          0          0          0          0
13.19/13.29	c   cgmip            :       0.00          0          0          0          0          0
13.19/13.29	c   gomory           :       0.01          3          0          0         24          0
13.19/13.29	c   strongcg         :       0.00          3          0          0          0          0
13.19/13.29	c   cmir             :       0.00          3          0          0          0          0
13.19/13.29	c   flowcover        :       0.00          3          0          0          0          0
13.19/13.29	c   clique           :       0.00          1          0          0          0          0
13.19/13.29	c   zerohalf         :       0.00          0          0          0          0          0
13.19/13.29	c   mcf              :       0.00          1          0          0          0          0
13.19/13.29	c   rapidlearning    :       0.00          0          0          0          0          0
13.19/13.29	c Pricers            :       Time      Calls       Vars
13.19/13.29	c   problem variables:       0.00          0          0
13.19/13.29	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
13.19/13.29	c   relpscost        :       0.55       3352          0          3          0          0       6698
13.19/13.29	c   pscost           :       0.00          0          0          0          0          0          0
13.19/13.29	c   inference        :       0.75      45000          0          0          0          0      90000
13.19/13.29	c   mostinf          :       0.00          0          0          0          0          0          0
13.19/13.29	c   leastinf         :       0.00          0          0          0          0          0          0
13.19/13.29	c   fullstrong       :       0.00          0          0          0          0          0          0
13.19/13.29	c   allfullstrong    :       0.00          0          0          0          0          0          0
13.19/13.29	c   random           :       0.00          0          0          0          0          0          0
13.19/13.29	c Primal Heuristics  :       Time      Calls      Found
13.19/13.29	c   LP solutions     :       0.05          -         68
13.19/13.29	c   pseudo solutions :       0.00          -          0
13.19/13.29	c   feaspump         :       0.00          0          0
13.19/13.29	c   oneopt           :       0.08         59          0
13.19/13.29	c   guideddiving     :       0.16       1377          0
13.19/13.29	c   linesearchdiving :       0.13       1429          0
13.19/13.29	c   coefdiving       :       0.10       1429          0
13.19/13.29	c   fracdiving       :       0.18       1429          0
13.19/13.29	c   veclendiving     :       0.13       1429          0
13.19/13.29	c   pscostdiving     :       0.12       1430          0
13.19/13.29	c   rootsoldiving    :       0.12       1216          0
13.19/13.29	c   objpscostdiving  :       0.10       1220          0
13.19/13.29	c   trivial          :       0.00          2          2
13.19/13.29	c   simplerounding   :       0.02       3400          0
13.19/13.29	c   zirounding       :       0.05       1000          0
13.19/13.29	c   rounding         :       0.06        753          0
13.19/13.29	c   shifting         :       0.03        216          0
13.19/13.29	c   intshifting      :       0.01          4          0
13.19/13.29	c   twoopt           :       0.00          0          0
13.19/13.29	c   fixandinfer      :       0.00          0          0
13.19/13.29	c   intdiving        :       0.00          0          0
13.19/13.29	c   actconsdiving    :       0.00          0          0
13.19/13.29	c   octane           :       0.00          0          0
13.19/13.29	c   rens             :       0.00          1          0
13.19/13.29	c   rins             :       0.00          0          0
13.19/13.29	c   localbranching   :       0.00          0          0
13.19/13.29	c   mutation         :       0.00          0          0
13.19/13.29	c   crossover        :       0.24         28          2
13.19/13.29	c   dins             :       0.00          0          0
13.19/13.29	c   undercover       :       0.00          0          0
13.19/13.29	c   nlp              :       0.01          0          0
13.19/13.29	c   trysol           :       0.05       2313        110
13.19/13.29	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
13.19/13.29	c   primal LP        :       0.00          0          0       0.00          -
13.19/13.29	c   dual LP          :       4.34       8892      69079       7.77   15916.82
13.19/13.29	c   lex dual LP      :       0.00          0          0       0.00          -
13.19/13.29	c   barrier LP       :       0.00          0          0       0.00          -
13.19/13.29	c   diving/probing LP:       0.03        183       1384       7.56   46133.33
13.19/13.29	c   strong branching :       0.53       1151      23125      20.09   43632.08
13.19/13.29	c     (at root node) :          -         33       1071      32.45          -
13.19/13.29	c   conflict analysis:       0.00          0          0       0.00          -
13.19/13.29	c B&B Tree           :
13.19/13.29	c   number of runs   :          1
13.19/13.29	c   nodes            :      49746
13.19/13.29	c   nodes (total)    :      49746
13.19/13.29	c   nodes left       :          0
13.19/13.29	c   max depth        :        148
13.19/13.29	c   max depth (total):        148
13.19/13.29	c   backtracks       :       1796 (3.6%)
13.19/13.29	c   delayed cutoffs  :        450
13.19/13.29	c   repropagations   :       6976 (9731 domain reductions, 91 cutoffs)
13.19/13.29	c   avg switch length:       2.66
13.19/13.29	c   switching time   :       0.64
13.19/13.29	c Solution           :
13.19/13.29	c   Solutions found  :        182 (69 improvements)
13.19/13.29	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
13.19/13.29	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 49555 nodes, 12.47 seconds, depth 13, found by <relaxation>)
13.19/13.29	c   Dual Bound       : +1.00000000000000e+00
13.19/13.29	c   Gap              :       0.00 %
13.19/13.29	c   Root Dual Bound  : +0.00000000000000e+00
13.19/13.29	c   Root Iterations  :         94
13.19/13.29	c Time complete: 13.28.

Verifier Data

OK	1

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692856-1277923773/watcher-2692856-1277923773 -o /tmp/evaluation-result-2692856-1277923773/solver-2692856-1277923773 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692856-1277923773.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.99 1.99 4/196 14294
/proc/meminfo: memFree=31278300/32951124 swapFree=67111528/67111528
[pid=14294] ppid=14292 vsize=9396 CPUtime=0
/proc/14294/stat : 14294 (pbscip.linux.x8) R 14292 14294 12635 0 -1 4202496 1652 0 0 0 0 0 0 0 25 0 1 0 133673406 9621504 1571 4089446400 4194304 8223781 140735699794784 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14294/statm: 2349 1574 369 984 0 1362 0

[startup+0.0657561 s]
/proc/loadavg: 1.93 1.99 1.99 4/196 14294
/proc/meminfo: memFree=31278300/32951124 swapFree=67111528/67111528
[pid=14294] ppid=14292 vsize=16412 CPUtime=0.06
/proc/14294/stat : 14294 (pbscip.linux.x8) R 14292 14294 12635 0 -1 4202496 5734 0 0 0 6 0 0 0 25 0 1 0 133673406 16805888 3217 4089446400 4194304 8223781 140735699794784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14294/statm: 4103 3217 574 984 0 3116 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16412

[startup+0.100751 s]
/proc/loadavg: 1.93 1.99 1.99 4/196 14294
/proc/meminfo: memFree=31278300/32951124 swapFree=67111528/67111528
[pid=14294] ppid=14292 vsize=16412 CPUtime=0.09
/proc/14294/stat : 14294 (pbscip.linux.x8) R 14292 14294 12635 0 -1 4202496 5734 0 0 0 9 0 0 0 25 0 1 0 133673406 16805888 3217 4089446400 4194304 8223781 140735699794784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14294/statm: 4103 3217 574 984 0 3116 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16412

[startup+0.300717 s]
/proc/loadavg: 1.93 1.99 1.99 4/196 14294
/proc/meminfo: memFree=31278300/32951124 swapFree=67111528/67111528
[pid=14294] ppid=14292 vsize=16412 CPUtime=0.29
/proc/14294/stat : 14294 (pbscip.linux.x8) R 14292 14294 12635 0 -1 4202496 5742 0 0 0 29 0 0 0 25 0 1 0 133673406 16805888 3225 4089446400 4194304 8223781 140735699794784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14294/statm: 4103 3225 577 984 0 3116 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16412

[startup+0.700652 s]
/proc/loadavg: 1.93 1.99 1.99 4/196 14294
/proc/meminfo: memFree=31278300/32951124 swapFree=67111528/67111528
[pid=14294] ppid=14292 vsize=16420 CPUtime=0.69
/proc/14294/stat : 14294 (pbscip.linux.x8) R 14292 14294 12635 0 -1 4202496 6846 0 0 0 66 3 0 0 25 0 1 0 133673406 16814080 3239 4089446400 4194304 8223781 140735699794784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14294/statm: 4105 3239 578 984 0 3118 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16420

[startup+1.50052 s]
/proc/loadavg: 1.93 1.99 1.99 3/197 14295
/proc/meminfo: memFree=31266264/32951124 swapFree=67111528/67111528
[pid=14294] ppid=14292 vsize=19008 CPUtime=1.49
/proc/14294/stat : 14294 (pbscip.linux.x8) R 14292 14294 12635 0 -1 4202496 13967 0 0 0 142 7 0 0 25 0 1 0 133673406 19464192 3894 4089446400 4194304 8223781 140735699794784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14294/statm: 4752 3894 582 984 0 3765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19008

[startup+3.10025 s]
/proc/loadavg: 1.93 1.99 1.99 3/197 14295
/proc/meminfo: memFree=31262544/32951124 swapFree=67111528/67111528
[pid=14294] ppid=14292 vsize=23260 CPUtime=3.09
/proc/14294/stat : 14294 (pbscip.linux.x8) R 14292 14294 12635 0 -1 4202496 28452 0 0 0 293 16 0 0 25 0 1 0 133673406 23818240 4972 4089446400 4194304 8223781 140735699794784 18446744073709551615 4434319 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14294/statm: 5815 4972 582 984 0 4828 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23260

[startup+6.3007 s]
/proc/loadavg: 1.93 1.99 1.99 3/197 14295
/proc/meminfo: memFree=31254980/32951124 swapFree=67111528/67111528
[pid=14294] ppid=14292 vsize=30196 CPUtime=6.29
/proc/14294/stat : 14294 (pbscip.linux.x8) R 14292 14294 12635 0 -1 4202496 52847 0 0 0 595 34 0 0 25 0 1 0 133673406 30920704 6762 4089446400 4194304 8223781 140735699794784 18446744073709551615 4819212 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14294/statm: 7549 6762 583 984 0 6562 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30196

[startup+12.7006 s]
/proc/loadavg: 1.94 1.99 1.99 3/197 14295
/proc/meminfo: memFree=31241092/32951124 swapFree=67111528/67111528
[pid=14294] ppid=14292 vsize=42728 CPUtime=12.69
/proc/14294/stat : 14294 (pbscip.linux.x8) R 14292 14294 12635 0 -1 4202496 87844 0 0 0 1202 67 0 0 25 0 1 0 133673406 43753472 9973 4089446400 4194304 8223781 140735699794784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14294/statm: 10682 9973 583 984 0 9695 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42728

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

[startup+13.1006 s]
/proc/loadavg: 1.94 1.99 1.99 3/197 14295
/proc/meminfo: memFree=31239604/32951124 swapFree=67111528/67111528
[pid=14294] ppid=14292 vsize=42728 CPUtime=13.09
/proc/14294/stat : 14294 (pbscip.linux.x8) R 14292 14294 12635 0 -1 4202496 92710 0 0 0 1241 68 0 0 25 0 1 0 133673406 43753472 9988 4089446400 4194304 8223781 140735699794784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14294/statm: 10682 9988 598 984 0 9695 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 42728

[startup+13.2055 s]
/proc/loadavg: 1.94 1.99 1.99 3/197 14295
/proc/meminfo: memFree=31239604/32951124 swapFree=67111528/67111528
[pid=14294] ppid=14292 vsize=42728 CPUtime=13.19
/proc/14294/stat : 14294 (pbscip.linux.x8) R 14292 14294 12635 0 -1 4202496 92710 0 0 0 1251 68 0 0 25 0 1 0 133673406 43753472 9988 4089446400 4194304 8223781 140735699794784 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14294/statm: 10682 9988 598 984 0 9695 0
Current children cumulated CPU time (s) 13.19
Current children cumulated vsize (KiB) 42728

Child status: 0
Real time (s): 13.299
CPU time (s): 13.294
CPU user time (s): 12.5991
CPU system time (s): 0.694894
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 50080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5991
system time used= 0.694894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92716
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= 1
involuntary context switches= 325

runsolver used 0.030995 second user time and 0.039993 second system time

The end

Launcher Data

Begin job on node130 at 2010-06-30 20:49:33
IDJOB=2692856
IDBENCH=79216
IDSOLVER=1204
FILE ID=node130/2692856-1277923773
PBS_JOBID= 11197328
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110974180--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692856-1277923773/watcher-2692856-1277923773 -o /tmp/evaluation-result-2692856-1277923773/solver-2692856-1277923773 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692856-1277923773.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e43f58a024ab39f0c7f396fa22784bca
RANDOM SEED=599085875

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31278704 kB
Buffers:        210148 kB
Cached:         967416 kB
SwapCached:          0 kB
Active:         820568 kB
Inactive:       708132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31278704 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4820 kB
Writeback:           0 kB
AnonPages:      351232 kB
Mapped:          20656 kB
Slab:            79344 kB
PageTables:       5180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1658068 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= 74208 MiB
End job on node130 at 2010-06-30 20:49:47