Trace number 3447965

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 443.071 443.05

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh07_wcsp.wbo
MD5SUM124b6775b7bb4e390bc62510a681a702
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.003999
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 constraints950
Number of soft constraints850
Number of constraints which are clauses850
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 constraint10
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447965-1307902629.wbo>
0.00/0.01	c original problem has 1050 variables (1050 bin, 0 int, 0 impl, 0 cont) and 951 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 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.02/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.02/0.05	c    (0.1s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.02/0.05	c presolving (3 rounds):
0.02/0.05	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.05	c  1050 implications, 0 cliques
0.02/0.05	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.02/0.05	c     850 constraints of type <linear>
0.02/0.05	c     850 constraints of type <indicator>
0.02/0.05	c transformed objective value is always integral (scale: 1)
0.02/0.05	c Presolving Time: 0.04
0.02/0.05	c - non default parameters ----------------------------------------------------------------------
0.02/0.05	c # SCIP version 2.0.1.4
0.02/0.05	c 
0.02/0.05	c # frequency for displaying node information lines
0.02/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.05	c display/freq = 10000
0.02/0.05	c 
0.02/0.05	c # maximal time in seconds to run
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/time = 1800
0.02/0.05	c 
0.02/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/memory = 13950
0.02/0.05	c 
0.02/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.05	c # [type: int, range: [1,2], default: 1]
0.02/0.05	c timing/clocktype = 2
0.02/0.05	c 
0.02/0.05	c # belongs reading time to solving time?
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c timing/reading = TRUE
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify inequalities
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/linear/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/indicator/addCouplingCons = TRUE
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify knapsacks
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.05	c separating/rapidlearning/freq = 0
0.02/0.05	c 
0.02/0.05	c -----------------------------------------------------------------------------------------------
0.02/0.05	c start solving
0.02/0.06	c 
0.02/0.06	o 420925
0.02/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.06	c t 0.1s|     1 |     0 |     0 |     - |4958k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.02/0.07	c   0.1s|     1 |     0 |   134 |     - |6097k|   0 |  79 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.29	c   0.3s|     1 |     0 |  1157 |     - |8577k|   0 |  13 |1800 |2550 |1800 | 890 |  40 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.36	c   0.4s|     1 |     0 |  1547 |     - |8716k|   0 |  62 |1800 |2550 |1800 | 959 | 109 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |  1750 |     - |8804k|   0 |  77 |1800 |2550 |1800 |1010 | 160 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.49/0.55	c   0.5s|     1 |     0 |  2046 |     - |9730k|   0 |  71 |1800 |2550 |1800 |1029 | 179 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |  2103 |     - |9846k|   0 |  82 |1800 |2550 |1800 |1044 | 194 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.69/0.76	c   0.8s|     1 |     0 |  2132 |     - |  12M|   0 |  88 |1800 |2550 |1800 |1049 | 199 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.19/1.21	c   1.2s|     1 |     2 |  2132 |     - |  12M|   0 |  88 |1800 |2550 |1800 |1049 | 199 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
7.80/7.80	o 7709
7.80/7.80	c * 7.8s|   117 |   116 |  7074 |  42.6 |  13M|  56 |   - |1800 |2550 |1800 |1066 | 313 |   0 |1015 | 0.000000e+00 | 7.709000e+03 |    Inf 
44.40/44.40	o 5736
44.40/44.40	c *44.4s|  7133 |  7098 |301049 |  41.9 |  23M|  56 |   - |1800 |2551 |1800 |1061 |  11k|   1 |2490 | 0.000000e+00 | 5.736000e+03 |    Inf 
44.40/44.41	o 5444
44.40/44.41	c *44.4s|  7134 |  7086 |301065 |  41.9 |  23M|  56 |   - |1800 |2551 |1800 |1061 |  11k|   1 |2490 | 0.000000e+00 | 5.444000e+03 |    Inf 
44.89/44.97	o 3674
44.89/44.97	c *45.0s|  7215 |  6973 |305624 |  42.1 |  23M|  56 |   - |1800 |2551 |1800 |1048 |  11k|   1 |2493 | 0.000000e+00 | 3.674000e+03 |    Inf 
45.00/45.03	o 2972
45.00/45.03	c *45.0s|  7223 |  6701 |305939 |  42.1 |  23M|  56 |   - |1800 |2551 |1800 |1042 |  11k|   1 |2493 | 0.000000e+00 | 2.972000e+03 |    Inf 
62.60/62.69	c  62.7s| 10000 |  9145 |450006 |  44.8 |  26M|  56 |  42 |1800 |2681 |1800 |1008 |  18k| 131 |2685 | 0.000000e+00 | 2.972000e+03 |    Inf 
67.49/67.54	o 2718
67.49/67.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.49/67.54	c *67.5s| 10687 |  9491 |487005 |  45.4 |  27M|  56 |   - |1800 |2718 |1800 |1040 |  20k| 168 |2777 | 0.000000e+00 | 2.718000e+03 |    Inf 
78.29/78.34	o 2638
78.29/78.34	c *78.3s| 12199 | 10550 |572739 |  46.8 |  28M|  56 |   - |1800 |2842 |1800 |1041 |  24k| 299 |3026 | 0.000000e+00 | 2.638000e+03 |    Inf 
78.29/78.35	o 2044
78.29/78.35	c b78.4s| 12200 | 10551 |572802 |  46.8 |  28M|  56 |   - |1800 |2841 |1800 |1043 |  24k| 299 |3026 | 0.000000e+00 | 2.044000e+03 |    Inf 
89.50/89.50	o 1785
89.50/89.50	c *89.5s| 13890 |  9330 |661020 |  47.4 |  27M|  56 |   - |1800 |3050 |1800 |1037 |  28k| 546 |3304 | 0.000000e+00 | 1.785000e+03 |    Inf 
130.70/130.78	c   131s| 20000 | 12114 |980010 |  48.9 |  32M|  56 |  11 |1800 |3160 |1800 | 995 |  41k|1776 |4179 | 0.000000e+00 | 1.785000e+03 |    Inf 
196.70/196.76	c   197s| 30000 | 16503 |  1488k|  49.6 |  39M|  56 |   - |1800 |2791 |1800 |1033 |  64k|3713 |5487 | 0.000000e+00 | 1.785000e+03 |    Inf 
204.70/204.74	o 1688
204.70/204.74	c * 205s| 31278 | 16646 |  1548k|  49.4 |  40M|  56 |   - |1800 |2805 |1800 |1023 |  67k|3956 |5612 | 0.000000e+00 | 1.688000e+03 |    Inf 
220.70/220.74	o 1610
220.70/220.74	c * 221s| 33763 | 16959 |  1666k|  49.3 |  40M|  56 |   - |1800 |2790 |1800 |1029 |  73k|4532 |5879 | 0.000000e+00 | 1.610000e+03 |    Inf 
263.51/263.58	c   264s| 40000 | 18495 |  1984k|  49.6 |  43M|  56 |   2 |1800 |2797 |1800 |1010 |  88k|6132 |6570 | 0.000000e+00 | 1.610000e+03 |    Inf 
279.21/279.24	o 1558
279.21/279.24	c * 279s| 42329 | 18750 |  2103k|  49.7 |  44M|  56 |   - |1800 |2809 |1800 |1028 |  94k|6641 |6809 | 0.000000e+00 | 1.558000e+03 |    Inf 
283.11/283.19	o 1478
283.11/283.19	c * 283s| 42874 | 18505 |  2133k|  49.7 |  44M|  56 |   - |1800 |2808 |1800 |1020 |  95k|6802 |6841 | 0.000000e+00 | 1.478000e+03 |    Inf 
306.50/306.52	o 1396
306.50/306.52	c * 307s| 46574 | 19065 |  2305k|  49.5 |  45M|  56 |   - |1800 |2808 |1800 |1032 | 103k|7860 |7231 | 0.000000e+00 | 1.396000e+03 |    Inf 
306.81/306.87	o 1292
306.81/306.87	c * 307s| 46621 | 18596 |  2307k|  49.5 |  44M|  56 |   - |1800 |2807 |1800 |1033 | 103k|7872 |7236 | 0.000000e+00 | 1.292000e+03 |    Inf 
329.11/329.16	c   329s| 50000 | 19097 |  2475k|  49.5 |  45M|  56 |   2 |1800 |2892 |1800 |1015 | 110k|8981 |7534 | 0.000000e+00 | 1.292000e+03 |    Inf 
347.62/347.69	o 1274
347.62/347.69	c * 348s| 52808 | 19446 |  2615k|  49.5 |  47M|  56 |   - |1800 |2865 |1800 |1025 | 116k|9947 |7777 | 0.000000e+00 | 1.274000e+03 |    Inf 
383.61/383.66	o 1227
383.61/383.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
383.61/383.66	c * 384s| 58437 | 20331 |  2889k|  49.4 |  49M|  56 |   - |1800 |2928 |1800 |1021 | 127k|  11k|8192 | 0.000000e+00 | 1.227000e+03 |    Inf 
392.01/392.04	c   392s| 60000 | 20512 |  2947k|  49.1 |  49M|  56 |   6 |1800 |2970 |1800 | 994 | 130k|  12k|8264 | 0.000000e+00 | 1.227000e+03 |    Inf 
399.61/399.66	o 893
399.61/399.66	c * 400s| 61233 | 18198 |  3003k|  49.0 |  44M|  56 |   - |1800 |3062 |1800 |1026 | 132k|  12k|8364 | 0.000000e+00 | 8.930000e+02 |    Inf 
401.61/401.61	o 860
401.61/401.61	c * 402s| 61517 | 17933 |  3019k|  49.1 |  44M|  56 |   - |1800 |2691 |1800 |1012 | 132k|  13k|8364 | 0.000000e+00 | 8.600000e+02 |    Inf 
403.42/403.41	o 802
403.42/403.41	c * 403s| 61781 | 17409 |  3033k|  49.1 |  44M|  56 |   - |1800 |2594 |1800 |1011 | 133k|  13k|8370 | 0.000000e+00 | 8.020000e+02 |    Inf 
433.01/433.04	o 719
433.01/433.04	c * 433s| 66274 | 15533 |  3258k|  49.1 |  47M|  56 |   - |1800 |2751 |1800 |1011 | 136k|  16k|8625 | 0.000000e+00 | 7.190000e+02 |    Inf 
434.11/434.14	o 638
434.11/434.14	c * 434s| 66414 | 14019 |  3266k|  49.2 |  45M|  56 |   - |1800 |2535 |1800 |1014 | 137k|  16k|8644 | 0.000000e+00 | 6.380000e+02 |    Inf 
435.01/435.01	o 498
435.01/435.01	c * 435s| 66512 | 10829 |  3272k|  49.2 |  42M|  56 |   - |1800 |2291 |1800 |1016 | 137k|  16k|8652 | 0.000000e+00 | 4.980000e+02 |    Inf 
436.42/436.48	o 477
436.42/436.48	c * 436s| 66662 |  8697 |  3283k|  49.2 |  40M|  56 |   - |1800 |2163 |1800 |1010 | 137k|  17k|8677 | 0.000000e+00 | 4.770000e+02 |    Inf 
438.41/438.43	o 451
438.41/438.43	c l 438s| 66962 |  6831 |  3297k|  49.2 |  38M|  56 |   - |1800 |2175 |1800 | 994 | 137k|  17k|8698 | 0.000000e+00 | 4.510000e+02 |    Inf 
440.21/440.29	o 408
440.21/440.29	c * 440s| 67284 |  5184 |  3311k|  49.2 |  35M|  56 |   - |1800 |2250 |1800 | 999 | 137k|  18k|8707 | 0.000000e+00 | 4.080000e+02 |    Inf 
440.51/440.59	o 370
440.51/440.59	c * 441s| 67351 |  4556 |  3313k|  49.2 |  33M|  56 |   - |1800 |2186 |1800 |1017 | 137k|  18k|8707 | 0.000000e+00 | 3.700000e+02 |    Inf 
440.81/440.87	o 340
440.81/440.87	c * 441s| 67400 |  3892 |  3315k|  49.2 |  32M|  56 |   - |1800 |2060 |1800 | 996 | 137k|  18k|8708 | 0.000000e+00 | 3.400000e+02 |    Inf 
441.91/441.94	o 302
441.91/441.94	c * 442s| 67569 |  2440 |  3323k|  49.2 |  28M|  56 |   - |1800 |1990 |1800 |1008 | 137k|  18k|8710 | 0.000000e+00 | 3.020000e+02 |    Inf 
442.91/442.92	o 276
442.91/442.92	c * 443s| 67741 |  1489 |  3331k|  49.1 |  25M|  56 |   - |1800 |1996 |1800 | 994 | 137k|  18k|8711 | 0.000000e+00 | 2.760000e+02 |    Inf 
442.91/442.95	o 187
442.91/442.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
442.91/442.95	c * 443s| 67743 |   942 |  3331k|  49.1 |  22M|  56 |   - |1800 |1918 |1800 | 997 | 137k|  18k|8711 | 0.000000e+00 | 1.870000e+02 |    Inf 
443.01/443.03	o 0
443.01/443.03	c * 443s| 67762 |     0 |  3331k|  49.1 |  15M|  56 |   - |1800 |1686 |1800 |1009 | 137k|  18k|8711 | 0.000000e+00 | 0.000000e+00 |   0.00%
443.01/443.03	c 
443.01/443.03	c SCIP Status        : problem is solved [optimal solution found]
443.01/443.03	c Solving Time (sec) : 443.03
443.01/443.03	c Solving Nodes      : 67762
443.01/443.03	c Primal Bound       : +0.00000000000000e+00 (244 solutions)
443.01/443.03	c Dual Bound         : +0.00000000000000e+00
443.01/443.03	c Gap                : 0.00 %
443.01/443.03	s OPTIMUM FOUND
443.01/443.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 
443.01/443.03	v x177 x176 -x175 x174 -x173 -x172 x171 x170 -x169 -x168 x167 -x166 x165 x164 -x163 -x162 x161 x160 -x159 x158 -x157 -x156 x155 
443.01/443.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 
443.01/443.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 
443.01/443.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 
443.01/443.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 
443.01/443.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 
443.01/443.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 
443.01/443.03	c SCIP Status        : problem is solved [optimal solution found]
443.01/443.03	c Total Time         :     443.03
443.01/443.03	c   solving          :     443.03
443.01/443.03	c   presolving       :       0.04 (included in solving)
443.01/443.03	c   reading          :       0.01 (included in solving)
443.01/443.03	c Original Problem   :
443.01/443.03	c   Problem name     : HOME/instance-3447965-1307902629.wbo
443.01/443.03	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
443.01/443.03	c   Constraints      : 951 initial, 951 maximal
443.01/443.03	c Presolved Problem  :
443.01/443.03	c   Problem name     : t_HOME/instance-3447965-1307902629.wbo
443.01/443.03	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
443.01/443.03	c   Constraints      : 1700 initial, 3287 maximal
443.01/443.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
443.01/443.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
443.01/443.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
443.01/443.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
443.01/443.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
443.01/443.03	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
443.01/443.03	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
443.01/443.03	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
443.01/443.03	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
443.01/443.03	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
443.01/443.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
443.01/443.03	c   root node        :          -       1411          -          -       1411          -          -          -          -          -
443.01/443.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
443.01/443.03	c   integral         :          0          0          0     185131          0       3501          0        100        409          0          0      94776
443.01/443.03	c   varbound         :          0+         6     213808     137355          0          0      16803          6     996257     137510          0          0
443.01/443.03	c   linear           :        850          6     214003         30          0       3498      93999       7931     347890          0          0          0
443.01/443.03	c   indicator        :        850          0     206072     137355          0       3495      16601          0      25535          0          0          0
443.01/443.03	c   logicor          :          0+         0     104154          0          0          0      17962       3152      38026          0          0          0
443.01/443.03	c   countsols        :          0          0          0         30          0        216          0          0          0          0          0          0
443.01/443.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
443.01/443.03	c   integral         :      23.08       0.00       0.00      23.07       0.00       0.01       0.00
443.01/443.03	c   varbound         :       5.70       0.00       3.79       1.91       0.00       0.00       0.01
443.01/443.03	c   linear           :       4.69       0.00       4.36       0.00       0.00       0.27       0.06
443.01/443.03	c   indicator        :      12.55       0.00       3.38       7.41       0.00       1.75       0.01
443.01/443.03	c   logicor          :       1.02       0.00       1.01       0.00       0.00       0.00       0.02
443.01/443.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
443.01/443.03	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
443.01/443.03	c   vbounds          :      96643      50387         12    6242723
443.01/443.03	c   rootredcost      :         31          0          0        705
443.01/443.03	c   pseudoobj        :     218665      20294       4856     995125
443.01/443.03	c Propagator Timings :  TotalTime  Propagate    Resprop
443.01/443.03	c   vbounds          :      11.59      11.57       0.02
443.01/443.03	c   rootredcost      :       0.05       0.05       0.00
443.01/443.03	c   pseudoobj        :       4.02       3.85       0.17
443.01/443.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
443.01/443.03	c   propagation      :       0.40      15957      14353      21785       17.0        382        7.8          -
443.01/443.03	c   infeasible LP    :       0.00         11         11         41       23.3          0        0.0          0
443.01/443.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
443.01/443.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
443.01/443.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
443.01/443.03	c   applied globally :          -          -          -      18860       15.6          -          -          -
443.01/443.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
443.01/443.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
443.01/443.03	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 1427)
443.01/443.03	c   redcost          :      10.19     143518          0    6237193          0          0
443.01/443.03	c   impliedbounds    :       0.00          6          0          0          0          0
443.01/443.03	c   intobj           :       0.00          0          0          0          0          0
443.01/443.03	c   gomory           :       0.20          6          0          0       1950          0
443.01/443.03	c   cgmip            :       0.00          0          0          0          0          0
443.01/443.03	c   closecuts        :       0.00          0          0          0          0          0
443.01/443.03	c   strongcg         :       0.18          6          0          0       2843          0
443.01/443.03	c   cmir             :       0.04          6          0          0          0          0
443.01/443.03	c   flowcover        :       0.04          6          0          0          0          0
443.01/443.03	c   clique           :       0.00          1          0          0          0          0
443.01/443.03	c   zerohalf         :       0.00          0          0          0          0          0
443.01/443.03	c   mcf              :       0.00          1          0          0          0          0
443.01/443.03	c   oddcycle         :       0.00          0          0          0          0          0
443.01/443.03	c   rapidlearning    :       0.06          1          0          0          0          0
443.01/443.03	c Pricers            :       Time      Calls       Vars
443.01/443.03	c   problem variables:       0.00          0          0
443.01/443.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
443.01/443.03	c   relpscost        :      23.00      47776        100        409          0          0      94776
443.01/443.03	c   pscost           :       0.00          0          0          0          0          0          0
443.01/443.03	c   inference        :       0.00          0          0          0          0          0          0
443.01/443.03	c   mostinf          :       0.00          0          0          0          0          0          0
443.01/443.03	c   leastinf         :       0.00          0          0          0          0          0          0
443.01/443.03	c   fullstrong       :       0.00          0          0          0          0          0          0
443.01/443.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
443.01/443.03	c   random           :       0.00          0          0          0          0          0          0
443.01/443.03	c Primal Heuristics  :       Time      Calls      Found
443.01/443.03	c   LP solutions     :       0.05          -         30
443.01/443.03	c   pseudo solutions :       0.00          -          0
443.01/443.03	c   intshifting      :       0.00          0          0
443.01/443.03	c   feaspump         :       0.00          0          0
443.01/443.03	c   oneopt           :       0.19         31          1
443.01/443.03	c   veclendiving     :       1.53        340          0
443.01/443.03	c   coefdiving       :       1.76        340          0
443.01/443.03	c   pscostdiving     :       1.74        340          0
443.01/443.03	c   fracdiving       :       1.84        340          0
443.01/443.03	c   linesearchdiving :       1.91        340          1
443.01/443.03	c   guideddiving     :       1.84        340          0
443.01/443.03	c   trivial          :       0.00          2          1
443.01/443.03	c   shiftandpropagate:       0.00          0          0
443.01/443.03	c   simplerounding   :       0.13      57739          0
443.01/443.03	c   zirounding       :       0.07       1000          0
443.01/443.03	c   rounding         :       0.24       3393          0
443.01/443.03	c   shifting         :       0.74       1018          0
443.01/443.03	c   twoopt           :       0.00          0          0
443.01/443.03	c   fixandinfer      :       0.00          0          0
443.01/443.03	c   clique           :       0.00          0          0
443.01/443.03	c   intdiving        :       0.00          0          0
443.01/443.03	c   actconsdiving    :       0.00          0          0
443.01/443.03	c   objpscostdiving  :       2.90        126          0
443.01/443.03	c   rootsoldiving    :       1.77        171          0
443.01/443.03	c   octane           :       0.00          0          0
443.01/443.03	c   rens             :       0.02          1          0
443.01/443.03	c   rins             :       0.00          0          0
443.01/443.03	c   localbranching   :       0.00          0          0
443.01/443.03	c   mutation         :       0.00          0          0
443.01/443.03	c   crossover        :       0.83         30          0
443.01/443.03	c   dins             :       0.00          0          0
443.01/443.03	c   vbounds          :       0.00          0          0
443.01/443.03	c   undercover       :       0.00          0          0
443.01/443.03	c   subnlp           :       0.01          0          0
443.01/443.03	c   trysol           :       0.18       3277        211
443.01/443.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
443.01/443.03	c   primal LP        :       0.98          0          0       0.00       0.00
443.01/443.03	c   dual LP          :     293.31     215736    3213316      14.89   10955.50
443.01/443.03	c   lex dual LP      :       0.00          0          0       0.00          -
443.01/443.03	c   barrier LP       :       0.00          0          0       0.00          -
443.01/443.03	c   diving/probing LP:      11.43       7924     118588      14.97   10373.39
443.01/443.03	c   strong branching :      22.25       8711     231812      26.61   10418.52
443.01/443.03	c     (at root node) :          -         33       4504     136.48          -
443.01/443.03	c   conflict analysis:       0.00          0          0       0.00          -
443.01/443.03	c B&B Tree           :
443.01/443.03	c   number of runs   :          1
443.01/443.03	c   nodes            :      67762
443.01/443.03	c   nodes (total)    :      67762
443.01/443.03	c   nodes left       :          0
443.01/443.03	c   max depth        :         56
443.01/443.03	c   max depth (total):         56
443.01/443.03	c   backtracks       :      12824 (18.9%)
443.01/443.03	c   delayed cutoffs  :       7569
443.01/443.03	c   repropagations   :      17204 (240526 domain reductions, 714 cutoffs)
443.01/443.03	c   avg switch length:       5.87
443.01/443.03	c   switching time   :      12.50
443.01/443.03	c Solution           :
443.01/443.03	c   Solutions found  :        244 (33 improvements)
443.01/443.03	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
443.01/443.03	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 67762 nodes, 443.02 seconds, depth 17, found by <relaxation>)
443.01/443.03	c   Dual Bound       : +0.00000000000000e+00
443.01/443.03	c   Gap              :       0.00 %
443.01/443.03	c   Root Dual Bound  : +0.00000000000000e+00
443.01/443.03	c   Root Iterations  :       2132
443.01/443.04	c Time complete: 443.06.

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447965-1307902629/watcher-3447965-1307902629 -o /tmp/evaluation-result-3447965-1307902629/solver-3447965-1307902629 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447965-1307902629.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.92 2/172 16917
/proc/meminfo: memFree=32490260/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=10120 CPUtime=0 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 1535 0 0 0 0 0 0 0 22 0 1 0 901859626 10362880 1489 33554432000 4194304 9128323 140736343747024 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16917/statm: 2530 1489 399 1205 0 1321 0

