Trace number 2705735

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 59.052 59.051

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh218_wcsp.wbo
MD5SUMe9977e481ed86e7573c7f989943259e1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.158974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705735-1278580124.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 800 impl, 0 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1800 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.3
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1789.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	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.05	c t 0.0s|     1 |     0 |     0 |     - |5947k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |     0 |     - |6319k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    41 |     - |6383k|   0 |   0 |1700 |1600 |1700 |  68 |  68 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   145 |     - |6415k|   0 |  57 |1700 |1600 |1700 | 124 | 124 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   194 |     - |6796k|   0 |  57 |1700 |1600 |1700 | 161 | 161 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   285 |     - |6951k|   0 |  55 |1700 |1600 |1700 | 179 | 179 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.17	c   0.2s|     1 |     0 |   353 |     - |6967k|   0 |  64 |1700 |1600 |1700 | 188 | 188 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |   380 |     - |6997k|   0 |  59 |1700 |1600 |1700 | 192 | 192 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     2 |   380 |     - |7022k|   0 |  59 |1700 |1600 |1700 | 192 | 192 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
5.80/5.81	o 4966
5.80/5.81	c * 5.8s|  6990 |  6502 |  8414 |   1.1 |  15M| 825 |   - |1700 |1609 |1700 | 275 |1063 |   9 | 672 | 0.000000e+00 | 4.966000e+03 |    Inf 
6.39/6.43	o 4823
6.39/6.43	c * 6.4s|  7863 |  7210 |  9249 |   1.1 |  16M| 825 |   - |1700 |1909 |1700 | 238 |1154 | 309 | 681 | 0.000000e+00 | 4.823000e+03 |    Inf 
8.29/8.38	c   8.4s| 10000 |  8795 | 14391 |   1.4 |  20M| 825 |   0 |1700 |3415 |1700 | 232 |2066 |1815 | 701 | 0.000000e+00 | 4.823000e+03 |    Inf 
8.99/9.07	o 4665
8.99/9.07	c * 9.1s| 10747 |  9279 | 16238 |   1.5 |  21M| 825 |   - |1700 |3894 |1700 | 244 |2438 |2294 | 706 | 0.000000e+00 | 4.665000e+03 |    Inf 
9.09/9.17	o 4621
9.09/9.17	c * 9.2s| 10860 |  9345 | 16544 |   1.5 |  21M| 825 |   - |1700 |3961 |1700 | 232 |2471 |2361 | 706 | 0.000000e+00 | 4.621000e+03 |    Inf 
9.19/9.28	o 4548
9.19/9.28	c * 9.3s| 10993 |  9410 | 16856 |   1.5 |  21M| 825 |   - |1700 |3976 |1700 | 237 |2515 |2378 | 706 | 0.000000e+00 | 4.548000e+03 |    Inf 
9.19/9.28	o 4543
9.19/9.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.19/9.28	c * 9.3s| 10994 |  9408 | 16861 |   1.5 |  21M| 825 |   - |1700 |3976 |1700 | 237 |2515 |2378 | 706 | 0.000000e+00 | 4.543000e+03 |    Inf 
9.29/9.31	o 4484
9.29/9.31	c * 9.3s| 11016 |  9386 | 17046 |   1.5 |  21M| 825 |   - |1700 |3983 |1700 | 232 |2523 |2386 | 706 | 0.000000e+00 | 4.484000e+03 |    Inf 
10.49/10.54	o 4466
10.49/10.54	c *10.5s| 12174 | 10148 | 20927 |   1.7 |  24M| 825 |   - |1700 |4924 |1700 | 242 |3251 |3385 | 714 | 0.000000e+00 | 4.466000e+03 |    Inf 
10.49/10.55	o 4461
10.49/10.55	c *10.5s| 12175 | 10143 | 20930 |   1.7 |  24M| 825 |   - |1700 |4924 |1700 | 242 |3251 |3385 | 714 | 0.000000e+00 | 4.461000e+03 |    Inf 
10.49/10.56	o 4388
10.49/10.56	c *10.6s| 12190 | 10099 | 21065 |   1.7 |  23M| 825 |   - |1700 |4922 |1700 | 242 |3258 |3385 | 714 | 0.000000e+00 | 4.388000e+03 |    Inf 
12.79/12.84	o 4231
12.79/12.84	c *12.8s| 14843 | 12069 | 25854 |   1.7 |  27M| 825 |   - |1700 |5493 |1700 | 244 |4075 |4475 | 729 | 0.000000e+00 | 4.231000e+03 |    Inf 
12.79/12.85	o 4204
12.79/12.85	c *12.8s| 14844 | 12044 | 25894 |   1.7 |  27M| 825 |   - |1700 |5493 |1700 | 244 |4075 |4475 | 729 | 0.000000e+00 | 4.204000e+03 |    Inf 
15.59/15.69	o 4201
15.59/15.69	c *15.7s| 18064 | 14554 | 31575 |   1.7 |  31M| 825 |   - |1700 |4192 |1700 | 259 |4998 |5929 | 747 | 0.000000e+00 | 4.201000e+03 |    Inf 
17.50/17.53	c  17.5s| 20000 | 16099 | 38518 |   1.9 |  34M| 825 |   0 |1700 |3316 |1700 | 256 |5896 |6664 | 750 | 0.000000e+00 | 4.201000e+03 |    Inf 
17.80/17.80	o 4139
17.80/17.80	c *17.8s| 20274 | 16212 | 39267 |   1.9 |  34M| 825 |   - |1700 |3155 |1700 | 241 |6002 |6759 | 750 | 0.000000e+00 | 4.139000e+03 |    Inf 
17.80/17.83	o 4056
17.80/17.83	c *17.8s| 20305 | 16096 | 39356 |   1.9 |  33M| 825 |   - |1700 |3159 |1700 | 244 |6005 |6765 | 750 | 0.000000e+00 | 4.056000e+03 |    Inf 
17.80/17.84	o 4051
17.80/17.84	c *17.8s| 20310 | 16097 | 39380 |   1.9 |  33M| 825 |   - |1700 |3159 |1700 | 245 |6006 |6765 | 750 | 0.000000e+00 | 4.051000e+03 |    Inf 
17.80/17.85	o 3967
17.80/17.85	c *17.8s| 20332 | 15912 | 39387 |   1.9 |  33M| 825 |   - |1700 |3159 |1700 | 246 |6007 |6765 | 750 | 0.000000e+00 | 3.967000e+03 |    Inf 
17.90/17.92	o 3871
17.90/17.92	c *17.9s| 20408 | 15749 | 39563 |   1.9 |  32M| 825 |   - |1700 |3167 |1700 | 250 |6042 |6779 | 750 | 0.000000e+00 | 3.871000e+03 |    Inf 
17.90/17.93	o 3712
17.90/17.93	c *17.9s| 20420 | 15318 | 39568 |   1.9 |  31M| 825 |   - |1700 |3167 |1700 | 250 |6042 |6779 | 750 | 0.000000e+00 | 3.712000e+03 |    Inf 
17.90/17.93	o 3597
17.90/17.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.90/17.93	c *17.9s| 20421 | 15006 | 39568 |   1.9 |  31M| 825 |   - |1700 |3167 |1700 | 250 |6042 |6779 | 750 | 0.000000e+00 | 3.597000e+03 |    Inf 
17.99/18.00	o 3561
17.99/18.00	c *18.0s| 20495 | 14966 | 39767 |   1.9 |  30M| 825 |   - |1700 |3177 |1700 | 250 |6072 |6800 | 750 | 0.000000e+00 | 3.561000e+03 |    Inf 
17.99/18.00	o 3401
17.99/18.00	c *18.0s| 20496 | 14438 | 39770 |   1.9 |  28M| 825 |   - |1700 |3177 |1700 | 250 |6072 |6800 | 750 | 0.000000e+00 | 3.401000e+03 |    Inf 
18.99/19.06	o 3379
18.99/19.06	c *19.0s| 21514 | 15096 | 43637 |   2.0 |  30M| 825 |   - |1700 |2830 |1700 | 249 |6703 |7276 | 750 | 0.000000e+00 | 3.379000e+03 |    Inf 
19.39/19.48	o 3375
19.39/19.48	c *19.5s| 21975 | 15418 | 45128 |   2.0 |  31M| 825 |   - |1700 |2728 |1700 | 244 |6863 |7471 | 750 | 0.000000e+00 | 3.375000e+03 |    Inf 
20.99/21.04	o 3304
20.99/21.04	c *21.0s| 23610 | 16410 | 50868 |   2.1 |  33M| 825 |   - |1700 |2510 |1700 | 244 |7598 |8067 | 755 | 0.000000e+00 | 3.304000e+03 |    Inf 
21.99/22.02	o 3222
21.99/22.02	c *22.0s| 24628 | 16798 | 54178 |   2.2 |  33M| 825 |   - |1700 |2485 |1700 | 262 |8066 |8398 | 755 | 0.000000e+00 | 3.222000e+03 |    Inf 
22.79/22.80	o 2892
22.79/22.80	c *22.8s| 25452 | 15970 | 56714 |   2.2 |  31M| 825 |   - |1700 |2585 |1700 | 243 |8415 |8815 | 755 | 0.000000e+00 | 2.892000e+03 |    Inf 
22.79/22.81	o 2822
22.79/22.81	c *22.8s| 25453 | 15639 | 56724 |   2.2 |  31M| 825 |   - |1700 |2585 |1700 | 243 |8415 |8815 | 755 | 0.000000e+00 | 2.822000e+03 |    Inf 
24.99/25.02	o 2819
24.99/25.02	c *25.0s| 27855 | 17358 | 61792 |   2.2 |  35M| 825 |   - |1700 |2835 |1700 | 243 |9229 |9735 | 755 | 0.000000e+00 | 2.819000e+03 |    Inf 
25.69/25.74	o 2706
25.69/25.74	c *25.7s| 28534 | 17232 | 63753 |   2.2 |  34M| 825 |   - |1700 |3028 |1700 | 253 |9604 |  10k| 755 | 0.000000e+00 | 2.706000e+03 |    Inf 
25.69/25.74	o 2686
25.69/25.74	c *25.7s| 28535 | 17110 | 63755 |   2.2 |  34M| 825 |   - |1700 |3028 |1700 | 253 |9604 |  10k| 755 | 0.000000e+00 | 2.686000e+03 |    Inf 
25.69/25.76	o 2611
25.69/25.76	c *25.8s| 28553 | 16761 | 63895 |   2.2 |  33M| 825 |   - |1700 |3026 |1700 | 244 |9610 |  10k| 755 | 0.000000e+00 | 2.611000e+03 |    Inf 
25.79/25.81	o 2590
25.79/25.81	c *25.8s| 28606 | 16693 | 64000 |   2.2 |  33M| 825 |   - |1700 |3038 |1700 | 250 |9616 |  10k| 755 | 0.000000e+00 | 2.590000e+03 |    Inf 
25.79/25.81	o 2570
25.79/25.81	c *25.8s| 28607 | 16584 | 64002 |   2.2 |  33M| 825 |   - |1700 |3038 |1700 | 250 |9616 |  10k| 755 | 0.000000e+00 | 2.570000e+03 |    Inf 
27.09/27.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.09/27.14	c  27.1s| 30000 | 17549 | 67982 |   2.3 |  35M| 825 |   0 |1700 |2747 |1700 | 210 |  10k|  10k| 757 | 0.000000e+00 | 2.570000e+03 |    Inf 
31.29/31.32	o 2541
31.29/31.32	c *31.3s| 34307 | 20401 | 82598 |   2.4 |  42M| 825 |   - |1700 |2448 |1700 | 209 |  12k|  12k| 772 | 0.000000e+00 | 2.541000e+03 |    Inf 
32.00/32.06	o 2463
32.00/32.06	c *32.0s| 35054 | 20417 | 84768 |   2.4 |  42M| 825 |   - |1700 |2551 |1700 | 240 |  12k|  12k| 772 | 0.000000e+00 | 2.463000e+03 |    Inf 
36.90/36.94	c  36.9s| 40000 | 23739 |100456 |   2.5 |  49M| 825 |   0 |1700 |2634 |1700 | 214 |  14k|  14k| 772 | 0.000000e+00 | 2.463000e+03 |    Inf 
38.89/38.91	o 2433
38.89/38.91	c *38.9s| 41966 | 24885 |106773 |   2.5 |  52M| 825 |   - |1700 |2807 |1700 | 262 |  15k|  15k| 772 | 0.000000e+00 | 2.433000e+03 |    Inf 
40.29/40.33	o 2289
40.29/40.33	c *40.3s| 43397 | 24789 |111412 |   2.6 |  52M| 825 |   - |1700 |2853 |1700 | 242 |  16k|  16k| 772 | 0.000000e+00 | 2.289000e+03 |    Inf 
42.90/42.93	o 2219
42.90/42.93	c *42.9s| 45941 | 25928 |119801 |   2.6 |  55M| 825 |   - |1700 |2895 |1700 | 222 |  17k|  17k| 784 | 0.000000e+00 | 2.219000e+03 |    Inf 
45.29/45.32	o 2207
45.29/45.32	c *45.3s| 48259 | 27433 |128156 |   2.6 |  59M| 825 |   - |1700 |2590 |1700 | 265 |  18k|  18k| 805 | 0.000000e+00 | 2.207000e+03 |    Inf 
45.29/45.32	o 2201
45.29/45.32	c *45.3s| 48260 | 27373 |128157 |   2.6 |  59M| 825 |   - |1700 |2590 |1700 | 265 |  18k|  18k| 805 | 0.000000e+00 | 2.201000e+03 |    Inf 
45.79/45.81	o 2153
45.79/45.81	c *45.8s| 48665 | 27256 |130041 |   2.7 |  59M| 825 |   - |1700 |2580 |1700 | 229 |  19k|  18k| 823 | 0.000000e+00 | 2.153000e+03 |    Inf 
45.79/45.81	o 2115
45.79/45.81	c *45.8s| 48666 | 26900 |130046 |   2.7 |  58M| 825 |   - |1700 |2580 |1700 | 229 |  19k|  18k| 823 | 0.000000e+00 | 2.115000e+03 |    Inf 
46.59/46.68	o 2064
46.59/46.68	c *46.7s| 49513 | 27125 |132754 |   2.7 |  59M| 825 |   - |1700 |2663 |1700 | 258 |  19k|  18k| 826 | 0.000000e+00 | 2.064000e+03 |    Inf 
46.59/46.69	o 2063
46.59/46.69	c *46.7s| 49520 | 27129 |132807 |   2.7 |  59M| 825 |   - |1700 |2663 |1700 | 258 |  19k|  18k| 826 | 0.000000e+00 | 2.063000e+03 |    Inf 
46.59/46.69	o 1988
46.59/46.69	c *46.7s| 49521 | 26411 |132809 |   2.7 |  57M| 825 |   - |1700 |2663 |1700 | 258 |  19k|  18k| 826 | 0.000000e+00 | 1.988000e+03 |    Inf 
46.90/46.94	o 1931
46.90/46.94	c *46.9s| 49774 | 26021 |133525 |   2.7 |  56M| 825 |   - |1700 |2681 |1700 | 262 |  19k|  18k| 827 | 0.000000e+00 | 1.931000e+03 |    Inf 
46.90/46.94	o 1861
46.90/46.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.90/46.94	c *46.9s| 49775 | 25211 |133529 |   2.7 |  54M| 825 |   - |1700 |2681 |1700 | 262 |  19k|  18k| 827 | 0.000000e+00 | 1.861000e+03 |    Inf 
47.09/47.19	c  47.2s| 50000 | 25361 |134376 |   2.7 |  55M| 825 |   0 |1700 |2671 |1700 | 247 |  19k|  18k| 827 | 0.000000e+00 | 1.861000e+03 |    Inf 
47.79/47.85	o 1827
47.79/47.85	c *47.8s| 50651 | 25335 |136484 |   2.7 |  55M| 825 |   - |1700 |2712 |1700 | 259 |  20k|  19k| 827 | 0.000000e+00 | 1.827000e+03 |    Inf 
49.69/49.71	o 1799
49.69/49.71	c *49.7s| 52445 | 26114 |142310 |   2.7 |  57M| 825 |   - |1700 |2492 |1700 | 227 |  20k|  19k| 855 | 0.000000e+00 | 1.799000e+03 |    Inf 
49.69/49.73	o 1733
49.69/49.73	c *49.7s| 52464 | 25325 |142403 |   2.7 |  54M| 825 |   - |1700 |2505 |1700 | 242 |  20k|  19k| 855 | 0.000000e+00 | 1.733000e+03 |    Inf 
49.69/49.73	o 1591
49.69/49.73	c *49.7s| 52465 | 23499 |142408 |   2.7 |  48M| 825 |   - |1700 |2505 |1700 | 242 |  20k|  19k| 855 | 0.000000e+00 | 1.591000e+03 |    Inf 
50.50/50.51	o 1552
50.50/50.51	c *50.5s| 53085 | 23256 |146555 |   2.8 |  48M| 825 |   - |1700 |2535 |1700 | 232 |  21k|  20k| 861 | 0.000000e+00 | 1.552000e+03 |    Inf 
50.50/50.51	o 1523
50.50/50.51	c *50.5s| 53094 | 22871 |146574 |   2.8 |  47M| 825 |   - |1700 |2540 |1700 | 232 |  21k|  20k| 861 | 0.000000e+00 | 1.523000e+03 |    Inf 
50.50/50.52	o 1474
50.50/50.52	c *50.5s| 53095 | 22117 |146576 |   2.8 |  45M| 825 |   - |1700 |2540 |1700 | 232 |  21k|  20k| 861 | 0.000000e+00 | 1.474000e+03 |    Inf 
50.69/50.75	o 1447
50.69/50.75	c *50.7s| 53271 | 21881 |148285 |   2.8 |  44M| 825 |   - |1700 |2576 |1700 | 275 |  21k|  20k| 867 | 0.000000e+00 | 1.447000e+03 |    Inf 
50.69/50.76	o 1427
50.69/50.76	c *50.7s| 53272 | 21570 |148286 |   2.8 |  43M| 825 |   - |1700 |2576 |1700 | 275 |  21k|  20k| 867 | 0.000000e+00 | 1.427000e+03 |    Inf 
51.39/51.44	o 1399
51.39/51.44	c *51.4s| 53871 | 21494 |150882 |   2.8 |  44M| 825 |   - |1700 |2636 |1700 | 245 |  21k|  20k| 882 | 0.000000e+00 | 1.399000e+03 |    Inf 
51.39/51.45	o 1329
51.39/51.45	c *51.4s| 53872 | 20541 |150887 |   2.8 |  42M| 825 |   - |1700 |2636 |1700 | 245 |  21k|  20k| 882 | 0.000000e+00 | 1.329000e+03 |    Inf 
51.60/51.61	o 1214
51.60/51.61	c *51.6s| 54018 | 18688 |151709 |   2.8 |  38M| 825 |   - |1700 |2682 |1700 | 249 |  22k|  20k| 883 | 0.000000e+00 | 1.214000e+03 |    Inf 
53.39/53.42	o 1212
53.39/53.42	c *53.4s| 55344 | 19278 |160783 |   2.9 |  41M| 825 |   - |1700 |2544 |1700 | 242 |  23k|  21k| 914 | 0.000000e+00 | 1.212000e+03 |    Inf 
53.39/53.42	o 1163
53.39/53.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.39/53.42	c *53.4s| 55345 | 18546 |160784 |   2.9 |  39M| 825 |   - |1700 |2544 |1700 | 242 |  23k|  21k| 914 | 0.000000e+00 | 1.163000e+03 |    Inf 
55.39/55.47	o 1154
55.39/55.47	c *55.5s| 56782 | 18939 |170737 |   3.0 |  43M| 825 |   - |1700 |2586 |1700 | 251 |  24k|  22k| 956 | 0.000000e+00 | 1.154000e+03 |    Inf 
55.79/55.87	o 1049
55.79/55.87	c *55.9s| 57090 | 17428 |173262 |   3.0 |  41M| 825 |   - |1700 |2719 |1700 | 233 |  25k|  22k| 964 | 0.000000e+00 | 1.049000e+03 |    Inf 
55.79/55.87	o 1006
55.79/55.87	c *55.9s| 57091 | 16782 |173266 |   3.0 |  40M| 825 |   - |1700 |2719 |1700 | 233 |  25k|  22k| 964 | 0.000000e+00 | 1.006000e+03 |    Inf 
56.79/56.88	o 976
56.79/56.88	c *56.9s| 57829 | 16713 |179520 |   3.1 |  41M| 825 |   - |1700 |2558 |1700 | 262 |  26k|  22k| 993 | 0.000000e+00 | 9.760000e+02 |    Inf 
56.79/56.89	o 907
56.79/56.89	c *56.9s| 57830 | 15292 |179534 |   3.1 |  39M| 825 |   - |1700 |2558 |1700 | 262 |  26k|  22k| 993 | 0.000000e+00 | 9.070000e+02 |    Inf 
56.99/57.05	o 779
56.99/57.05	c *57.0s| 57926 | 12855 |180833 |   3.1 |  35M| 825 |   - |1700 |2451 |1700 | 262 |  26k|  22k|1000 | 0.000000e+00 | 7.790000e+02 |    Inf 
57.20/57.23	o 766
57.20/57.23	c *57.2s| 58045 | 12730 |182791 |   3.1 |  35M| 825 |   - |1700 |2321 |1700 | 277 |  26k|  22k|1004 | 0.000000e+00 | 7.660000e+02 |    Inf 
57.39/57.42	o 589
57.39/57.42	c *57.4s| 58191 |  9957 |183910 |   3.2 |  30M| 825 |   - |1700 |2338 |1700 | 281 |  26k|  22k|1006 | 0.000000e+00 | 5.890000e+02 |    Inf 
57.80/57.90	o 549
57.80/57.90	c *57.9s| 58436 |  9432 |187717 |   3.2 |  30M| 825 |   - |1700 |2039 |1700 | 258 |  27k|  23k|1012 | 0.000000e+00 | 5.490000e+02 |    Inf 
58.39/58.47	o 515
58.39/58.47	c *58.5s| 58696 |  9088 |193106 |   3.3 |  30M| 825 |   - |1700 |1860 |1700 | 268 |  28k|  23k|1047 | 0.000000e+00 | 5.150000e+02 |    Inf 
58.39/58.47	o 428
58.39/58.47	c *58.5s| 58697 |  8097 |193109 |   3.3 |  28M| 825 |   - |1700 |1860 |1700 | 268 |  28k|  23k|1047 | 0.000000e+00 | 4.280000e+02 |    Inf 
58.79/58.84	o 364
58.79/58.84	c *58.8s| 58866 |  6467 |196434 |   3.3 |  26M| 825 |   - |1700 |1700 |1700 | 247 |  28k|  23k|1052 | 0.000000e+00 | 3.640000e+02 |    Inf 
58.89/58.90	o 316
58.89/58.90	c *58.9s| 58893 |  5956 |196827 |   3.3 |  25M| 825 |   - |1700 |1617 |1700 | 228 |  28k|  23k|1052 | 0.000000e+00 | 3.160000e+02 |    Inf 
58.89/58.96	o 289
58.89/58.96	c *58.9s| 58924 |  5701 |197273 |   3.3 |  24M| 825 |   - |1700 |1554 |1700 | 242 |  28k|  23k|1052 | 0.000000e+00 | 2.890000e+02 |    Inf 
58.89/58.96	o 202
58.89/58.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.89/58.96	c *59.0s| 58925 |  3594 |197275 |   3.3 |  20M| 825 |   - |1700 |1554 |1700 | 242 |  28k|  23k|1052 | 0.000000e+00 | 2.020000e+02 |    Inf 
58.89/58.98	o 49
58.89/58.98	c *59.0s| 58933 |  2717 |197322 |   3.3 |  18M| 825 |   - |1700 |1391 |1700 | 230 |  28k|  23k|1052 | 0.000000e+00 | 4.900000e+01 |    Inf 
59.00/59.02	o 16
59.00/59.02	c *59.0s| 58946 |  1170 |197910 |   3.4 |  15M| 825 |   - |1700 |1037 |1700 | 200 |  28k|  23k|1052 | 0.000000e+00 | 1.600000e+01 |    Inf 
59.00/59.03	o 0
59.00/59.03	c *59.0s| 58947 |     0 |197912 |   3.4 |  10M| 825 |   - |1700 |1037 |1700 | 200 |  28k|  23k|1052 | 0.000000e+00 | 0.000000e+00 |   0.00%
59.00/59.03	c 
59.00/59.03	c SCIP Status        : problem is solved [optimal solution found]
59.00/59.03	c Solving Time (sec) : 59.02
59.00/59.03	c Solving Nodes      : 58947
59.00/59.03	c Primal Bound       : +0.00000000000000e+00 (173 solutions)
59.00/59.03	c Dual Bound         : +0.00000000000000e+00
59.00/59.03	c Gap                : 0.00 %
59.00/59.03	s OPTIMUM FOUND
59.00/59.03	v -x200 x199 x198 -x197 x196 -x195 x194 -x193 -x192 x191 x190 -x189 -x188 x187 x186 -x185 x184 -x183 x182 -x181 -x180 x179 x178 -x177 
59.00/59.03	v x176 -x175 x174 -x173 x172 -x171 -x170 x169 x168 -x167 x166 -x165 x164 -x163 -x162 x161 x160 -x159 x158 -x157 x156 -x155 
59.00/59.03	v x154 -x153 -x152 x151 -x150 x149 x148 -x147 -x146 x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 -x134 x133 x132 
59.00/59.03	v -x131 x130 -x129 x128 -x127 x126 -x125 -x124 x123 x122 -x121 -x120 x119 -x118 x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
59.00/59.03	v -x108 x107 -x106 x105 x104 -x103 x102 -x101 -x100 x99 -x98 x97 x96 -x95 x94 -x93 x92 -x91 x90 -x89 x88 -x87 -x86 x85 x84 
59.00/59.03	v -x83 -x82 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 
59.00/59.03	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 x30 -x29 -x28 
59.00/59.03	v x27 -x26 x25 -x24 x23 x22 -x21 -x20 x19 x18 -x17 x16 -x15 x14 -x13 x12 -x11 -x10 x9 -x8 x7 x6 -x5 x4 -x3 -x2 x1 
59.00/59.03	c SCIP Status        : problem is solved [optimal solution found]
59.00/59.03	c Solving Time       :      59.02
59.00/59.03	c Original Problem   :
59.00/59.03	c   Problem name     : HOME/instance-2705735-1278580124.wbo
59.00/59.03	c   Variables        : 1800 (1000 binary, 0 integer, 800 implicit integer, 0 continuous)
59.00/59.03	c   Constraints      : 1701 initial, 1701 maximal
59.00/59.03	c Presolved Problem  :
59.00/59.03	c   Problem name     : t_HOME/instance-2705735-1278580124.wbo
59.00/59.03	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
59.00/59.03	c   Constraints      : 1600 initial, 5525 maximal
59.00/59.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
59.00/59.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0
59.00/59.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
59.00/59.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
59.00/59.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
59.00/59.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
59.00/59.03	c   probing          :       0.01          0          0          0          0          0          0          0          0
59.00/59.03	c   linear           :       0.02          0        100          0        800          0        101          0          0
59.00/59.03	c   indicator        :       0.00          0          0          0          0          0          0          0          0
59.00/59.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0
59.00/59.03	c   root node        :          -       1578          -          -       1578          -          -          -          -
59.00/59.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
59.00/59.03	c   integral         :          0          0          0      60751          0          0          5          0          0       6586
59.00/59.03	c   linear           :        800          6     175474      57390          0       1708     140679      28887          0          0
59.00/59.03	c   indicator        :        800          0     173963      57451          0       1172    2009269          0          0          0
59.00/59.03	c   logicor          :          0+         0      80833          0          0        405      31058          0          0          0
59.00/59.03	c   countsols        :          0          0          0      48658          0          0          0          0          0          0
59.00/59.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
59.00/59.03	c   integral         :       1.29       0.00       0.00       1.29       0.00
59.00/59.03	c   linear           :       4.18       0.00       2.28       1.90       0.00
59.00/59.03	c   indicator        :       7.25       0.00       4.35       2.89       0.00
59.00/59.03	c   logicor          :       0.78       0.00       0.78       0.00       0.00
59.00/59.03	c   countsols        :       0.01       0.00       0.00       0.01       0.00
59.00/59.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
59.00/59.03	c   vbounds          :       0.03          2          0          0
59.00/59.03	c   rootredcost      :       0.03         79          0        790
59.00/59.03	c   pseudoobj        :       3.68     181427       5953    2008794
59.00/59.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
59.00/59.03	c   propagation      :       0.41       8066       8036      27076       22.7        213       11.7          -
59.00/59.03	c   infeasible LP    :       0.00         10         10         37       17.4          1       32.0          0
59.00/59.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
59.00/59.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
59.00/59.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
59.00/59.03	c   applied globally :          -          -          -      23759       21.9          -          -          -
59.00/59.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
59.00/59.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
59.00/59.03	c   cut pool         :       0.00          3          -          -          5          -    (maximal pool size: 159)
59.00/59.03	c   redcost          :       2.46      63293          0      80512          0          0
59.00/59.03	c   impliedbounds    :       0.00          4          0          0          0          0
59.00/59.03	c   intobj           :       0.00          0          0          0          0          0
59.00/59.03	c   cgmip            :       0.00          0          0          0          0          0
59.00/59.03	c   gomory           :       0.02          4          0          0        182          0
59.00/59.03	c   strongcg         :       0.02          4          0          0        222          0
59.00/59.03	c   cmir             :       0.01          4          0          0          0          0
59.00/59.03	c   flowcover        :       0.02          4          0          0          0          0
59.00/59.03	c   clique           :       0.00          1          0          0          0          0
59.00/59.03	c   zerohalf         :       0.00          0          0          0          0          0
59.00/59.03	c   mcf              :       0.00          1          0          0          0          0
59.00/59.03	c   rapidlearning    :       0.05          1          0          0          0          0
59.00/59.03	c Pricers            :       Time      Calls       Vars
59.00/59.03	c   problem variables:       0.00          0          0
59.00/59.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
59.00/59.03	c   relpscost        :       1.27       3297          0          5          0          0       6586
59.00/59.03	c   pscost           :       0.00          0          0          0          0          0          0
59.00/59.03	c   inference        :       5.26      48578          0          0          0          0      97156
59.00/59.03	c   mostinf          :       0.00          0          0          0          0          0          0
59.00/59.03	c   leastinf         :       0.00          0          0          0          0          0          0
59.00/59.03	c   fullstrong       :       0.00          0          0          0          0          0          0
59.00/59.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
59.00/59.03	c   random           :       0.00          0          0          0          0          0          0
59.00/59.03	c Primal Heuristics  :       Time      Calls      Found
59.00/59.03	c   LP solutions     :       0.10          -         80
59.00/59.03	c   pseudo solutions :       0.00          -          0
59.00/59.03	c   feaspump         :       0.00          0          0
59.00/59.03	c   intshifting      :       0.00          0          0
59.00/59.03	c   oneopt           :       0.12         58          0
59.00/59.03	c   veclendiving     :       0.04         62          0
59.00/59.03	c   linesearchdiving :       0.04         62          0
59.00/59.03	c   guideddiving     :       0.04         62          0
59.00/59.03	c   coefdiving       :       0.04         62          0
59.00/59.03	c   pscostdiving     :       0.04         62          0
59.00/59.03	c   fracdiving       :       0.04         62          0
59.00/59.03	c   objpscostdiving  :       0.04         62          0
59.00/59.03	c   rootsoldiving    :       0.04         62          0
59.00/59.03	c   crossover        :       0.72         42          9
59.00/59.03	c   trivial          :       0.00          2          1
59.00/59.03	c   simplerounding   :       0.02       3651          0
59.00/59.03	c   zirounding       :       0.02       1000          0
59.00/59.03	c   rounding         :       0.03        802          0
59.00/59.03	c   shifting         :       0.03        220          0
59.00/59.03	c   twoopt           :       0.00          0          0
59.00/59.03	c   fixandinfer      :       0.00          0          0
59.00/59.03	c   intdiving        :       0.00          0          0
59.00/59.03	c   actconsdiving    :       0.00          0          0
59.00/59.03	c   octane           :       0.00          0          0
59.00/59.03	c   rens             :       0.01          1          0
59.00/59.03	c   rins             :       0.00          0          0
59.00/59.03	c   localbranching   :       0.00          0          0
59.00/59.03	c   mutation         :       0.00          0          0
59.00/59.03	c   dins             :       0.00          0          0
59.00/59.03	c   undercover       :       0.00          0          0
59.00/59.03	c   nlp              :       0.01          0          0
59.00/59.03	c   trysol           :       0.07        115         83
59.00/59.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
59.00/59.03	c   primal LP        :       0.00          0          0       0.00          -
59.00/59.03	c   dual LP          :      20.01      22115     193330       8.74    9660.02
59.00/59.03	c   lex dual LP      :       0.00          0          0       0.00          -
59.00/59.03	c   barrier LP       :       0.00          0          0       0.00          -
59.00/59.03	c   diving/probing LP:       0.07         57       4582      80.39   62501.71
59.00/59.03	c   strong branching :       1.24       1052      29991      28.51   24122.50
59.00/59.03	c     (at root node) :          -         33       5465     165.61          -
59.00/59.03	c   conflict analysis:       0.00          0          0       0.00          -
59.00/59.03	c B&B Tree           :
59.00/59.03	c   number of runs   :          1
59.00/59.03	c   nodes            :      58947
59.00/59.03	c   nodes (total)    :      58947
59.00/59.03	c   nodes left       :          0
59.00/59.03	c   max depth        :        825
59.00/59.03	c   max depth (total):        825
59.00/59.03	c   backtracks       :       3068 (5.2%)
59.00/59.03	c   delayed cutoffs  :       3950
59.00/59.03	c   repropagations   :      20660 (897327 domain reductions, 2252 cutoffs)
59.00/59.03	c   avg switch length:       6.83
59.00/59.03	c   switching time   :       4.20
59.00/59.03	c Solution           :
59.00/59.03	c   Solutions found  :        173 (81 improvements)
59.00/59.03	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
59.00/59.03	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 58947 nodes, 59.01 seconds, depth 10, found by <relaxation>)
59.00/59.03	c   Dual Bound       : +0.00000000000000e+00
59.00/59.03	c   Gap              :       0.00 %
59.00/59.03	c   Root Dual Bound  : +0.00000000000000e+00
59.00/59.03	c   Root Iterations  :        380
59.00/59.05	c Time complete: 59.04.

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705735-1278580124/watcher-2705735-1278580124 -o /tmp/evaluation-result-2705735-1278580124/solver-2705735-1278580124 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705735-1278580124.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: 2.08 2.03 1.95 3/178 22098
/proc/meminfo: memFree=28991184/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=12952 CPUtime=0
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 2077 0 0 0 0 0 0 0 21 0 1 0 26225518 13262848 1996 4089446400 4194304 10345943 140736133645536 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22098/statm: 3238 1996 429 1502 0 1731 0

