Trace number 3447951

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.4MSAT (TO) 1800.07 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh304_wcsp.wbo
MD5SUM4141aec8f84b614aac5b3a0221093342
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark321
Best CPU time to get the best result obtained on this benchmark0.045993
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 constraints1000
Number of soft constraints900
Number of constraints which are clauses900
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 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
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 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-3447951-1307902504.wbo>
0.00/0.01	c original problem has 1100 variables (1100 bin, 0 int, 0 impl, 0 cont) and 1001 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.03	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.00/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.05/0.06	c    (0.1s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.05/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.05/0.06	c presolving (3 rounds):
0.05/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.05/0.06	c  1100 implications, 0 cliques
0.05/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 900 impl, 0 cont) and 1800 constraints
0.05/0.06	c     900 constraints of type <linear>
0.05/0.06	c     900 constraints of type <indicator>
0.05/0.06	c transformed objective value is always integral (scale: 1)
0.05/0.06	c Presolving Time: 0.05
0.05/0.06	c - non default parameters ----------------------------------------------------------------------
0.05/0.06	c # SCIP version 2.0.1.4
0.05/0.06	c 
0.05/0.06	c # frequency for displaying node information lines
0.05/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.05/0.06	c display/freq = 10000
0.05/0.06	c 
0.05/0.06	c # maximal time in seconds to run
0.05/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.06	c limits/time = 1800
0.05/0.06	c 
0.05/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.05/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.06	c limits/memory = 13950
0.05/0.06	c 
0.05/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.05/0.06	c # [type: int, range: [1,2], default: 1]
0.05/0.06	c timing/clocktype = 2
0.05/0.06	c 
0.05/0.06	c # belongs reading time to solving time?
0.05/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.06	c timing/reading = TRUE
0.05/0.06	c 
0.05/0.06	c # should presolving try to simplify inequalities
0.05/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.06	c constraints/linear/simplifyinequalities = TRUE
0.05/0.06	c 
0.05/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.05/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.06	c constraints/indicator/addCouplingCons = TRUE
0.05/0.06	c 
0.05/0.06	c # should presolving try to simplify knapsacks
0.05/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.05/0.06	c 
0.05/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.05/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.06	c separating/rapidlearning/freq = 0
0.05/0.06	c 
0.05/0.06	c -----------------------------------------------------------------------------------------------
0.05/0.06	c start solving
0.05/0.06	c 
0.05/0.07	o 444854
0.05/0.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.05/0.07	c t 0.1s|     1 |     0 |     0 |     - |5216k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.05/0.08	c   0.1s|     1 |     0 |   182 |     - |6426k|   0 |  68 |1900 |2700 |1900 | 900 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |   691 |     - |7766k|   0 |  79 |1900 |2700 |1900 | 949 |  49 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   977 |     - |9958k|   0 |  71 |1900 |2700 |1900 | 982 |  82 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |  1094 |     - |  11M|   0 |  87 |1900 |2700 |1900 |1001 | 101 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.59/0.69	c   0.7s|     1 |     0 |  1202 |     - |  13M|   0 |  77 |1900 |2700 |1900 |1014 | 114 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.79/0.89	c   0.9s|     1 |     0 |  1319 |     - |  14M|   0 |  77 |1900 |2700 |1900 |1026 | 126 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
1.00/1.04	c   1.0s|     1 |     0 |  1406 |     - |  16M|   0 |  82 |1900 |2700 |1900 |1033 | 133 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
1.19/1.24	c   1.2s|     1 |     0 |  1577 |     - |  19M|   0 |  83 |1900 |2700 |1900 |1038 | 138 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
1.99/2.08	c   2.1s|     1 |     2 |  1577 |     - |  19M|   0 |  83 |1900 |2700 |1900 |1038 | 138 |   0 |  20 | 0.000000e+00 | 4.448540e+05 |    Inf 
8.49/8.53	o 9718
8.49/8.53	c * 8.5s|    71 |    70 |  5848 |  61.0 |  19M|  56 |   - |1900 |2700 |1900 |1100 | 244 |   0 | 824 | 0.000000e+00 | 9.718000e+03 |    Inf 
12.59/12.64	o 7133
12.59/12.64	c *12.6s|   543 |   455 | 24152 |  41.7 |  22M|  59 |   - |1900 |2701 |1900 |1076 |1709 |   1 |1318 | 0.000000e+00 | 7.133000e+03 |    Inf 
14.09/14.13	o 7068
14.09/14.13	c *14.1s|   745 |   634 | 33223 |  42.5 |  23M|  59 |   - |1900 |2707 |1900 |1065 |2365 |   7 |1381 | 0.000000e+00 | 7.068000e+03 |    Inf 
14.09/14.13	o 7043
14.09/14.13	c *14.1s|   746 |   633 | 33226 |  42.5 |  23M|  59 |   - |1900 |2707 |1900 |1065 |2365 |   7 |1381 | 0.000000e+00 | 7.043000e+03 |    Inf 
74.80/74.82	c  74.8s| 10000 |  9795 |471309 |  47.0 |  34M|  59 |  12 |1900 |2743 |1900 |1037 |  23k|  43 |2681 | 0.000000e+00 | 7.043000e+03 |    Inf 
149.79/149.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.79/149.85	c   150s| 20000 | 19605 |975482 |  48.7 |  45M|  59 |   6 |1900 |2799 |1900 |1055 |  54k| 101 |4731 | 0.000000e+00 | 7.043000e+03 |    Inf 
219.50/219.52	c   220s| 30000 | 29477 |  1452k|  48.4 |  56M|  59 |  18 |1900 |2834 |1900 |1064 |  82k| 147 |6301 | 0.000000e+00 | 7.043000e+03 |    Inf 
291.40/291.50	o 6881
291.40/291.50	c * 291s| 39508 | 38872 |  1925k|  48.7 |  67M|  59 |   - |1900 |2864 |1900 |1068 | 112k| 180 |7989 | 0.000000e+00 | 6.881000e+03 |    Inf 
295.30/295.39	c   295s| 40000 | 39346 |  1949k|  48.7 |  67M|  59 |   5 |1900 |2865 |1900 |1002 | 114k| 183 |8073 | 0.000000e+00 | 6.881000e+03 |    Inf 
327.00/327.00	o 6675
327.00/327.00	c * 327s| 44451 | 43718 |  2180k|  49.0 |  72M|  59 |   - |1900 |2876 |1900 |1062 | 125k| 197 |8679 | 0.000000e+00 | 6.675000e+03 |    Inf 
363.01/363.03	o 6518
363.01/363.03	c * 363s| 49316 | 48382 |  2406k|  48.8 |  78M|  59 |   - |1900 |2916 |1900 |1068 | 142k| 245 |9373 | 0.000000e+00 | 6.518000e+03 |    Inf 
367.61/367.60	c   368s| 50000 | 49000 |  2436k|  48.7 |  78M|  59 |   5 |1900 |2929 |1900 |1067 | 144k| 262 |9426 | 0.000000e+00 | 6.518000e+03 |    Inf 
410.00/410.01	o 4921
410.00/410.01	c * 410s| 56028 | 53318 |  2727k|  48.7 |  83M|  59 |   - |1900 |2978 |1900 |1052 | 160k| 319 |  10k| 0.000000e+00 | 4.921000e+03 |    Inf 
439.50/439.55	c   440s| 60000 | 56962 |  2926k|  48.7 |  88M|  59 |  17 |1900 |3096 |1900 |1017 | 172k| 460 |  10k| 0.000000e+00 | 4.921000e+03 |    Inf 
510.21/510.25	c   510s| 70000 | 66216 |  3411k|  48.7 |  98M|  59 |  14 |1900 |3300 |1900 |1017 | 199k| 775 |  11k| 0.000000e+00 | 4.921000e+03 |    Inf 
578.51/578.54	c   579s| 80000 | 75608 |  3895k|  48.7 | 109M|  59 |  39 |1900 |3353 |1900 |1057 | 224k|1020 |  12k| 0.000000e+00 | 4.921000e+03 |    Inf 
648.41/648.48	c   648s| 90000 | 84842 |  4368k|  48.5 | 120M|  59 |  10 |1900 |3401 |1900 |1059 | 252k|1330 |  13k| 0.000000e+00 | 4.921000e+03 |    Inf 
717.22/717.23	c   717s|100000 | 94230 |  4843k|  48.4 | 131M|  59 |   6 |1900 |3349 |1900 |1081 | 279k|1611 |  14k| 0.000000e+00 | 4.921000e+03 |    Inf 
790.31/790.31	c   790s|110000 |103494 |  5338k|  48.5 | 142M|  59 |   8 |1900 |3342 |1900 |1055 | 309k|1908 |  15k| 0.000000e+00 | 4.921000e+03 |    Inf 
830.12/830.15	o 4833
830.12/830.15	c * 830s|115634 |108368 |  5601k|  48.4 | 148M|  59 |   - |1900 |3342 |1900 |1055 | 326k|2120 |  16k| 0.000000e+00 | 4.833000e+03 |    Inf 
839.82/839.82	o 4694
839.82/839.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
839.82/839.82	c * 840s|116868 |108849 |  5652k|  48.4 | 149M|  59 |   - |1900 |3366 |1900 |1048 | 332k|2238 |  16k| 0.000000e+00 | 4.694000e+03 |    Inf 
863.31/863.35	c   863s|120000 |111491 |  5796k|  48.3 | 152M|  59 |  12 |1900 |3329 |1900 |1024 | 344k|2392 |  16k| 0.000000e+00 | 4.694000e+03 |    Inf 
933.42/933.40	c   933s|130000 |120688 |  6266k|  48.2 | 163M|  59 |   4 |1900 |3215 |1900 |1023 | 373k|2727 |  17k| 0.000000e+00 | 4.694000e+03 |    Inf 
1003.92/1003.91	c  1004s|140000 |129032 |  6711k|  47.9 | 173M|  59 |  15 |1900 |3191 |1900 |1014 | 406k|3454 |  18k| 0.000000e+00 | 4.694000e+03 |    Inf 
1080.01/1080.03	c  1080s|150000 |137968 |  7187k|  47.9 | 183M|  59 |   5 |1900 |3140 |1900 |1035 | 444k|3852 |  19k| 0.000000e+00 | 4.694000e+03 |    Inf 
1138.62/1138.68	o 4032
1138.62/1138.68	c *1139s|157007 |141354 |  7517k|  47.9 | 186M|  59 |   - |1900 |3072 |1900 |1063 | 477k|4317 |  20k| 0.000000e+00 | 4.032000e+03 |    Inf 
1162.32/1162.34	c  1162s|160000 |143599 |  7657k|  47.9 | 189M|  59 |   2 |1900 |3044 |1900 |1014 | 489k|4622 |  20k| 0.000000e+00 | 4.032000e+03 |    Inf 
1248.92/1248.94	c  1249s|170000 |150269 |  8137k|  47.9 | 197M|  59 |   7 |1900 |2918 |1900 |1029 | 539k|5835 |  21k| 0.000000e+00 | 4.032000e+03 |    Inf 
1265.23/1265.21	o 3857
1265.23/1265.21	c *1265s|172092 |150496 |  8231k|  47.8 | 197M|  59 |   - |1900 |2907 |1900 |1066 | 548k|6076 |  21k| 0.000000e+00 | 3.857000e+03 |    Inf 
1327.13/1327.11	c  1327s|180000 |156248 |  8592k|  47.7 | 205M|  59 |   8 |1900 |2939 |1900 |1077 | 581k|6987 |  22k| 0.000000e+00 | 3.857000e+03 |    Inf 
1384.94/1384.92	o 3354
1384.94/1384.92	c *1385s|187657 |154652 |  8952k|  47.7 | 204M|  61 |   - |1900 |2911 |1900 |1083 | 608k|7929 |  22k| 0.000000e+00 | 3.354000e+03 |    Inf 
1399.14/1399.16	c  1399s|190000 |156291 |  9050k|  47.6 | 206M|  61 |   - |1900 |2964 |1900 |1004 | 613k|8312 |  22k| 0.000000e+00 | 3.354000e+03 |    Inf 
1469.43/1469.44	c  1469s|200000 |162584 |  9483k|  47.4 | 214M|  61 |  12 |1900 |3006 |1900 |1006 | 645k|9985 |  23k| 0.000000e+00 | 3.354000e+03 |    Inf 
1543.53/1543.53	c  1544s|210000 |168588 |  9917k|  47.2 | 222M|  61 |   4 |1900 |3039 |1900 |1016 | 681k|  11k|  24k| 0.000000e+00 | 3.354000e+03 |    Inf 
1613.53/1613.53	c  1614s|220000 |174139 | 10323k|  46.9 | 230M|  61 |  30 |1900 |3033 |1900 |1029 | 717k|  13k|  24k| 0.000000e+00 | 3.354000e+03 |    Inf 
1686.93/1686.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1686.93/1686.96	c  1687s|230000 |180103 | 10742k|  46.7 | 238M|  61 |   4 |1900 |2958 |1900 | 995 | 754k|  15k|  25k| 0.000000e+00 | 3.354000e+03 |    Inf 
1756.13/1756.11	c  1756s|240000 |186386 | 11152k|  46.5 | 246M|  61 |   6 |1900 |2972 |1900 |1004 | 787k|  16k|  25k| 0.000000e+00 | 3.354000e+03 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 245495
1800.05/1800.00	c Primal Bound       : +3.35400000000000e+03 (111 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	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 
1800.05/1800.00	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
1800.05/1800.00	v x154 -x153 -x152 x151 -x150 x149 x148 -x147 x146 -x145 x144 -x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 x132 
1800.05/1800.00	v -x131 x130 -x129 x128 -x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 -x118 x117 x116 -x115 x114 -x113 x112 -x111 -x110 x109 
1800.05/1800.00	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 
1800.05/1800.00	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 
1800.05/1800.00	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 
1800.05/1800.00	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 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.05 (included in solving)
1800.05/1800.00	c   reading          :       0.01 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3447951-1307902504.wbo
1800.05/1800.00	c   Variables        : 1100 (1100 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 1001 initial, 1001 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3447951-1307902504.wbo
1800.05/1800.00	c   Variables        : 1900 (1000 binary, 0 integer, 900 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 1800 initial, 3420 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.02          0        100          0        900          0        101          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0    1036329          0      24904          0         52        208          0          0     447328
1800.05/1800.00	c   varbound         :          0+         7     458193     812464          1          0       6872          1     295607     812576          0          0
1800.05/1800.00	c   linear           :        900          7     458393         13          0      24901      63570      11101     351501          0          0          0
1800.05/1800.00	c   indicator        :        900          0     447292     812464          0      24898      24592          0     101557          0          0          0
1800.05/1800.00	c   logicor          :          0+         0     134973          0          0          0       7764       1129      21271          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0         13          1        100          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :      62.46       0.00       0.00      62.45       0.00       0.01       0.00
1800.05/1800.00	c   varbound         :      21.32       0.00       6.94      14.38       0.00       0.00       0.00
1800.05/1800.00	c   linear           :       7.51       0.00       6.52       0.00       0.00       0.94       0.06
1800.05/1800.00	c   indicator        :      77.00       0.01       9.02      52.76       0.00      15.20       0.01
1800.05/1800.00	c   logicor          :       1.22       0.00       1.21       0.00       0.00       0.00       0.01
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :      62863      43316         25    6947251
1800.05/1800.00	c   rootredcost      :         13          0          0          0
1800.05/1800.00	c   pseudoobj        :     461539       8597       3345     295630
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :      10.67      10.65       0.02
1800.05/1800.00	c   rootredcost      :       0.12       0.12       0.00
1800.05/1800.00	c   pseudoobj        :       7.40       7.31       0.09
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       0.29      15601      15043      18342       13.6         90        7.2          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -      17952       13.1          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.01          6          -          -         94          -    (maximal pool size: 2893)
1800.05/1800.00	c   redcost          :      33.05     569522          0    6951014          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          7          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.39          7          0          0       2012          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.33          7          0          0       3148          0
1800.05/1800.00	c   cmir             :       0.14          7          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.07          7          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.07          1          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :      62.06     223865         52        208          0          0     447328
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0

Verifier Data

OK	3354

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 /var/tmp/evaluation-result-3447951-1307902504/watcher-3447951-1307902504 -o /var/tmp/evaluation-result-3447951-1307902504/solver-3447951-1307902504 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447951-1307902504.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.04 2.02 1.96 3/174 28365
/proc/meminfo: memFree=1364868/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=9984 CPUtime=0 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 1495 0 0 0 0 0 0 0 25 0 1 0 882666278 10223616 1448 33554432000 4194304 9128323 140734347632768 18446744073709551615 8008925 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/28365/statm: 2496 1455 396 1205 0 1287 0

[startup+0.061532 s]
/proc/loadavg: 2.04 2.02 1.96 3/174 28365
/proc/meminfo: memFree=1364868/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=23392 CPUtime=0.05 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 4897 0 0 0 5 0 0 0 25 0 1 0 882666278 23953408 4592 33554432000 4194304 9128323 140734347632768 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 5848 4592 535 1205 0 4639 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23392

[startup+0.100526 s]
/proc/loadavg: 2.04 2.02 1.96 3/174 28365
/proc/meminfo: memFree=1364868/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=27408 CPUtime=0.09 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 6100 0 0 0 9 0 0 0 25 0 1 0 882666278 28065792 5753 33554432000 4194304 9128323 140734347632768 18446744073709551615 7324730 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 6852 5753 646 1205 0 5643 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27408

[startup+0.30049 s]
/proc/loadavg: 2.04 2.02 1.96 3/174 28365
/proc/meminfo: memFree=1364868/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=46640 CPUtime=0.29 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 11968 0 0 0 28 1 0 0 25 0 1 0 882666278 47759360 10597 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 11660 10597 713 1205 0 10451 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46640

[startup+0.700417 s]
/proc/loadavg: 2.04 2.02 1.96 3/174 28365
/proc/meminfo: memFree=1364868/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=46780 CPUtime=0.69 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 12087 0 0 0 68 1 0 0 25 0 1 0 882666278 47902720 10715 33554432000 4194304 9128323 140734347632768 18446744073709551615 4312076 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 11695 10715 712 1205 0 10486 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46780

[startup+1.50032 s]
/proc/loadavg: 2.04 2.02 1.96 3/175 28366
/proc/meminfo: memFree=1317396/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=58204 CPUtime=1.48 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 18171 0 0 0 146 2 0 0 25 0 1 0 882666278 59600896 13476 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 14551 13476 738 1205 0 13342 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 58204

[startup+3.10101 s]
/proc/loadavg: 2.04 2.02 1.96 3/175 28366
/proc/meminfo: memFree=1311940/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=58604 CPUtime=3.09 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 18244 0 0 0 305 4 0 0 25 0 1 0 882666278 60010496 13530 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 14651 13530 719 1205 0 13442 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58604

[startup+6.30045 s]
/proc/loadavg: 2.04 2.02 1.96 3/175 28366
/proc/meminfo: memFree=1311324/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=58604 CPUtime=6.29 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 18244 0 0 0 622 7 0 0 25 0 1 0 882666278 60010496 13530 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 14651 13530 719 1205 0 13442 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58604

[startup+12.7002 s]
/proc/loadavg: 2.04 2.01 1.96 3/175 28366
/proc/meminfo: memFree=1295080/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=63284 CPUtime=12.69 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 20435 0 0 0 1256 13 0 0 25 0 1 0 882666278 64802816 14507 33554432000 4194304 9128323 140734347632768 18446744073709551615 7192260 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 15821 14507 727 1205 0 14612 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63284

[startup+25.5008 s]
/proc/loadavg: 2.03 2.01 1.96 3/175 28367
/proc/meminfo: memFree=1301168/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=66636 CPUtime=25.49 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 33175 0 0 0 2522 27 0 0 25 0 1 0 882666278 68235264 15494 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 16659 15494 727 1205 0 15450 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66636

[startup+51.1011 s]
/proc/loadavg: 2.02 2.01 1.96 3/175 28367
/proc/meminfo: memFree=1292396/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=71664 CPUtime=51.09 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 37943 0 0 0 5055 54 0 0 25 0 1 0 882666278 73383936 16768 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 17916 16768 730 1205 0 16707 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71664

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.96 3/175 28369
/proc/meminfo: memFree=1275120/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=80264 CPUtime=102.3 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 47068 0 0 0 10123 107 0 0 25 0 1 0 882666278 82190336 18904 33554432000 4194304 9128323 140734347632768 18446744073709551615 7192196 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 20066 18904 727 1205 0 18857 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 80264

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 28370
/proc/meminfo: memFree=1261552/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=88524 CPUtime=162.29 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 49250 0 0 0 16067 162 0 0 25 0 1 0 882666278 90648576 21040 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 22131 21040 727 1205 0 20922 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 88524

[startup+222.301 s]
/proc/loadavg: 2.06 2.02 1.96 3/175 28372
/proc/meminfo: memFree=1242152/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=99868 CPUtime=222.3 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 53402 0 0 0 22011 219 0 0 25 0 1 0 882666278 102264832 23919 33554432000 4194304 9128323 140734347632768 18446744073709551615 7342912 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 24967 23919 727 1205 0 23758 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 99868

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.96 3/175 28374
/proc/meminfo: memFree=1228220/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=106448 CPUtime=282.3 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 55121 0 0 0 27953 277 0 0 25 0 1 0 882666278 109002752 25588 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 26612 25588 727 1205 0 25403 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 106448

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/175 28375
/proc/meminfo: memFree=1210044/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=116032 CPUtime=342.3 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 78887 0 0 0 33893 337 0 0 25 0 1 0 882666278 118816768 28014 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 29008 28014 727 1205 0 27799 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 116032

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 28377
/proc/meminfo: memFree=1195856/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=124804 CPUtime=402.3 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 98251 0 0 0 39836 394 0 0 25 0 1 0 882666278 127799296 30232 33554432000 4194304 9128323 140734347632768 18446744073709551615 4893806 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 31201 30232 727 1205 0 29992 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 124804

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 28378
/proc/meminfo: memFree=1181668/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=134308 CPUtime=462.31 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 118785 0 0 0 45772 459 0 0 25 0 1 0 882666278 137531392 32619 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 33577 32619 728 1205 0 32368 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 134308

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 28380
/proc/meminfo: memFree=1172180/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=143872 CPUtime=522.31 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 124263 0 0 0 51716 515 0 0 25 0 1 0 882666278 147324928 34549 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 35968 34549 728 1205 0 34759 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 143872

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 28382
/proc/meminfo: memFree=1158988/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=153476 CPUtime=582.3 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 126734 0 0 0 57659 571 0 0 25 0 1 0 882666278 157159424 36952 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 38369 36952 728 1205 0 37160 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 153476

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.03 2.01 1.97 3/175 28391
/proc/meminfo: memFree=1057012/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=189660 CPUtime=822.32 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 143057 0 0 0 81436 796 0 0 25 0 1 0 882666278 194211840 46150 33554432000 4194304 9128323 140734347632768 18446744073709551615 7343184 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 47415 46150 740 1205 0 46206 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 189660

[startup+882.301 s]
/proc/loadavg: 2.01 2.01 1.97 3/175 28393
/proc/meminfo: memFree=1039572/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=197192 CPUtime=882.32 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 159359 0 0 0 87379 853 0 0 25 0 1 0 882666278 201924608 48044 33554432000 4194304 9128323 140734347632768 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 49298 48044 728 1205 0 48089 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 197192

[startup+942.301 s]
/proc/loadavg: 2.08 2.02 1.98 3/175 28394
/proc/meminfo: memFree=1022404/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=208032 CPUtime=942.32 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 166850 0 0 0 93322 910 0 0 25 0 1 0 882666278 213024768 50801 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 52008 50801 728 1205 0 50799 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 208032

[startup+1002.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/175 28396
/proc/meminfo: memFree=1010540/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=215596 CPUtime=1002.32 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 168770 0 0 0 99269 963 0 0 25 0 1 0 882666278 220770304 52720 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 53899 52720 728 1205 0 52690 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 215596

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/175 28397
/proc/meminfo: memFree=995360/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=224684 CPUtime=1062.32 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 174497 0 0 0 105211 1021 0 0 25 0 1 0 882666278 230076416 55009 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 56171 55009 728 1205 0 54962 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 224684

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 28399
/proc/meminfo: memFree=984880/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=231412 CPUtime=1122.32 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 176218 0 0 0 111158 1074 0 0 25 0 1 0 882666278 236965888 56730 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 57853 56730 728 1205 0 56644 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 231412

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 28401
/proc/meminfo: memFree=976632/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=235800 CPUtime=1182.32 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 186809 0 0 0 117104 1128 0 0 25 0 1 0 882666278 241459200 57818 33554432000 4194304 9128323 140734347632768 18446744073709551615 7205349 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 58950 57818 729 1205 0 57741 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 235800

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 28402
/proc/meminfo: memFree=968868/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=240948 CPUtime=1242.33 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 191606 0 0 0 123053 1180 0 0 25 0 1 0 882666278 246730752 59119 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 60237 59119 729 1205 0 59028 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 240948

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 28404
/proc/meminfo: memFree=960252/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=247528 CPUtime=1302.33 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 201854 0 0 0 129000 1233 0 0 25 0 1 0 882666278 253468672 60835 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 61882 60835 729 1205 0 60673 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 247528

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 28405
/proc/meminfo: memFree=952892/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=254664 CPUtime=1362.32 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 204841 0 0 0 134947 1285 0 0 25 0 1 0 882666278 260775936 62559 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 63666 62559 729 1205 0 62457 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 254664

[startup+1422.31 s]
/proc/loadavg: 1.92 1.98 1.97 2/169 28431
/proc/meminfo: memFree=1200148/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=258460 CPUtime=1422.33 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 221304 0 0 0 140889 1344 0 0 25 0 1 0 882666278 264663040 63584 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 64615 63584 729 1205 0 63406 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 258460

[startup+1482.3 s]
/proc/loadavg: 1.34 1.80 1.91 2/169 28433
/proc/meminfo: memFree=1195404/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=263644 CPUtime=1482.33 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 227483 0 0 0 146837 1396 0 0 25 0 1 0 882666278 269971456 64875 33554432000 4194304 9128323 140734347632768 18446744073709551615 7346395 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 65911 64875 733 1205 0 64702 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 263644

[startup+1542.3 s]
/proc/loadavg: 1.12 1.65 1.85 2/169 28434
/proc/meminfo: memFree=1189156/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=269864 CPUtime=1542.33 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 229071 0 0 0 152790 1443 0 0 25 0 1 0 882666278 276340736 66463 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 67466 66463 733 1205 0 66257 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 269864

[startup+1602.3 s]
/proc/loadavg: 1.04 1.53 1.79 2/169 28436
/proc/meminfo: memFree=1183760/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=275100 CPUtime=1602.33 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 231738 0 0 0 158740 1493 0 0 25 0 1 0 882666278 281702400 67810 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 68775 67810 733 1205 0 67566 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 275100

[startup+1662.3 s]
/proc/loadavg: 1.01 1.43 1.74 2/169 28437
/proc/meminfo: memFree=1176496/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=282332 CPUtime=1662.33 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 233544 0 0 0 164692 1541 0 0 25 0 1 0 882666278 289107968 69582 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 70583 69582 733 1205 0 69374 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 282332

[startup+1722.3 s]
/proc/loadavg: 1.00 1.35 1.69 2/169 28439
/proc/meminfo: memFree=1169148/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=289332 CPUtime=1722.33 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 235371 0 0 0 170639 1594 0 0 25 0 1 0 882666278 296275968 71396 33554432000 4194304 9128323 140734347632768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 72333 71396 733 1205 0 71124 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 289332

[startup+1782.3 s]
/proc/loadavg: 1.00 1.28 1.65 2/169 28441
/proc/meminfo: memFree=1163624/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=295184 CPUtime=1782.34 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 238022 0 0 0 176591 1643 0 0 25 0 1 0 882666278 302268416 72836 33554432000 4194304 9128323 140734347632768 18446744073709551615 7342532 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28365/statm: 73796 72836 733 1205 0 72587 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 295184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.26 1.63 2/169 28441
/proc/meminfo: memFree=1161860/32951124 swapFree=67062232/67111528
[pid=28365] ppid=28363 vsize=296668 CPUtime=1800.05 cores=0,2,4,6
/proc/28365/stat : 28365 (scip-2.0.1.4.li) R 28363 28365 27059 0 -1 4202496 238433 0 0 0 178346 1659 0 0 25 0 1 0 882666278 303788032 73247 33554432000 4194304 9128323 140734347632768 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/28365/statm: 74167 73247 734 1205 0 72958 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 296668

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1783.46
CPU system time (s): 16.6025
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 296668

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

runsolver used 2.72059 second user time and 5.47117 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-12 20:15:04
IDJOB=3447951
IDBENCH=79407
IDSOLVER=1944
FILE ID=node147/3447951-1307902504
RUNJOBID= node147-1307898650-27345
PBS_JOBID= 13559562
Free space on /var/tmp= 2900 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-jnh304_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 /var/tmp/evaluation-result-3447951-1307902504/watcher-3447951-1307902504 -o /var/tmp/evaluation-result-3447951-1307902504/solver-3447951-1307902504 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447951-1307902504.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 4141aec8f84b614aac5b3a0221093342
RANDOM SEED=242295769

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1365304 kB
Buffers:         54388 kB
Cached:       30492300 kB
SwapCached:       9880 kB
Active:       15795892 kB
Inactive:     14844404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1365304 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:           12056 kB
Writeback:           0 kB
AnonPages:       91576 kB
Mapped:          13396 kB
Slab:           882928 kB
PageTables:       4588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   253928 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 /var/tmp at the end= 2900 MiB
End job on node147 at 2011-06-12 20:45:06