[startup+0.0320929 s]
/proc/loadavg: 1.84 1.97 1.92 2/172 16917
/proc/meminfo: memFree=32490260/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=23328 CPUtime=0.02 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 4842 0 0 0 2 0 0 0 22 0 1 0 901859626 23887872 4538 33554432000 4194304 9128323 140736343747024 18446744073709551615 5267728 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 5832 4538 520 1205 0 4623 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23328

[startup+0.10107 s]
/proc/loadavg: 1.84 1.97 1.92 2/172 16917
/proc/meminfo: memFree=32490260/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=27392 CPUtime=0.09 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 6110 0 0 0 9 0 0 0 22 0 1 0 901859626 28049408 5765 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 6848 5765 655 1205 0 5639 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27392

[startup+0.301025 s]
/proc/loadavg: 1.84 1.97 1.92 2/172 16917
/proc/meminfo: memFree=32490260/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=45740 CPUtime=0.29 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 11742 0 0 0 28 1 0 0 23 0 1 0 901859626 46837760 10373 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 11435 10373 714 1205 0 10226 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45740

[startup+0.700946 s]
/proc/loadavg: 1.84 1.97 1.92 2/172 16917
/proc/meminfo: memFree=32490260/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=45852 CPUtime=0.69 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 11852 0 0 0 67 2 0 0 25 0 1 0 901859626 46952448 10481 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 11463 10481 712 1205 0 10254 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45852