[startup+0.083818 s]
/proc/loadavg: 2.08 2.03 1.95 3/178 22098
/proc/meminfo: memFree=28991184/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=39040 CPUtime=0.07
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 8636 0 0 0 6 1 0 0 21 0 1 0 26225518 39976960 8201 4089446400 4194304 10345943 140736133645536 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 9760 8201 636 1502 0 8253 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 39040

[startup+0.100812 s]
/proc/loadavg: 2.08 2.03 1.95 3/178 22098
/proc/meminfo: memFree=28991184/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=39040 CPUtime=0.09
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 8660 0 0 0 7 2 0 0 21 0 1 0 26225518 39976960 8225 4089446400 4194304 10345943 140736133645536 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 9760 8225 636 1502 0 8253 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39040

[startup+0.300779 s]
/proc/loadavg: 2.08 2.03 1.95 3/178 22098
/proc/meminfo: memFree=28991184/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=39548 CPUtime=0.29
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 10716 0 0 0 26 3 0 0 21 0 1 0 26225518 40497152 8723 4089446400 4194304 10345943 140736133645536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 9887 8723 750 1502 0 8380 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39548

[startup+0.700723 s]
/proc/loadavg: 2.08 2.03 1.95 3/178 22098
/proc/meminfo: memFree=28991184/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=39548 CPUtime=0.69
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 10721 0 0 0 65 4 0 0 22 0 1 0 26225518 40497152 8728 4089446400 4194304 10345943 140736133645536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 9887 8728 755 1502 0 8380 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39548

