Trace number 2663405

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.44 1801.01

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
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 variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2663405-1276689344.opb>
0.19/0.28	c original problem has 8424 variables (8424 bin, 0 int, 0 impl, 0 cont) and 9089 constraints
0.19/0.28	c problem read
0.19/0.28	c presolving settings loaded
0.19/0.28	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.39/0.41	c presolving:
0.49/0.50	c (round 1) 9 del vars, 1 del conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 16830 impls, 97 clqs
0.49/0.54	c (round 2) 9 del vars, 8416 del conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 16830 impls, 97 clqs
0.59/0.63	c (round 3) 9 del vars, 8416 del conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 673 upgd conss, 16830 impls, 97 clqs
2.68/2.74	c    (2.4s) probing: 101/8415 (1.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.68/2.74	c    (2.4s) probing aborted: 100/100 successive totally useless probings
2.68/2.75	c presolving (4 rounds):
2.68/2.75	c  9 deleted vars, 8416 deleted constraints, 9 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.68/2.75	c  16830 implications, 2293 cliques
2.68/2.75	c presolved problem has 8415 variables (8415 bin, 0 int, 0 impl, 0 cont) and 673 constraints
2.68/2.75	c     576 constraints of type <knapsack>
2.68/2.75	c      97 constraints of type <setppc>
2.68/2.75	c transformed objective value is always integral (scale: 1)
2.68/2.75	c Presolving Time: 2.35
2.68/2.75	c - non default parameters ----------------------------------------------------------------------
2.68/2.75	c # SCIP version 1.2.1.2
2.68/2.75	c 
2.68/2.75	c # frequency for displaying node information lines
2.68/2.75	c # [type: int, range: [-1,2147483647], default: 100]
2.68/2.75	c display/freq = 10000
2.68/2.75	c 
2.68/2.75	c # maximal time in seconds to run
2.68/2.75	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.68/2.75	c limits/time = 1799.72
2.68/2.75	c 
2.68/2.75	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.68/2.75	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.68/2.75	c limits/memory = 1620
2.68/2.75	c 
2.68/2.75	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.68/2.75	c # [type: int, range: [-1,2147483647], default: 1]
2.68/2.75	c lp/solvefreq = -1
2.68/2.75	c 
2.68/2.75	c # should presolving try to simplify inequalities
2.68/2.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.75	c constraints/linear/simplifyinequalities = TRUE
2.68/2.75	c 
2.68/2.75	c # should presolving try to simplify knapsacks
2.68/2.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.75	c constraints/knapsack/simplifyinequalities = TRUE
2.68/2.75	c 
2.68/2.75	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.68/2.75	c # [type: int, range: [-1,2147483647], default: -1]
2.68/2.75	c separating/rapidlearning/freq = 0
2.68/2.75	c 
2.68/2.75	c -----------------------------------------------------------------------------------------------
2.68/2.75	c start solving
2.68/2.75	c 
2.68/2.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.68/2.78	c   2.4s|     1 |     2 |     0 |     - |  32M|   0 |   - |8415 | 673 |   0 |   0 |   0 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
73.16/73.26	c  72.6s| 10000 |  9974 |     0 |   0.0 |  37M|4532 |   - |8415 | 753 |   0 |   0 |   0 |  80 |   0 | 9.000000e+00 |      --      |    Inf 
158.34/158.41	c   158s| 20000 | 19903 |     0 |   0.0 |  43M|4532 |   - |8415 |1095 |   0 |   0 |   0 | 422 |   0 | 9.000000e+00 |      --      |    Inf 
244.01/244.19	c   243s| 30000 | 29832 |     0 |   0.0 |  49M|4532 |   - |8415 |1435 |   0 |   0 |   0 | 772 |   0 | 9.000000e+00 |      --      |    Inf 
325.38/325.58	c   324s| 40000 | 39764 |     0 |   0.0 |  56M|4532 |   - |8415 |1693 |   0 |   0 |   0 |1127 |   0 | 9.000000e+00 |      --      |    Inf 
405.94/406.13	c   404s| 50000 | 49636 |     0 |   0.0 |  64M|4532 |   - |8415 |1901 |   0 |   0 |   0 |1503 |   0 | 9.000000e+00 |      --      |    Inf 
485.73/485.93	c   484s| 60000 | 59511 |     0 |   0.0 |  71M|4532 |   - |8415 |2183 |   0 |   0 |   0 |2088 |   0 | 9.000000e+00 |      --      |    Inf 
565.49/565.79	c   564s| 70000 | 69389 |     0 |   0.0 |  80M|4532 |   - |8415 |2374 |   0 |   0 |   0 |2651 |   0 | 9.000000e+00 |      --      |    Inf 
645.58/645.88	c   643s| 80000 | 79259 |     0 |   0.0 |  88M|4532 |   - |8415 |2531 |   0 |   0 |   0 |3216 |   0 | 9.000000e+00 |      --      |    Inf 
725.45/725.80	c   723s| 90000 | 89127 |     0 |   0.0 |  96M|4532 |   - |8415 |2629 |   0 |   0 |   0 |3772 |   0 | 9.000000e+00 |      --      |    Inf 
811.12/811.42	c   808s|100000 | 98772 |     0 |   0.0 | 103M|4532 |   - |8415 |2474 |   0 |   0 |   0 |4210 |   0 | 9.000000e+00 |      --      |    Inf 
896.40/896.74	c   893s|110000 |108460 |     0 |   0.0 | 111M|4532 |   - |8415 |2612 |   0 |   0 |   0 |4672 |   0 | 9.000000e+00 |      --      |    Inf 
980.08/980.40	c   977s|120000 |118192 |     0 |   0.0 | 119M|4532 |   - |8415 |2556 |   0 |   0 |   0 |5123 |   0 | 9.000000e+00 |      --      |    Inf 
1059.25/1059.61	c  1056s|130000 |128013 |     0 |   0.0 | 127M|4532 |   - |8415 |2766 |   0 |   0 |   0 |5776 |   0 | 9.000000e+00 |      --      |    Inf 
1139.33/1139.74	c  1135s|140000 |137796 |     0 |   0.0 | 136M|4532 |   - |8415 |2803 |   0 |   0 |   0 |6325 |   0 | 9.000000e+00 |      --      |    Inf 
1218.61/1219.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1218.61/1219.00	c  1214s|150000 |147640 |     0 |   0.0 | 144M|4532 |   - |8415 |2918 |   0 |   0 |   0 |6900 |   0 | 9.000000e+00 |      --      |    Inf 
1296.97/1297.48	c  1293s|160000 |157506 |     0 |   0.0 | 153M|4532 |   - |8415 |3101 |   0 |   0 |   0 |7541 |   0 | 9.000000e+00 |      --      |    Inf 
1374.95/1375.47	c  1370s|170000 |167380 |     0 |   0.0 | 162M|4532 |   - |8415 |3141 |   0 |   0 |   0 |8131 |   0 | 9.000000e+00 |      --      |    Inf 
1454.03/1454.56	c  1449s|180000 |177250 |     0 |   0.0 | 171M|4532 |   - |8415 |3383 |   0 |   0 |   0 |8761 |   0 | 9.000000e+00 |      --      |    Inf 
1538.71/1539.22	c  1534s|190000 |186876 |     0 |   0.0 | 178M|4532 |   - |8415 |3327 |   0 |   0 |   0 |9248 |   0 | 9.000000e+00 |      --      |    Inf 
1619.88/1620.49	c  1614s|200000 |196597 |     0 |   0.0 | 186M|4532 |   - |8415 |3501 |   0 |   0 |   0 |9885 |   0 | 9.000000e+00 |      --      |    Inf 
1701.16/1701.78	c  1696s|210000 |206381 |     0 |   0.0 | 193M|4532 |   - |8415 |3665 |   0 |   0 |   0 |  10k|   0 | 9.000000e+00 |      --      |    Inf 
1786.02/1786.65	c  1780s|220000 |216101 |     0 |   0.0 | 199M|4532 |   - |8415 |3726 |   0 |   0 |   0 |  10k|   0 | 9.000000e+00 |      --      |    Inf 
1800.04/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.62	c 
1800.04/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.62	c Solving Time (sec) : 1794.01
1800.04/1800.62	c Solving Nodes      : 221645
1800.04/1800.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.62	c Dual Bound         : +9.00000000000000e+00
1800.04/1800.62	c Gap                : infinite
1800.04/1800.62	s UNKNOWN
1800.04/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.62	c Solving Time       :    1794.01
1800.04/1800.62	c Original Problem   :
1800.04/1800.62	c   Problem name     : HOME/instance-2663405-1276689344.opb
1800.04/1800.62	c   Variables        : 8424 (8424 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.62	c   Constraints      : 9089 initial, 9089 maximal
1800.04/1800.62	c Presolved Problem  :
1800.04/1800.62	c   Problem name     : t_HOME/instance-2663405-1276689344.opb
1800.04/1800.62	c   Variables        : 8415 (8415 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.62	c   Constraints      : 673 initial, 3832 maximal
1800.04/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.62	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.62	c   probing          :       0.58          0          0          0          0          0          0          0          0
1800.04/1800.62	c   knapsack         :       1.49          0          0          0          0          0          0          0          0
1800.04/1800.62	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.62	c   linear           :       0.16          9          0          0          9          0       8416          0          0
1800.04/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.62	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.62	c   knapsack         :        576          0     268255          0     220382       1692    2405671          0          0          0
1800.04/1800.62	c   setppc           :         97          0     266563          0     220382        357     192607          0          0          0
1800.04/1800.62	c   logicor          :          0+         0      24361          0          0         10       6206          0          0          0
1800.04/1800.62	c   countsols        :          0          0          0          0     220382          0          0          0          0          0
1800.04/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.62	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.62	c   knapsack         :     901.14       0.00      83.23       0.00     817.91
1800.04/1800.62	c   setppc           :     159.00       0.00       4.33       0.00     154.67
1800.04/1800.62	c   logicor          :       0.87       0.00       0.87       0.00       0.00
1800.04/1800.62	c   countsols        :       0.18       0.00       0.00       0.00       0.18
1800.04/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.62	c   vbounds          :       0.32          2          0          0
1800.04/1800.62	c   rootredcost      :       0.23          0          0          0
1800.04/1800.62	c   pseudoobj        :       0.17          0          0          0
1800.04/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.62	c   propagation      :       5.48       2059       2059      28835      258.8         51       80.5          -
1800.04/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.62	c   applied globally :          -          -          -      11050      181.3          -          -          -
1800.04/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.62	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.62	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.62	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.62	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.62	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.62	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.62	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.62	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.62	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.62	c Pricers            :       Time      Calls       Vars
1800.04/1800.62	c   problem variables:       0.00          0          0
1800.04/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.62	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.62	c   inference        :     703.32     220382          0          0          0          0     440764
1800.04/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.62	c   LP solutions     :       0.00          -          0
1800.04/1800.62	c   pseudo solutions :       0.00          -          0
1800.04/1800.62	c   oneopt           :       0.13          0          0
1800.04/1800.62	c   trivial          :       0.03          2          0
1800.04/1800.62	c   simplerounding   :       0.00          0          0
1800.04/1800.62	c   zirounding       :       0.00          0          0
1800.04/1800.62	c   rounding         :       0.00          0          0
1800.04/1800.62	c   shifting         :       0.00          0          0
1800.04/1800.62	c   intshifting      :       0.00          0          0
1800.04/1800.62	c   twoopt           :       0.00          0          0
1800.04/1800.62	c   fixandinfer      :       0.00          0          0
1800.04/1800.62	c   feaspump         :       0.00          0          0
1800.04/1800.62	c   coefdiving       :       0.00          0          0
1800.04/1800.62	c   pscostdiving     :       0.00          0          0
1800.04/1800.62	c   fracdiving       :       0.00          0          0
1800.04/1800.62	c   veclendiving     :       0.00          0          0
1800.04/1800.62	c   intdiving        :       0.00          0          0
1800.04/1800.62	c   actconsdiving    :       0.00          0          0
1800.04/1800.62	c   objpscostdiving  :       0.00          0          0
1800.04/1800.62	c   rootsoldiving    :       0.00          0          0
1800.04/1800.62	c   linesearchdiving :       0.00          0          0
1800.04/1800.62	c   guideddiving     :       0.00          0          0
1800.04/1800.62	c   octane           :       0.00          0          0
1800.04/1800.62	c   rens             :       0.00          0          0
1800.04/1800.62	c   rins             :       0.00          0          0
1800.04/1800.62	c   localbranching   :       0.00          0          0
1800.04/1800.62	c   mutation         :       0.00          0          0
1800.04/1800.62	c   crossover        :       0.00          0          0
1800.04/1800.62	c   dins             :       0.00          0          0
1800.04/1800.62	c   undercover       :       0.00          0          0
1800.04/1800.62	c   nlp              :       0.34          0          0
1800.04/1800.62	c   trysol           :       0.11          0          0
1800.04/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.62	c B&B Tree           :
1800.04/1800.62	c   number of runs   :          1
1800.04/1800.62	c   nodes            :     221645
1800.04/1800.62	c   nodes (total)    :     221645
1800.04/1800.62	c   nodes left       :     217708
1800.04/1800.62	c   max depth        :       4532
1800.04/1800.62	c   max depth (total):       4532
1800.04/1800.62	c   backtracks       :        807 (0.4%)
1800.04/1800.62	c   delayed cutoffs  :       1412
1800.04/1800.62	c   repropagations   :       8316 (246283 domain reductions, 796 cutoffs)
1800.04/1800.62	c   avg switch length:       2.21
1800.04/1800.62	c   switching time   :      12.32
1800.04/1800.62	c Solution           :
1800.04/1800.62	c   Solutions found  :          0 (0 improvements)
1800.04/1800.62	c   Primal Bound     :          -
1800.04/1800.62	c   Dual Bound       : +9.00000000000000e+00
1800.04/1800.62	c   Gap              :   infinite
1800.04/1800.62	c   Root Dual Bound  : +9.00000000000000e+00
1800.04/1800.62	c   Root Iterations  :          0
1800.42/1801.00	c Time complete: 1800.43.

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-2663405-1276689344/watcher-2663405-1276689344 -o /tmp/evaluation-result-2663405-1276689344/solver-2663405-1276689344 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663405-1276689344.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 2.02 1.65 3/106 17813
/proc/meminfo: memFree=1801748/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=6584 CPUtime=0
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 996 0 0 0 0 0 0 0 25 0 1 0 10225380 6742016 920 1992294400 4194304 7136930 140737372915952 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17813/statm: 1646 930 254 719 0 925 0

[startup+0.0580601 s]
/proc/loadavg: 2.10 2.02 1.65 3/106 17813
/proc/meminfo: memFree=1801748/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=11644 CPUtime=0.05
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 2388 0 0 0 4 1 0 0 25 0 1 0 10225380 11923456 2311 1992294400 4194304 7136930 140737372915952 18446744073709551615 4680123 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17813/statm: 2911 2311 271 719 0 2190 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11644

[startup+0.101063 s]
/proc/loadavg: 2.10 2.02 1.65 3/106 17813
/proc/meminfo: memFree=1801748/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=14460 CPUtime=0.09
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 3097 0 0 0 8 1 0 0 25 0 1 0 10225380 14807040 3020 1992294400 4194304 7136930 140737372915952 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17813/statm: 3615 3020 271 719 0 2894 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14460

[startup+0.301083 s]
/proc/loadavg: 2.10 2.02 1.65 3/106 17813
/proc/meminfo: memFree=1801748/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=26276 CPUtime=0.29
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 6407 0 0 0 26 3 0 0 25 0 1 0 10225380 26906624 5976 1992294400 4194304 7136930 140737372915952 18446744073709551615 6166824 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 6569 5976 282 719 0 5848 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26276

[startup+0.701122 s]
/proc/loadavg: 2.10 2.02 1.65 3/106 17813
/proc/meminfo: memFree=1801748/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=51884 CPUtime=0.69
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 13305 0 0 0 63 6 0 0 25 0 1 0 10225380 53129216 12129 1992294400 4194304 7136930 140737372915952 18446744073709551615 4442966 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 12971 12129 360 719 0 12250 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51884

[startup+1.5012 s]
/proc/loadavg: 2.10 2.02 1.65 2/107 17814
/proc/meminfo: memFree=1751768/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=57132 CPUtime=1.49
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 14609 0 0 0 142 7 0 0 25 0 1 0 10225380 58503168 13433 1992294400 4194304 7136930 140737372915952 18446744073709551615 4890934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 14283 13433 360 719 0 13562 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57132

[startup+3.10137 s]
/proc/loadavg: 2.10 2.02 1.65 2/107 17814
/proc/meminfo: memFree=1746436/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=61512 CPUtime=3.08
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 16749 0 0 0 300 8 0 0 25 0 1 0 10225380 62988288 14635 1992294400 4194304 7136930 140737372915952 18446744073709551615 4414776 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17813/statm: 15378 14635 391 719 0 14657 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 61512

[startup+6.30166 s]
/proc/loadavg: 2.01 2.00 1.64 2/107 17814
/proc/meminfo: memFree=1743832/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=61656 CPUtime=6.29
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 16762 0 0 0 619 10 0 0 25 0 1 0 10225380 63135744 14648 1992294400 4194304 7136930 140737372915952 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 15414 14648 391 719 0 14693 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61656

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.64 2/107 17814
/proc/meminfo: memFree=1743832/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=61900 CPUtime=12.68
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 16818 0 0 0 1256 12 0 0 25 0 1 0 10225380 63385600 14704 1992294400 4194304 7136930 140737372915952 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 15475 14704 391 719 0 14754 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 61900

[startup+25.5005 s]
/proc/loadavg: 1.72 1.93 1.63 2/107 17816
/proc/meminfo: memFree=1742468/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=63324 CPUtime=25.48
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 17185 0 0 0 2531 17 0 0 25 0 1 0 10225380 64843776 15071 1992294400 4194304 7136930 140737372915952 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 15831 15071 391 719 0 15110 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 63324

[startup+51.101 s]
/proc/loadavg: 1.48 1.86 1.61 2/107 17816
/proc/meminfo: memFree=1740112/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=65700 CPUtime=51.07
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 17791 0 0 0 5081 26 0 0 25 0 1 0 10225380 67276800 15677 1992294400 4194304 7136930 140737372915952 18446744073709551615 4858888 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 16425 15677 397 719 0 15704 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 65700

[startup+102.308 s]
/proc/loadavg: 1.20 1.72 1.58 2/107 17818
/proc/meminfo: memFree=1735648/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=69884 CPUtime=102.26
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 18824 0 0 0 10186 40 0 0 25 0 1 0 10225380 71561216 16710 1992294400 4194304 7136930 140737372915952 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 17471 16710 397 719 0 16750 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 69884

[startup+162.301 s]
/proc/loadavg: 1.07 1.59 1.54 2/107 17818
/proc/meminfo: memFree=1729448/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=76404 CPUtime=162.24
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 20361 0 0 0 16166 58 0 0 25 0 1 0 10225380 78237696 18247 1992294400 4194304 7136930 140737372915952 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 19101 18247 397 719 0 18380 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 76404

[startup+222.301 s]
/proc/loadavg: 1.02 1.48 1.50 2/107 17820
/proc/meminfo: memFree=1724240/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=81896 CPUtime=222.21
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 21659 0 0 0 22147 74 0 0 25 0 1 0 10225380 83861504 19545 1992294400 4194304 7136930 140737372915952 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 20474 19545 397 719 0 19753 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 81896

[startup+282.3 s]
/proc/loadavg: 1.01 1.39 1.47 2/107 17822
/proc/meminfo: memFree=1718164/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=88184 CPUtime=282.2
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 23213 0 0 0 28127 93 0 0 25 0 1 0 10225380 90300416 21099 1992294400 4194304 7136930 140737372915952 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 22046 21099 397 719 0 21325 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 88184

[startup+342.3 s]
/proc/loadavg: 1.00 1.32 1.43 2/107 17833
/proc/meminfo: memFree=1711716/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=94136 CPUtime=342.17
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 24624 0 0 0 34105 112 0 0 25 0 1 0 10225380 96395264 22510 1992294400 4194304 7136930 140737372915952 18446744073709551615 4858882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 23534 22510 397 719 0 22813 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 94136

[startup+402.301 s]
/proc/loadavg: 1.00 1.26 1.41 2/107 17835
/proc/meminfo: memFree=1704524/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=101888 CPUtime=402.15
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 26435 0 0 0 40083 132 0 0 25 0 1 0 10225380 104333312 24321 1992294400 4194304 7136930 140737372915952 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 25472 24321 397 719 0 24751 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 101888

[startup+462.301 s]
/proc/loadavg: 1.00 1.21 1.38 2/107 17835
/proc/meminfo: memFree=1697456/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=110252 CPUtime=462.13
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 28213 0 0 0 46061 152 0 0 25 0 1 0 10225380 112898048 26099 1992294400 4194304 7136930 140737372915952 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 27563 26099 397 719 0 26842 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 110252

[startup+522.301 s]
/proc/loadavg: 1.00 1.17 1.35 2/107 17837
/proc/meminfo: memFree=1690512/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=117800 CPUtime=522.11
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 29913 0 0 0 52041 170 0 0 25 0 1 0 10225380 120627200 27799 1992294400 4194304 7136930 140737372915952 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 29450 27799 397 719 0 28729 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 117800

[startup+582.301 s]
/proc/loadavg: 1.00 1.13 1.33 2/107 17839
/proc/meminfo: memFree=1684064/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=126392 CPUtime=582.1
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 31540 0 0 0 58022 188 0 0 25 0 1 0 10225380 129425408 29426 1992294400 4194304 7136930 140737372915952 18446744073709551615 4414514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 31598 29426 397 719 0 30877 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 126392

[startup+642.3 s]
/proc/loadavg: 1.00 1.11 1.30 2/107 17841
/proc/meminfo: memFree=1676624/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=134524 CPUtime=642.09
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 33374 0 0 0 64001 208 0 0 25 0 1 0 10225380 137752576 31260 1992294400 4194304 7136930 140737372915952 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 33631 31260 397 719 0 32910 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 134524

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.04 1.22 2/107 17847
/proc/meminfo: memFree=1651452/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=163404 CPUtime=882
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 39704 0 0 0 87918 282 0 0 25 0 1 0 10225380 167325696 37590 1992294400 4194304 7136930 140737372915952 18446744073709551615 4414507 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 40851 37590 397 719 0 40130 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 163404

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.21 2/107 17849
/proc/meminfo: memFree=1646492/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=168920 CPUtime=941.99
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 41039 0 0 0 93899 300 0 0 25 0 1 0 10225380 172974080 38925 1992294400 4194304 7136930 140737372915952 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 42230 38925 397 719 0 41509 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 168920

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.19 2/107 17851
/proc/meminfo: memFree=1639176/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=176412 CPUtime=1001.96
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 42749 0 0 0 99878 318 0 0 25 0 1 0 10225380 180645888 40635 1992294400 4194304 7136930 140737372915952 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 44103 40635 397 719 0 43382 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 176412

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/107 17851
/proc/meminfo: memFree=1631736/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=185000 CPUtime=1061.95
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 44562 0 0 0 105858 337 0 0 25 0 1 0 10225380 189440000 42448 1992294400 4194304 7136930 140737372915952 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 46250 42448 397 719 0 45529 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 185000

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 17853
/proc/meminfo: memFree=1623924/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=194620 CPUtime=1121.93
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 46528 0 0 0 111837 356 0 0 25 0 1 0 10225380 199290880 44414 1992294400 4194304 7136930 140737372915952 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 48655 44414 397 719 0 47934 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 194620

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/107 17855
/proc/meminfo: memFree=1616112/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=204120 CPUtime=1181.91
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 48449 0 0 0 117814 377 0 0 25 0 1 0 10225380 209018880 46335 1992294400 4194304 7136930 140737372915952 18446744073709551615 4858683 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 51030 46335 397 719 0 50309 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 204120

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 17857
/proc/meminfo: memFree=1608424/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=213184 CPUtime=1241.9
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 50338 0 0 0 123792 398 0 0 25 0 1 0 10225380 218300416 48224 1992294400 4194304 7136930 140737372915952 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 53296 48224 397 719 0 52575 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 213184

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 17859
/proc/meminfo: memFree=1602100/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=219496 CPUtime=1301.88
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 51897 0 0 0 129770 418 0 0 25 0 1 0 10225380 224763904 49783 1992294400 4194304 7136930 140737372915952 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 54874 49783 397 719 0 54153 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 219496

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 17859
/proc/meminfo: memFree=1594164/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=226844 CPUtime=1361.86
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 53851 0 0 0 135750 436 0 0 25 0 1 0 10225380 232288256 51737 1992294400 4194304 7136930 140737372915952 18446744073709551615 4414763 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 56711 51737 397 719 0 55990 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 226844

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 17861
/proc/meminfo: memFree=1587220/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=235408 CPUtime=1421.85
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 55589 0 0 0 141726 459 0 0 25 0 1 0 10225380 241057792 53475 1992294400 4194304 7136930 140737372915952 18446744073709551615 5121841 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 58852 53475 397 719 0 58131 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 235408

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 17863
/proc/meminfo: memFree=1580896/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=242124 CPUtime=1481.83
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 57165 0 0 0 147704 479 0 0 25 0 1 0 10225380 247934976 55051 1992294400 4194304 7136930 140737372915952 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 60531 55051 397 719 0 59810 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 242124

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 17865
/proc/meminfo: memFree=1574820/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=248812 CPUtime=1541.8
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 58700 0 0 0 153682 498 0 0 25 0 1 0 10225380 254783488 56586 1992294400 4194304 7136930 140737372915952 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 62203 56586 397 719 0 61482 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 248812

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 17867
/proc/meminfo: memFree=1568868/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=256540 CPUtime=1601.79
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 60224 0 0 0 159663 516 0 0 25 0 1 0 10225380 262696960 58110 1992294400 4194304 7136930 140737372915952 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 64135 58110 397 719 0 63414 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 256540

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 17867
/proc/meminfo: memFree=1563536/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=265472 CPUtime=1661.76
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 61520 0 0 0 165642 534 0 0 25 0 1 0 10225380 271843328 59406 1992294400 4194304 7136930 140737372915952 18446744073709551615 4643155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 66368 59406 397 719 0 65647 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 265472

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 17869
/proc/meminfo: memFree=1557584/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=272760 CPUtime=1721.74
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 62979 0 0 0 171623 551 0 0 25 0 1 0 10225380 279306240 60865 1992294400 4194304 7136930 140737372915952 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 68190 60865 397 719 0 67469 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 272760

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 17871
/proc/meminfo: memFree=1549648/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=282376 CPUtime=1781.73
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 64867 0 0 0 177601 572 0 0 25 0 1 0 10225380 289153024 62753 1992294400 4194304 7136930 140737372915952 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 70594 62753 397 719 0 69873 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 282376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 17871
/proc/meminfo: memFree=1548532/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=283092 CPUtime=1800.04
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 65134 0 0 0 179426 578 0 0 25 0 1 0 10225380 289886208 63020 1992294400 4194304 7136930 140737372915952 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17813/statm: 70773 63020 397 719 0 70052 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 283092

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 17871
/proc/meminfo: memFree=1548532/2059040 swapFree=4163504/4192956
[pid=17813] ppid=17811 vsize=96980 CPUtime=1800.42
/proc/17813/stat : 17813 (pbscip.linux.x8) R 17811 17813 17502 0 -1 4202496 65197 0 0 0 179461 581 0 0 25 0 1 0 10225380 99307520 11297 1992294400 4194304 7136930 140737372915952 18446744073709551615 6526746 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17813/statm: 24245 10907 404 719 0 23524 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 96980

Child status: 0
Real time (s): 1801.01
CPU time (s): 1800.44
CPU user time (s): 1794.62
CPU system time (s): 5.81812
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 283208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 5.81811
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65202
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= 2
involuntary context switches= 9765

runsolver used 2.94955 second user time and 8.5347 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-16 13:55:44
IDJOB=2663405
IDBENCH=71849
IDSOLVER=1167
FILE ID=node056/2663405-1276689344
PBS_JOBID= 11172600
Free space on /tmp= 98636 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx97.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-2663405-1276689344/watcher-2663405-1276689344 -o /tmp/evaluation-result-2663405-1276689344/solver-2663405-1276689344 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663405-1276689344.opb -t 1800 -m 1800

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=217087840

node056.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.215
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.43
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.215
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	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1802152 kB
Buffers:         46220 kB
Cached:          91524 kB
SwapCached:      12596 kB
Active:          89424 kB
Inactive:        90796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1802152 kB
SwapTotal:     4192956 kB
SwapFree:      4163504 kB
Dirty:            3996 kB
Writeback:           0 kB
AnonPages:       30112 kB
Mapped:          14164 kB
Slab:            54596 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181672 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= 98636 MiB
End job on node056 at 2010-06-16 14:25:47