[startup+1.50078 s]
/proc/loadavg: 1.84 1.97 1.92 3/178 16930
/proc/meminfo: memFree=32388556/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=52388 CPUtime=1.49 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 14266 0 0 0 144 5 0 0 25 0 1 0 901859626 53645312 12074 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 13097 12074 719 1205 0 11888 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52388

[startup+3.10047 s]
/proc/loadavg: 1.84 1.97 1.92 3/178 16930
/proc/meminfo: memFree=32386092/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=52388 CPUtime=3.09 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 14266 0 0 0 299 10 0 0 25 0 1 0 901859626 53645312 12074 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 13097 12074 719 1205 0 11888 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52388

[startup+6.30083 s]
/proc/loadavg: 1.85 1.97 1.92 3/178 16930
/proc/meminfo: memFree=32385144/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=52388 CPUtime=6.29 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 14266 0 0 0 607 22 0 0 25 0 1 0 901859626 53645312 12074 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 13097 12074 719 1205 0 11888 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52388

[startup+12.7006 s]
/proc/loadavg: 1.86 1.97 1.92 3/178 16930
/proc/meminfo: memFree=32382752/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=52388 CPUtime=12.69 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 14351 0 0 0 1223 46 0 0 25 0 1 0 901859626 53645312 12159 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 13097 12159 727 1205 0 11888 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52388