[startup+1.50058 s]
/proc/loadavg: 2.07 2.03 1.95 3/179 22099
/proc/meminfo: memFree=28958564/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=41588 CPUtime=1.49
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 11696 0 0 0 143 6 0 0 25 0 1 0 26225518 42586112 9240 4089446400 4194304 10345943 140736133645536 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 10397 9240 756 1502 0 8890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41588

[startup+3.10031 s]
/proc/loadavg: 2.07 2.03 1.95 3/179 22099
/proc/meminfo: memFree=28958068/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=40948 CPUtime=3.09
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 14159 0 0 0 303 6 0 0 25 0 1 0 26225518 41930752 9088 4089446400 4194304 10345943 140736133645536 18446744073709551615 4999640 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 10237 9088 756 1502 0 8730 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40948

[startup+6.30078 s]
/proc/loadavg: 2.07 2.03 1.95 3/179 22099
/proc/meminfo: memFree=28947056/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=50764 CPUtime=6.29
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 20411 0 0 0 621 8 0 0 25 0 1 0 26225518 51982336 11565 4089446400 4194304 10345943 140736133645536 18446744073709551615 6518854 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 12691 11565 759 1502 0 11184 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50764

[startup+12.7007 s]
/proc/loadavg: 2.06 2.03 1.95 3/179 22099
/proc/meminfo: memFree=28935536/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=62500 CPUtime=12.69
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 37561 0 0 0 1257 12 0 0 25 0 1 0 26225518 64000000 14099 4089446400 4194304 10345943 140736133645536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 15625 14099 760 1502 0 14118 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62500

