Trace number 2663399

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 NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.64 1801.11

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2663399-1276688093.opb>
0.09/0.16	c original problem has 4977 variables (4977 bin, 0 int, 0 impl, 0 cont) and 5494 constraints
0.09/0.16	c problem read
0.09/0.16	c presolving settings loaded
0.09/0.16	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.19/0.23	c presolving:
0.19/0.29	c (round 1) 7 del vars, 1 del conss, 7 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9940 impls, 75 clqs
0.29/0.31	c (round 2) 7 del vars, 4971 del conss, 7 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 9940 impls, 75 clqs
0.29/0.36	c (round 3) 7 del vars, 4971 del conss, 7 chg bounds, 0 chg sides, 0 chg coeffs, 523 upgd conss, 9940 impls, 75 clqs
1.09/1.19	c    (1.0s) probing: 101/4970 (2.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.09/1.19	c    (1.0s) probing aborted: 100/100 successive totally useless probings
1.09/1.19	c presolving (4 rounds):
1.09/1.19	c  7 deleted vars, 4971 deleted constraints, 7 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.09/1.19	c  9940 implications, 1111 cliques
1.09/1.19	c presolved problem has 4970 variables (4970 bin, 0 int, 0 impl, 0 cont) and 523 constraints
1.09/1.19	c     448 constraints of type <knapsack>
1.09/1.19	c      75 constraints of type <setppc>
1.09/1.19	c transformed objective value is always integral (scale: 1)
1.09/1.19	c Presolving Time: 0.96
1.09/1.19	c - non default parameters ----------------------------------------------------------------------
1.09/1.19	c # SCIP version 1.2.1.2
1.09/1.19	c 
1.09/1.19	c # frequency for displaying node information lines
1.09/1.19	c # [type: int, range: [-1,2147483647], default: 100]
1.09/1.19	c display/freq = 10000
1.09/1.19	c 
1.09/1.19	c # maximal time in seconds to run
1.09/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.09/1.19	c limits/time = 1799.85
1.09/1.19	c 
1.09/1.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.09/1.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.09/1.19	c limits/memory = 1620
1.09/1.19	c 
1.09/1.19	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.09/1.19	c # [type: int, range: [-1,2147483647], default: 1]
1.09/1.19	c lp/solvefreq = -1
1.09/1.19	c 
1.09/1.19	c # should presolving try to simplify inequalities
1.09/1.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.09/1.19	c constraints/linear/simplifyinequalities = TRUE
1.09/1.19	c 
1.09/1.19	c # should presolving try to simplify knapsacks
1.09/1.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.09/1.19	c constraints/knapsack/simplifyinequalities = TRUE
1.09/1.19	c 
1.09/1.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.09/1.19	c # [type: int, range: [-1,2147483647], default: -1]
1.09/1.19	c separating/rapidlearning/freq = 0
1.09/1.19	c 
1.09/1.19	c -----------------------------------------------------------------------------------------------
1.09/1.19	c start solving
1.19/1.20	c 
1.19/1.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.19/1.21	c   1.0s|     1 |     2 |     0 |     - |  19M|   0 |   - |4970 | 523 |   0 |   0 |   0 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
38.39/38.40	c  38.0s| 10000 |  9959 |     0 |   0.0 |  23M|3739 |   - |4970 | 625 |   0 |   0 |   0 | 102 |   0 | 7.000000e+00 |      --      |    Inf 
79.36/79.44	c  78.8s| 20000 | 19848 |     0 |   0.0 |  28M|3739 |   - |4970 |1074 |   0 |   0 |   0 | 551 |   0 | 7.000000e+00 |      --      |    Inf 
122.66/122.76	c   122s| 30000 | 29686 |     0 |   0.0 |  35M|3739 |   - |4970 |1700 |   0 |   0 |   0 |1205 |   0 | 7.000000e+00 |      --      |    Inf 
165.95/166.01	c   165s| 40000 | 39355 |     0 |   0.0 |  43M|3739 |   - |4970 |2048 |   0 |   0 |   0 |1926 |   0 | 7.000000e+00 |      --      |    Inf 
210.14/210.24	c   209s| 50000 | 49010 |     0 |   0.0 |  51M|3739 |   - |4970 |2102 |   0 |   0 |   0 |2929 |   0 | 7.000000e+00 |      --      |    Inf 
257.23/257.34	c   256s| 60000 | 58362 |     0 |   0.0 |  60M|3739 |   - |4970 |1989 |   0 |   0 |   0 |4334 |   0 | 7.000000e+00 |      --      |    Inf 
304.41/304.58	c   303s| 70000 | 67768 |     0 |   0.0 |  68M|3739 |   - |4970 |1382 |   0 |   0 |   0 |5560 |   0 | 7.000000e+00 |      --      |    Inf 
348.90/349.09	c   347s| 80000 | 77614 |     0 |   0.0 |  74M|3739 |   - |4970 |1323 |   0 |   0 |   0 |6184 |   0 | 7.000000e+00 |      --      |    Inf 
394.29/394.43	c   392s| 90000 | 87440 |     0 |   0.0 |  81M|3739 |   - |4970 |1301 |   0 |   0 |   0 |6983 |   0 | 7.000000e+00 |      --      |    Inf 
438.88/439.02	c   436s|100000 | 97277 |     0 |   0.0 |  89M|3739 |   - |4970 |1324 |   0 |   0 |   0 |7672 |   0 | 7.000000e+00 |      --      |    Inf 
484.17/484.39	c   481s|110000 |107092 |     0 |   0.0 |  96M|3739 |   - |4970 |1336 |   0 |   0 |   0 |8353 |   0 | 7.000000e+00 |      --      |    Inf 
530.36/530.55	c   527s|120000 |116864 |     0 |   0.0 | 103M|3739 |   - |4970 |1267 |   0 |   0 |   0 |9096 |   0 | 7.000000e+00 |      --      |    Inf 
576.25/576.41	c   573s|130000 |126700 |     0 |   0.0 | 109M|3739 |   - |4970 |1117 |   0 |   0 |   0 |9693 |   0 | 7.000000e+00 |      --      |    Inf 
621.93/622.19	c   619s|140000 |136505 |     0 |   0.0 | 117M|3739 |   - |4970 |1083 |   0 |   0 |   0 |  10k|   0 | 7.000000e+00 |      --      |    Inf 
667.03/667.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
667.03/667.23	c   663s|150000 |146344 |     0 |   0.0 | 124M|3739 |   - |4970 |1089 |   0 |   0 |   0 |  11k|   0 | 7.000000e+00 |      --      |    Inf 
712.02/712.28	c   708s|160000 |156185 |     0 |   0.0 | 131M|3739 |   - |4970 |1123 |   0 |   0 |   0 |  11k|   0 | 7.000000e+00 |      --      |    Inf 
757.50/757.71	c   753s|170000 |166031 |     0 |   0.0 | 138M|3739 |   - |4970 |1085 |   0 |   0 |   0 |  12k|   0 | 7.000000e+00 |      --      |    Inf 
803.09/803.32	c   799s|180000 |175847 |     0 |   0.0 | 145M|3739 |   - |4970 |1118 |   0 |   0 |   0 |  13k|   0 | 7.000000e+00 |      --      |    Inf 
848.78/849.01	c   844s|190000 |185632 |     0 |   0.0 | 153M|3739 |   - |4970 |1111 |   0 |   0 |   0 |  13k|   0 | 7.000000e+00 |      --      |    Inf 
894.37/894.64	c   890s|200000 |195469 |     0 |   0.0 | 160M|3739 |   - |4970 |1079 |   0 |   0 |   0 |  14k|   0 | 7.000000e+00 |      --      |    Inf 
939.55/939.87	c   934s|210000 |205317 |     0 |   0.0 | 167M|3739 |   - |4970 |1091 |   0 |   0 |   0 |  15k|   0 | 7.000000e+00 |      --      |    Inf 
983.74/984.01	c   978s|220000 |215163 |     0 |   0.0 | 174M|3739 |   - |4970 |1138 |   0 |   0 |   0 |  15k|   0 | 7.000000e+00 |      --      |    Inf 
1028.53/1028.87	c  1023s|230000 |225017 |     0 |   0.0 | 181M|3739 |   - |4970 |1069 |   0 |   0 |   0 |  16k|   0 | 7.000000e+00 |      --      |    Inf 
1074.72/1075.06	c  1069s|240000 |234845 |     0 |   0.0 | 188M|3739 |   - |4970 |1167 |   0 |   0 |   0 |  17k|   0 | 7.000000e+00 |      --      |    Inf 
1120.52/1120.81	c  1114s|250000 |244696 |     0 |   0.0 | 196M|3739 |   - |4970 |1112 |   0 |   0 |   0 |  17k|   0 | 7.000000e+00 |      --      |    Inf 
1165.80/1166.13	c  1160s|260000 |254501 |     0 |   0.0 | 203M|3739 |   - |4970 |1095 |   0 |   0 |   0 |  18k|   0 | 7.000000e+00 |      --      |    Inf 
1211.39/1211.74	c  1205s|270000 |264324 |     0 |   0.0 | 210M|3739 |   - |4970 |1119 |   0 |   0 |   0 |  19k|   0 | 7.000000e+00 |      --      |    Inf 
1257.08/1257.47	c  1250s|280000 |274116 |     0 |   0.0 | 217M|3739 |   - |4970 |1137 |   0 |   0 |   0 |  20k|   0 | 7.000000e+00 |      --      |    Inf 
1302.67/1303.08	c  1296s|290000 |283943 |     0 |   0.0 | 224M|3739 |   - |4970 |1118 |   0 |   0 |   0 |  20k|   0 | 7.000000e+00 |      --      |    Inf 
1347.75/1348.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1347.75/1348.17	c  1341s|300000 |293759 |     0 |   0.0 | 232M|3739 |   - |4970 |1113 |   0 |   0 |   0 |  21k|   0 | 7.000000e+00 |      --      |    Inf 
1392.64/1393.03	c  1385s|310000 |303591 |     0 |   0.0 | 239M|3739 |   - |4970 |1156 |   0 |   0 |   0 |  22k|   0 | 7.000000e+00 |      --      |    Inf 
1438.33/1438.78	c  1431s|320000 |313381 |     0 |   0.0 | 246M|3739 |   - |4970 |1184 |   0 |   0 |   0 |  22k|   0 | 7.000000e+00 |      --      |    Inf 
1483.72/1484.14	c  1476s|330000 |323216 |     0 |   0.0 | 253M|3739 |   - |4970 |1151 |   0 |   0 |   0 |  23k|   0 | 7.000000e+00 |      --      |    Inf 
1528.91/1529.39	c  1521s|340000 |333062 |     0 |   0.0 | 260M|3739 |   - |4970 |1152 |   0 |   0 |   0 |  24k|   0 | 7.000000e+00 |      --      |    Inf 
1574.08/1574.54	c  1566s|350000 |342889 |     0 |   0.0 | 268M|3739 |   - |4970 |1106 |   0 |   0 |   0 |  24k|   0 | 7.000000e+00 |      --      |    Inf 
1618.57/1619.03	c  1610s|360000 |352681 |     0 |   0.0 | 275M|3739 |   - |4970 |1139 |   0 |   0 |   0 |  25k|   0 | 7.000000e+00 |      --      |    Inf 
1663.66/1664.11	c  1655s|370000 |362511 |     0 |   0.0 | 282M|3739 |   - |4970 |1170 |   0 |   0 |   0 |  26k|   0 | 7.000000e+00 |      --      |    Inf 
1708.54/1709.02	c  1699s|380000 |372310 |     0 |   0.0 | 290M|3739 |   - |4970 |1234 |   0 |   0 |   0 |  27k|   0 | 7.000000e+00 |      --      |    Inf 
1754.23/1754.73	c  1745s|390000 |382004 |     0 |   0.0 | 297M|3739 |   - |4970 |1305 |   0 |   0 |   0 |  27k|   0 | 7.000000e+00 |      --      |    Inf 
1799.03/1799.51	c  1789s|400000 |391840 |     0 |   0.0 | 305M|3739 |   - |4970 |1280 |   0 |   0 |   0 |  28k|   0 | 7.000000e+00 |      --      |    Inf 
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.50	c 
1800.03/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.50	c Solving Time (sec) : 1790.43
1800.03/1800.50	c Solving Nodes      : 400206
1800.03/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.50	c Dual Bound         : +7.00000000000000e+00
1800.03/1800.50	c Gap                : infinite
1800.03/1800.50	s UNKNOWN
1800.03/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.50	c Solving Time       :    1790.43
1800.03/1800.50	c Original Problem   :
1800.03/1800.50	c   Problem name     : HOME/instance-2663399-1276688093.opb
1800.03/1800.50	c   Variables        : 4977 (4977 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.50	c   Constraints      : 5494 initial, 5494 maximal
1800.03/1800.50	c Presolved Problem  :
1800.03/1800.50	c   Problem name     : t_HOME/instance-2663399-1276688093.opb
1800.03/1800.50	c   Variables        : 4970 (4970 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.50	c   Constraints      : 523 initial, 2289 maximal
1800.03/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   probing          :       0.28          0          0          0          0          0          0          0          0
1800.03/1800.50	c   knapsack         :       0.52          0          0          0          0          0          0          0          0
1800.03/1800.50	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   linear           :       0.08          7          0          0          7          0       4971          0          0
1800.03/1800.50	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.50	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.50	c   knapsack         :        448          0     505036          0     397377       2554    4260442          0          0          0
1800.03/1800.50	c   setppc           :         75          0     502482          0     397377       1847      95087          0          0          0
1800.03/1800.50	c   logicor          :          0+         0      27578          0          0         79       6547          0          0          0
1800.03/1800.50	c   countsols        :          0          0          0          0     397377          0          0          0          0          0
1800.03/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.50	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.50	c   knapsack         :     915.42       0.00      98.24       0.00     817.18
1800.03/1800.50	c   setppc           :     138.21       0.00      10.77       0.00     127.44
1800.03/1800.50	c   logicor          :       1.27       0.00       1.27       0.00       0.00
1800.03/1800.50	c   countsols        :       0.36       0.00       0.00       0.00       0.36
1800.03/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.50	c   vbounds          :       0.35          2          0          0
1800.03/1800.50	c   rootredcost      :       0.46          0          0          0
1800.03/1800.50	c   pseudoobj        :       0.31          0          0          0
1800.03/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.50	c   propagation      :      12.74       4480       4480      72910      249.7        165       83.3          -
1800.03/1800.50	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.50	c   applied globally :          -          -          -      28555      180.4          -          -          -
1800.03/1800.50	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.50	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.50	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.50	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.50	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.50	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.50	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.50	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.50	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.50	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.50	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.50	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.50	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.50	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.50	c Pricers            :       Time      Calls       Vars
1800.03/1800.50	c   problem variables:       0.00          0          0
1800.03/1800.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.50	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.50	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.50	c   inference        :     689.28     397377          0          0          0          0     794754
1800.03/1800.50	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.50	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.50	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.50	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.50	c   LP solutions     :       0.00          -          0
1800.03/1800.50	c   pseudo solutions :       0.00          -          0
1800.03/1800.50	c   oneopt           :       0.31          0          0
1800.03/1800.50	c   trivial          :       0.01          2          0
1800.03/1800.50	c   simplerounding   :       0.00          0          0
1800.03/1800.50	c   zirounding       :       0.00          0          0
1800.03/1800.50	c   rounding         :       0.00          0          0
1800.03/1800.50	c   shifting         :       0.00          0          0
1800.03/1800.50	c   intshifting      :       0.00          0          0
1800.03/1800.50	c   twoopt           :       0.00          0          0
1800.03/1800.50	c   fixandinfer      :       0.00          0          0
1800.03/1800.50	c   feaspump         :       0.00          0          0
1800.03/1800.50	c   coefdiving       :       0.00          0          0
1800.03/1800.51	c   pscostdiving     :       0.00          0          0
1800.03/1800.51	c   fracdiving       :       0.00          0          0
1800.03/1800.51	c   veclendiving     :       0.00          0          0
1800.03/1800.51	c   intdiving        :       0.00          0          0
1800.03/1800.51	c   actconsdiving    :       0.00          0          0
1800.03/1800.51	c   objpscostdiving  :       0.00          0          0
1800.03/1800.51	c   rootsoldiving    :       0.00          0          0
1800.03/1800.51	c   linesearchdiving :       0.00          0          0
1800.03/1800.51	c   guideddiving     :       0.00          0          0
1800.03/1800.51	c   octane           :       0.00          0          0
1800.03/1800.51	c   rens             :       0.00          0          0
1800.03/1800.51	c   rins             :       0.00          0          0
1800.03/1800.51	c   localbranching   :       0.00          0          0
1800.03/1800.51	c   mutation         :       0.00          0          0
1800.03/1800.51	c   crossover        :       0.00          0          0
1800.03/1800.51	c   dins             :       0.00          0          0
1800.03/1800.51	c   undercover       :       0.00          0          0
1800.03/1800.51	c   nlp              :       0.53          0          0
1800.03/1800.51	c   trysol           :       0.21          0          0
1800.03/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.51	c B&B Tree           :
1800.03/1800.51	c   number of runs   :          1
1800.03/1800.51	c   nodes            :     400206
1800.03/1800.51	c   nodes (total)    :     400206
1800.03/1800.51	c   nodes left       :     392041
1800.03/1800.51	c   max depth        :       3739
1800.03/1800.51	c   max depth (total):       3739
1800.03/1800.51	c   backtracks       :       1701 (0.4%)
1800.03/1800.51	c   delayed cutoffs  :       2508
1800.03/1800.51	c   repropagations   :      19356 (427970 domain reductions, 1651 cutoffs)
1800.03/1800.51	c   avg switch length:       2.40
1800.03/1800.51	c   switching time   :      20.56
1800.03/1800.51	c Solution           :
1800.03/1800.51	c   Solutions found  :          0 (0 improvements)
1800.03/1800.51	c   Primal Bound     :          -
1800.03/1800.51	c   Dual Bound       : +7.00000000000000e+00
1800.03/1800.51	c   Gap              :   infinite
1800.03/1800.51	c   Root Dual Bound  : +7.00000000000000e+00
1800.03/1800.51	c   Root Iterations  :          0
1800.62/1801.10	c Time complete: 1800.62.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663399-1276688093/watcher-2663399-1276688093 -o /tmp/evaluation-result-2663399-1276688093/solver-2663399-1276688093 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663399-1276688093.opb -t 1800 -m 1800 

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


[startup+0 s]
/proc/loadavg: 2.10 1.69 1.27 3/105 16311
/proc/meminfo: memFree=1740340/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=6584 CPUtime=0
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 1081 0 0 0 0 0 0 0 25 0 1 0 10102768 6742016 1004 1992294400 4194304 7136930 140736692557824 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16311/statm: 1646 1013 254 719 0 925 0

[startup+0.080076 s]
/proc/loadavg: 2.10 1.69 1.27 3/105 16311
/proc/meminfo: memFree=1740340/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=13260 CPUtime=0.07
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 2810 0 0 0 7 0 0 0 25 0 1 0 10102768 13578240 2732 1992294400 4194304 7136930 140736692557824 18446744073709551615 6303916 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16311/statm: 3315 2732 271 719 0 2594 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13260

[startup+0.101077 s]
/proc/loadavg: 2.10 1.69 1.27 3/105 16311
/proc/meminfo: memFree=1740340/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=14936 CPUtime=0.09
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 3227 0 0 0 8 1 0 0 25 0 1 0 10102768 15294464 3149 1992294400 4194304 7136930 140736692557824 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16311/statm: 3734 3149 271 719 0 3013 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14936

[startup+0.301096 s]
/proc/loadavg: 2.10 1.69 1.27 3/105 16311
/proc/meminfo: memFree=1740340/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=33460 CPUtime=0.29
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 8290 0 0 0 25 4 0 0 25 0 1 0 10102768 34263040 7601 1992294400 4194304 7136930 140736692557824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 8365 7601 344 719 0 7644 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33460

[startup+0.701134 s]
/proc/loadavg: 2.10 1.69 1.27 3/105 16311
/proc/meminfo: memFree=1740340/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=40212 CPUtime=0.69
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 10326 0 0 0 64 5 0 0 25 0 1 0 10102768 41177088 9248 1992294400 4194304 7136930 140736692557824 18446744073709551615 4890934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 10053 9248 360 719 0 9332 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40212

[startup+1.50021 s]
/proc/loadavg: 2.02 1.68 1.27 2/106 16312
/proc/meminfo: memFree=1701644/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=43856 CPUtime=1.49
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 12095 0 0 0 143 6 0 0 25 0 1 0 10102768 44908544 10246 1992294400 4194304 7136930 140736692557824 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 10964 10246 391 719 0 10243 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43856

[startup+3.10037 s]
/proc/loadavg: 2.02 1.68 1.27 2/106 16312
/proc/meminfo: memFree=1700280/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=43856 CPUtime=3.08
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 12109 0 0 0 302 6 0 0 25 0 1 0 10102768 44908544 10260 1992294400 4194304 7136930 140736692557824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 10964 10260 397 719 0 10243 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43856

[startup+6.30068 s]
/proc/loadavg: 1.93 1.66 1.27 2/106 16312
/proc/meminfo: memFree=1700156/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=44012 CPUtime=6.29
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 12136 0 0 0 621 8 0 0 25 0 1 0 10102768 45068288 10287 1992294400 4194304 7136930 140736692557824 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 11003 10287 397 719 0 10282 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44012

[startup+12.7013 s]
/proc/loadavg: 1.86 1.65 1.27 2/106 16312
/proc/meminfo: memFree=1699172/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=45464 CPUtime=12.68
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 12511 0 0 0 1256 12 0 0 25 0 1 0 10102768 46555136 10662 1992294400 4194304 7136930 140736692557824 18446744073709551615 4858929 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 11366 10662 397 719 0 10645 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45464

[startup+25.5015 s]
/proc/loadavg: 1.73 1.63 1.26 2/106 16312
/proc/meminfo: memFree=1696692/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=47284 CPUtime=25.49
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 12981 0 0 0 2529 20 0 0 25 0 1 0 10102768 48418816 11132 1992294400 4194304 7136930 140736692557824 18446744073709551615 4858896 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 11821 11132 397 719 0 11100 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47284

[startup+51.101 s]
/proc/loadavg: 1.44 1.57 1.26 2/106 16314
/proc/meminfo: memFree=1693592/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=50324 CPUtime=51.08
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 13748 0 0 0 5073 35 0 0 25 0 1 0 10102768 51531776 11899 1992294400 4194304 7136930 140736692557824 18446744073709551615 4858913 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 12581 11899 397 719 0 11860 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50324

[startup+102.309 s]
/proc/loadavg: 1.19 1.48 1.24 2/106 16314
/proc/meminfo: memFree=1684416/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=59616 CPUtime=102.27
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 16036 0 0 0 10164 63 0 0 25 0 1 0 10102768 61046784 14187 1992294400 4194304 7136930 140736692557824 18446744073709551615 4858870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 14904 14187 397 719 0 14183 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 59616

[startup+162.302 s]
/proc/loadavg: 1.07 1.39 1.22 2/106 16316
/proc/meminfo: memFree=1671396/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=73636 CPUtime=162.25
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 19365 0 0 0 16128 97 0 0 25 0 1 0 10102768 75403264 17516 1992294400 4194304 7136930 140736692557824 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 18409 17516 397 719 0 17688 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 73636

[startup+222.302 s]
/proc/loadavg: 1.02 1.32 1.21 2/106 16318
/proc/meminfo: memFree=1657136/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=88848 CPUtime=222.24
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 22832 0 0 0 22092 132 0 0 25 0 1 0 10102768 90980352 20983 1992294400 4194304 7136930 140736692557824 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 22212 20983 397 719 0 21491 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 88848

[startup+282.301 s]
/proc/loadavg: 1.01 1.26 1.19 2/106 16320
/proc/meminfo: memFree=1642132/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=106116 CPUtime=282.22
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 26568 0 0 0 28057 165 0 0 25 0 1 0 10102768 108662784 24719 1992294400 4194304 7136930 140736692557824 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 26529 24719 397 719 0 25808 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 106116

[startup+342.301 s]
/proc/loadavg: 1.00 1.21 1.17 2/106 16322
/proc/meminfo: memFree=1631840/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=118720 CPUtime=342.2
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 29105 0 0 0 34023 197 0 0 25 0 1 0 10102768 121569280 27256 1992294400 4194304 7136930 140736692557824 18446744073709551615 4858864 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 29680 27256 397 719 0 28959 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 118720

[startup+402.301 s]
/proc/loadavg: 1.00 1.17 1.16 2/106 16322
/proc/meminfo: memFree=1620804/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=131080 CPUtime=402.19
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 31856 0 0 0 39995 224 0 0 25 0 1 0 10102768 134225920 30007 1992294400 4194304 7136930 140736692557824 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 32770 30007 397 719 0 32049 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 131080

[startup+462.302 s]
/proc/loadavg: 1.00 1.13 1.15 2/106 16324
/proc/meminfo: memFree=1609520/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=143212 CPUtime=462.17
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 34661 0 0 0 45963 254 0 0 25 0 1 0 10102768 146649088 32812 1992294400 4194304 7136930 140736692557824 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 35803 32812 397 719 0 35082 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 143212

[startup+522.302 s]
/proc/loadavg: 1.00 1.11 1.14 2/106 16326
/proc/meminfo: memFree=1598484/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=155116 CPUtime=522.16
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 37462 0 0 0 51931 285 0 0 25 0 1 0 10102768 158838784 35613 1992294400 4194304 7136930 140736692557824 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 38779 35613 397 719 0 38058 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 155116

[startup+582.301 s]
/proc/loadavg: 1.00 1.08 1.13 2/106 16328
/proc/meminfo: memFree=1587448/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=167704 CPUtime=582.14
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 40220 0 0 0 57899 315 0 0 25 0 1 0 10102768 171728896 38371 1992294400 4194304 7136930 140736692557824 18446744073709551615 5908905 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 41926 38371 397 719 0 41205 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 167704

[startup+642.301 s]
/proc/loadavg: 1.00 1.07 1.12 2/106 16330
/proc/meminfo: memFree=1577776/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=177024 CPUtime=642.14
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 42523 0 0 0 63868 346 0 0 25 0 1 0 10102768 181272576 40674 1992294400 4194304 7136930 140736692557824 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 44256 40674 397 719 0 43535 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 177024

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.07 2/106 16338
/proc/meminfo: memFree=1510072/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=256732 CPUtime=1002.04
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 59325 0 0 0 99671 533 0 0 25 0 1 0 10102768 262893568 57476 1992294400 4194304 7136930 140736692557824 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 64183 57476 397 719 0 63462 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 256732

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/106 16340
/proc/meminfo: memFree=1501020/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=266036 CPUtime=1062.03
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 61627 0 0 0 105639 564 0 0 25 0 1 0 10102768 272420864 59778 1992294400 4194304 7136930 140736692557824 18446744073709551615 5892368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 66509 59778 397 719 0 65788 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 266036

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/106 16342
/proc/meminfo: memFree=1489860/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=278288 CPUtime=1122.01
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 64354 0 0 0 111607 594 0 0 25 0 1 0 10102768 284966912 62505 1992294400 4194304 7136930 140736692557824 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 69572 62505 397 719 0 68851 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 278288

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/106 16344
/proc/meminfo: memFree=1479196/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=290044 CPUtime=1182
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 66992 0 0 0 117574 626 0 0 25 0 1 0 10102768 297005056 65143 1992294400 4194304 7136930 140736692557824 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 72511 65143 397 719 0 71790 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 290044

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/106 16346
/proc/meminfo: memFree=1469400/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=300576 CPUtime=1241.98
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 69360 0 0 0 123540 658 0 0 25 0 1 0 10102768 307789824 67511 1992294400 4194304 7136930 140736692557824 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 75144 67511 397 719 0 74423 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 300576

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/106 16346
/proc/meminfo: memFree=1460968/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=308924 CPUtime=1301.97
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 71458 0 0 0 129512 685 0 0 25 0 1 0 10102768 316338176 69609 1992294400 4194304 7136930 140736692557824 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 77231 69609 397 719 0 76510 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 308924

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/106 16348
/proc/meminfo: memFree=1448320/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=324312 CPUtime=1361.95
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 74636 0 0 0 135478 717 0 0 25 0 1 0 10102768 332095488 72787 1992294400 4194304 7136930 140736692557824 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 81078 72787 397 719 0 80357 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 324312

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.03 2/106 16350
/proc/meminfo: memFree=1438028/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=334820 CPUtime=1421.94
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 77188 0 0 0 141445 749 0 0 25 0 1 0 10102768 342855680 75339 1992294400 4194304 7136930 140736692557824 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 83705 75339 397 719 0 82984 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 334820

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/106 16352
/proc/meminfo: memFree=1427364/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=346100 CPUtime=1481.92
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 79837 0 0 0 147412 780 0 0 25 0 1 0 10102768 354406400 77988 1992294400 4194304 7136930 140736692557824 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 86525 77988 397 719 0 85804 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 346100

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/106 16354
/proc/meminfo: memFree=1417196/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=356268 CPUtime=1541.9
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 82326 0 0 0 153379 811 0 0 25 0 1 0 10102768 364818432 80477 1992294400 4194304 7136930 140736692557824 18446744073709551615 4858882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 89067 80477 397 719 0 88346 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 356268

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/106 16363
/proc/meminfo: memFree=1405664/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=368856 CPUtime=1601.87
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 85262 0 0 0 159342 845 0 0 25 0 1 0 10102768 377708544 83413 1992294400 4194304 7136930 140736692557824 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 92214 83413 397 719 0 91493 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 368856

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16365
/proc/meminfo: memFree=1393016/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=381872 CPUtime=1661.85
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 88375 0 0 0 165306 879 0 0 25 0 1 0 10102768 391036928 86526 1992294400 4194304 7136930 140736692557824 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 95468 86526 397 719 0 94747 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 381872

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16367
/proc/meminfo: memFree=1381608/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=396016 CPUtime=1721.84
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 91547 0 0 0 171274 910 0 0 25 0 1 0 10102768 405520384 89698 1992294400 4194304 7136930 140736692557824 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 99004 89698 397 719 0 98283 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 396016

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16369
/proc/meminfo: memFree=1369828/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=406856 CPUtime=1781.83
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 94097 0 0 0 177246 937 0 0 25 0 1 0 10102768 416620544 92248 1992294400 4194304 7136930 140736692557824 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 101714 92248 397 719 0 100993 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 406856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 16369
/proc/meminfo: memFree=1367348/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=408536 CPUtime=1800.03
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 94695 0 0 0 179057 946 0 0 25 0 1 0 10102768 418340864 92846 1992294400 4194304 7136930 140736692557824 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16311/statm: 102134 92846 397 719 0 101413 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 408536

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16370
/proc/meminfo: memFree=1367340/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=408548 CPUtime=1800.13
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 94718 0 0 0 179067 946 0 0 18 0 1 0 10102768 418353152 92869 1992294400 4194304 7136930 140736692557824 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16311/statm: 102137 92869 402 719 0 101416 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 408548

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16370
/proc/meminfo: memFree=1367340/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=403744 CPUtime=1800.52
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 94768 0 0 0 179106 946 0 0 18 0 1 0 10102768 413433856 91668 1992294400 4194304 7136930 140736692557824 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16311/statm: 100936 91668 402 719 0 100215 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 403744

[startup+1801.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16370
/proc/meminfo: memFree=1367340/2059040 swapFree=4140808/4192956
[pid=16311] ppid=16309 vsize=133392 CPUtime=1800.62
/proc/16311/stat : 16311 (pbscip.linux.x8) R 16309 16311 16158 0 -1 4202496 94770 0 0 0 179111 951 0 0 18 0 1 0 10102768 136593408 8350 1992294400 4194304 7136930 140736692557824 18446744073709551615 6526746 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16311/statm: 8763 8350 404 719 0 8042 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (KiB) 133392

Child status: 0
Real time (s): 1801.11
CPU time (s): 1800.64
CPU user time (s): 1791.12
CPU system time (s): 9.51655
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 408548

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

runsolver used 3.08553 second user time and 8.40372 second system time

The end

Launcher Data

Begin job on node089 at 2010-06-16 13:34:53
IDJOB=2663399
IDBENCH=71843
IDSOLVER=1167
FILE ID=node089/2663399-1276688093
PBS_JOBID= 11172598
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx75.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663399-1276688093/watcher-2663399-1276688093 -o /tmp/evaluation-result-2663399-1276688093/solver-2663399-1276688093 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663399-1276688093.opb -t 1800 -m 1800

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=753375389

node089.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1740744 kB
Buffers:        114668 kB
Cached:         122892 kB
SwapCached:       6556 kB
Active:          96476 kB
Inactive:       154828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1740744 kB
SwapTotal:     4192956 kB
SwapFree:      4140808 kB
Dirty:            3644 kB
Writeback:           0 kB
AnonPages:       11176 kB
Mapped:          13068 kB
Slab:            45292 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182004 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62556 MiB
End job on node089 at 2010-06-16 14:04:55