[startup+25.501 s]
/proc/loadavg: 1.89 1.97 1.92 3/178 16931
/proc/meminfo: memFree=32380028/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=52388 CPUtime=25.5 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 19132 0 0 0 2460 90 0 0 25 0 1 0 901859626 53645312 12170 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 13097 12170 727 1205 0 11888 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 52388

[startup+51.1009 s]
/proc/loadavg: 1.93 1.97 1.92 3/178 16931
/proc/meminfo: memFree=32372296/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=55000 CPUtime=51.09 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 27805 0 0 0 4915 194 0 0 25 0 1 0 901859626 56320000 12814 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 13750 12814 727 1205 0 12541 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55000

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.92 3/178 16933
/proc/meminfo: memFree=32357228/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=62052 CPUtime=102.31 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 60813 0 0 0 9840 391 0 0 25 0 1 0 901859626 63541248 14593 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 15513 14593 727 1205 0 14304 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 62052

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.92 3/178 16934
/proc/meminfo: memFree=32338212/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=69976 CPUtime=162.3 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 69788 0 0 0 15595 635 0 0 25 0 1 0 901859626 71655424 16611 33554432000 4194304 9128323 140736343747024 18446744073709551615 5992624 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 17494 16611 727 1205 0 16285 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 69976

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.92 3/178 16936
/proc/meminfo: memFree=32322280/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=76836 CPUtime=222.3 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 84447 0 0 0 21354 876 0 0 25 0 1 0 901859626 78680064 18294 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 19209 18294 733 1205 0 18000 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 76836