[startup+25.5005 s]
/proc/loadavg: 2.05 2.02 1.95 3/179 22099
/proc/meminfo: memFree=28910552/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=82480 CPUtime=25.5
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 74626 0 0 0 2526 24 0 0 25 0 1 0 26225518 84459520 19356 4089446400 4194304 10345943 140736133645536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 20620 19356 760 1502 0 19113 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 82480

[startup+51.1002 s]
/proc/loadavg: 1.75 1.96 1.93 2/171 22121
/proc/meminfo: memFree=29760624/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=124128 CPUtime=51.09
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 121295 0 0 0 5070 39 0 0 25 0 1 0 26225518 127107072 29572 4089446400 4194304 10345943 140736133645536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 31032 29572 760 1502 0 29525 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124128

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

[startup+54.3007 s]
/proc/loadavg: 1.69 1.94 1.92 2/171 22121
/proc/meminfo: memFree=29762480/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=122652 CPUtime=54.29
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 128344 0 0 0 5386 43 0 0 25 0 1 0 26225518 125595648 29048 4089446400 4194304 10345943 140736133645536 18446744073709551615 6865066 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 30663 29048 760 1502 0 29156 0
Current children cumulated CPU time (s) 54.29
Current children cumulated vsize (KiB) 122652

[startup+57.5011 s]
/proc/loadavg: 1.63 1.92 1.91 2/171 22121
/proc/meminfo: memFree=29760356/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=126064 CPUtime=57.49
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 136372 0 0 0 5703 46 0 0 25 0 1 0 26225518 129089536 29641 4089446400 4194304 10345943 140736133645536 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 31516 29641 760 1502 0 30009 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 126064

[startup+58.306 s]
/proc/loadavg: 1.63 1.92 1.91 2/171 22121
/proc/meminfo: memFree=29758992/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=126524 CPUtime=58.29
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 137404 0 0 0 5782 47 0 0 25 0 1 0 26225518 129560576 29882 4089446400 4194304 10345943 140736133645536 18446744073709551615 6557938 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 31631 29882 760 1502 0 30124 0
Current children cumulated CPU time (s) 58.29
Current children cumulated vsize (KiB) 126524

[startup+58.7009 s]
/proc/loadavg: 1.63 1.92 1.91 2/171 22121
/proc/meminfo: memFree=29758992/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=126588 CPUtime=58.69
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 138266 0 0 0 5821 48 0 0 25 0 1 0 26225518 129626112 29935 4089446400 4194304 10345943 140736133645536 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 31647 29935 760 1502 0 30140 0
Current children cumulated CPU time (s) 58.69
Current children cumulated vsize (KiB) 126588

[startup+58.9009 s]
/proc/loadavg: 1.63 1.92 1.91 2/171 22121
/proc/meminfo: memFree=29758992/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=126588 CPUtime=58.89
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 138274 0 0 0 5841 48 0 0 25 0 1 0 26225518 129626112 29943 4089446400 4194304 10345943 140736133645536 18446744073709551615 5591573 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 31647 29943 760 1502 0 30140 0
Current children cumulated CPU time (s) 58.89
Current children cumulated vsize (KiB) 126588