[startup+282.301 s]
/proc/loadavg: 2.05 1.99 1.93 3/178 16938
/proc/meminfo: memFree=32309064/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=82928 CPUtime=282.3 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 103213 0 0 0 27112 1118 0 0 25 0 1 0 901859626 84918272 19853 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 20732 19853 733 1205 0 19523 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 82928

[startup+342.301 s]
/proc/loadavg: 2.02 1.99 1.93 3/178 16939
/proc/meminfo: memFree=32297208/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=88216 CPUtime=342.31 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 121122 0 0 0 32881 1350 0 0 25 0 1 0 901859626 90333184 21158 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 22054 21158 733 1205 0 20845 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 88216

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 16941
/proc/meminfo: memFree=32285016/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=93760 CPUtime=402.31 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 138502 0 0 0 38651 1580 0 0 25 0 1 0 901859626 96010240 22586 33554432000 4194304 9128323 140736343747024 18446744073709551615 4859494 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 23440 22586 733 1205 0 22231 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 93760

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

[startup+409.5 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 16941
/proc/meminfo: memFree=32282144/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=96296 CPUtime=409.51 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 144983 0 0 0 39343 1608 0 0 25 0 1 0 901859626 98607104 23203 33554432000 4194304 9128323 140736343747024 18446744073709551615 7216739 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 24074 23203 733 1205 0 22865 0
Current children cumulated CPU time (s) 409.51
Current children cumulated vsize (KiB) 96296

[startup+422.301 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 16941
/proc/meminfo: memFree=32277920/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=99172 CPUtime=422.32 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 146927 0 0 0 40576 1656 0 0 25 0 1 0 901859626 101552128 23936 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 24793 23936 733 1205 0 23584 0
Current children cumulated CPU time (s) 422.32
Current children cumulated vsize (KiB) 99172

[startup+435.1 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 16942
/proc/meminfo: memFree=32273452/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=102760 CPUtime=435.11 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 151153 0 0 0 41808 1703 0 0 25 0 1 0 901859626 105226240 24804 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 25690 24804 733 1205 0 24481 0
Current children cumulated CPU time (s) 435.11
Current children cumulated vsize (KiB) 102760

[startup+438.301 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 16942
/proc/meminfo: memFree=32271084/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=104236 CPUtime=438.32 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 152754 0 0 0 42117 1715 0 0 25 0 1 0 901859626 106737664 25181 33554432000 4194304 9128323 140736343747024 18446744073709551615 4902860 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 26059 25181 733 1205 0 24850 0
Current children cumulated CPU time (s) 438.32
Current children cumulated vsize (KiB) 104236

[startup+441.501 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 16942
/proc/meminfo: memFree=32268100/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=105648 CPUtime=441.51 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 153097 0 0 0 42424 1727 0 0 25 0 1 0 901859626 108183552 25511 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 26412 25511 733 1205 0 25203 0
Current children cumulated CPU time (s) 441.51
Current children cumulated vsize (KiB) 105648

[startup+442.301 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 16942
/proc/meminfo: memFree=32267356/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=106456 CPUtime=442.32 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 153252 0 0 0 42502 1730 0 0 25 0 1 0 901859626 109010944 25660 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 26614 25660 733 1205 0 25405 0
Current children cumulated CPU time (s) 442.32
Current children cumulated vsize (KiB) 106456

[startup+442.701 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 16942
/proc/meminfo: memFree=32267356/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=106456 CPUtime=442.72 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 153270 0 0 0 42541 1731 0 0 25 0 1 0 901859626 109010944 25678 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 26614 25678 733 1205 0 25405 0
Current children cumulated CPU time (s) 442.72
Current children cumulated vsize (KiB) 106456

[startup+442.901 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 16942
/proc/meminfo: memFree=32267356/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=106592 CPUtime=442.91 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 153271 0 0 0 42560 1731 0 0 25 0 1 0 901859626 109150208 25679 33554432000 4194304 9128323 140736343747024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 26648 25679 733 1205 0 25439 0
Current children cumulated CPU time (s) 442.91
Current children cumulated vsize (KiB) 106592

[startup+443.001 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 16942
/proc/meminfo: memFree=32267356/32950928 swapFree=67053884/67111528
[pid=16917] ppid=16915 vsize=106592 CPUtime=443.01 cores=1,3,5,7
/proc/16917/stat : 16917 (scip-2.0.1.4.li) R 16915 16917 15316 0 -1 4202496 153273 0 0 0 42570 1731 0 0 25 0 1 0 901859626 109150208 25681 33554432000 4194304 9128323 140736343747024 18446744073709551615 7192341 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16917/statm: 26648 25681 733 1205 0 25439 0
Current children cumulated CPU time (s) 443.01
Current children cumulated vsize (KiB) 106592

Child status: 0
Real time (s): 443.05
CPU time (s): 443.071
CPU user time (s): 425.745
CPU system time (s): 17.3254
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 106592

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

runsolver used 0.612906 second user time and 1.47677 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-12 20:17:09
IDJOB=3447965
IDBENCH=79421
IDSOLVER=1944
FILE ID=node149/3447965-1307902629
RUNJOBID= node149-1307897222-16500
PBS_JOBID= 13559560
Free space on /tmp= 74048 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh07_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447965-1307902629/watcher-3447965-1307902629 -o /tmp/evaluation-result-3447965-1307902629/solver-3447965-1307902629 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447965-1307902629.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 124b6775b7bb4e390bc62510a681a702
RANDOM SEED=1968746395

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32491076 kB
Buffers:        112088 kB
Cached:         131476 kB
SwapCached:      22576 kB
Active:         187820 kB
Inactive:        86544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32491076 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:           12104 kB
Writeback:           0 kB
AnonPages:       28128 kB
Mapped:           8980 kB
Slab:           120548 kB
PageTables:       4632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187860 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74036 MiB
End job on node149 at 2011-06-12 20:24:33