[startup+59.0009 s]
/proc/loadavg: 1.63 1.92 1.91 2/171 22121
/proc/meminfo: memFree=29758992/32951124 swapFree=67111528/67111528
[pid=22098] ppid=22096 vsize=126588 CPUtime=59
/proc/22098/stat : 22098 (pbscip.linux.x8) R 22096 22098 21502 0 -1 4202496 138275 0 0 0 5851 49 0 0 25 0 1 0 26225518 129626112 29944 4089446400 4194304 10345943 140736133645536 18446744073709551615 6802864 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22098/statm: 31647 29944 760 1502 0 30140 0
Current children cumulated CPU time (s) 59
Current children cumulated vsize (KiB) 126588

Child status: 0
Real time (s): 59.051
CPU time (s): 59.052
CPU user time (s): 58.5541
CPU system time (s): 0.497924
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 126588

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

runsolver used 0.081987 second user time and 0.221966 second system time

The end

Launcher Data

Begin job on node130 at 2010-07-08 11:08:44
IDJOB=2705735
IDBENCH=79399
IDSOLVER=1214
FILE ID=node130/2705735-1278580124
PBS_JOBID= 11240193
Free space on /tmp= 73388 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh218_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705735-1278580124/watcher-2705735-1278580124 -o /tmp/evaluation-result-2705735-1278580124/solver-2705735-1278580124 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705735-1278580124.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e9977e481ed86e7573c7f989943259e1
RANDOM SEED=1419837013

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28991712 kB
Buffers:        164428 kB
Cached:        2691832 kB
SwapCached:          0 kB
Active:        2213100 kB
Inactive:      1573592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28991712 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12824 kB
Writeback:           0 kB
AnonPages:      930204 kB
Mapped:          17668 kB
Slab:           107360 kB
PageTables:       6696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1077480 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= 73388 MiB
End job on node130 at 2010-07-08 11:09:43