Trace number 2664124

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) 1801.06 1801.59

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark317
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2755
Number of bits of the biggest sum of numbers12
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-2664124-1276621915.opb>
1.10/1.17	c original problem has 8878 variables (8878 bin, 0 int, 0 impl, 0 cont) and 17460 constraints
1.10/1.17	c problem read
1.10/1.18	c presolving settings loaded
1.10/1.18	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
1.49/1.55	c presolving:
1.79/1.85	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 152 chg sides, 1289 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
1.99/2.01	c (round 2) 1 del vars, 7805 del conss, 1 chg bounds, 152 chg sides, 1289 chg coeffs, 934 upgd conss, 0 impls, 0 clqs
2.20/2.22	c (round 3) 1 del vars, 7805 del conss, 1 chg bounds, 254 chg sides, 2206 chg coeffs, 1851 upgd conss, 882 impls, 9 clqs
2.29/2.31	c (round 4) 1 del vars, 7805 del conss, 1 chg bounds, 294 chg sides, 2305 chg coeffs, 1851 upgd conss, 882 impls, 9 clqs
6.50/6.53	c    (5.2s) probing: 113/8877 (1.3%) - 0 fixings, 0 aggregations, 349 implications, 0 bound changes
6.50/6.53	c    (5.2s) probing aborted: 100/100 successive totally useless probings
6.50/6.54	c presolving (5 rounds):
6.50/6.54	c  1 deleted vars, 7805 deleted constraints, 1 tightened bounds, 0 added holes, 294 changed sides, 2311 changed coefficients
6.50/6.54	c  1580 implications, 9 cliques
6.50/6.54	c presolved problem has 8877 variables (8877 bin, 0 int, 0 impl, 0 cont) and 9655 constraints
6.50/6.54	c    1851 constraints of type <knapsack>
6.50/6.54	c    7804 constraints of type <linear>
6.50/6.54	c transformed objective value is always integral (scale: 1)
6.50/6.54	c Presolving Time: 4.95
6.50/6.54	c - non default parameters ----------------------------------------------------------------------
6.50/6.54	c # SCIP version 1.2.1.2
6.50/6.54	c 
6.50/6.54	c # frequency for displaying node information lines
6.50/6.54	c # [type: int, range: [-1,2147483647], default: 100]
6.50/6.54	c display/freq = 10000
6.50/6.54	c 
6.50/6.54	c # maximal time in seconds to run
6.50/6.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.50/6.54	c limits/time = 1798.83
6.50/6.54	c 
6.50/6.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.50/6.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.50/6.54	c limits/memory = 1620
6.50/6.54	c 
6.50/6.54	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
6.50/6.54	c # [type: int, range: [-1,2147483647], default: 1]
6.50/6.54	c lp/solvefreq = -1
6.50/6.54	c 
6.50/6.54	c # should presolving try to simplify inequalities
6.50/6.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.50/6.54	c constraints/linear/simplifyinequalities = TRUE
6.50/6.54	c 
6.50/6.54	c # should presolving try to simplify knapsacks
6.50/6.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.50/6.54	c constraints/knapsack/simplifyinequalities = TRUE
6.50/6.54	c 
6.50/6.54	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.50/6.54	c # [type: int, range: [-1,2147483647], default: -1]
6.50/6.54	c separating/rapidlearning/freq = 0
6.50/6.54	c 
6.50/6.54	c -----------------------------------------------------------------------------------------------
6.50/6.54	c start solving
6.50/6.54	c 
6.50/6.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.50/6.57	c   5.2s|     1 |     2 |     0 |     - |  62M|   0 |   - |8877 |9655 |   0 |   0 |   0 |   0 |   0 | 1.530000e+02 |      --      |    Inf 
172.84/172.91	c   171s| 10000 |  9165 |     0 |   0.0 |  88M|3272 |   - |8877 |  10k|   0 |   0 |   0 |1067 |   0 | 1.530000e+02 |      --      |    Inf 
525.14/525.37	c   523s| 20000 | 16404 |     0 |   0.0 | 149M|3272 |   - |8877 |  11k|   0 |   0 |   0 |6423 |   0 | 1.530000e+02 |      --      |    Inf 
946.41/946.71	c   944s| 30000 | 18466 |     0 |   0.0 | 242M|3272 |   - |8877 |  10k|   0 |   0 |   0 |  12k|   0 | 1.530000e+02 |      --      |    Inf 
1239.63/1240.00	c  1236s| 40000 | 26416 |     0 |   0.0 | 303M|3272 |   - |8877 |  11k|   0 |   0 |   0 |  14k|   0 | 1.530000e+02 |      --      |    Inf 
1545.53/1546.04	c  1542s| 50000 | 34496 |     0 |   0.0 | 384M|3272 |   - |8877 |  11k|   0 |   0 |   0 |  18k|   0 | 1.530000e+02 |      --      |    Inf 
1800.08/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.67	c 
1800.08/1800.67	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.67	c Solving Time (sec) : 1795.83
1800.08/1800.67	c Solving Nodes      : 58587
1800.08/1800.67	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.67	c Dual Bound         : +1.53000000000000e+02
1800.08/1800.67	c Gap                : infinite
1800.08/1800.67	s UNKNOWN
1800.08/1800.67	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.67	c Solving Time       :    1795.83
1800.08/1800.67	c Original Problem   :
1800.08/1800.67	c   Problem name     : HOME/instance-2664124-1276621915.opb
1800.08/1800.67	c   Variables        : 8878 (8878 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.67	c   Constraints      : 17460 initial, 17460 maximal
1800.08/1800.67	c Presolved Problem  :
1800.08/1800.67	c   Problem name     : t_HOME/instance-2664124-1276621915.opb
1800.08/1800.67	c   Variables        : 8877 (8877 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.67	c   Constraints      : 9655 initial, 13066 maximal
1800.08/1800.67	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.67	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.67	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.67	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.67	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.67	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.67	c   probing          :       4.18          0          0          0          0          0          0          0          0
1800.08/1800.67	c   knapsack         :       0.11          0          0          0          0          0          0        142       1022
1800.08/1800.67	c   linear           :       0.52          1          0          0          1          0       7805        152       1289
1800.08/1800.67	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.67	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.67	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.67	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.67	c   knapsack         :       1851          0     160488          0      53807       1557    1140501          0          0          0
1800.08/1800.67	c   linear           :       7804          0     158931          0      53807       5198    8124400          0          0          0
1800.08/1800.67	c   logicor          :          0+         0      58276          0          0        385      24211          0          0          0
1800.08/1800.67	c   countsols        :          0          0          0          0      53807          0          0          0          0          0
1800.08/1800.67	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.67	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.67	c   knapsack         :     172.00       0.00     165.84       0.00       6.16
1800.08/1800.67	c   linear           :    1169.32       0.00    1169.18       0.00       0.14
1800.08/1800.67	c   logicor          :      22.08       0.00      22.08       0.00       0.00
1800.08/1800.67	c   countsols        :       0.04       0.00       0.00       0.00       0.04
1800.08/1800.67	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.67	c   vbounds          :       0.31          2          0          0
1800.08/1800.67	c   rootredcost      :       0.24          0          0          0
1800.08/1800.67	c   pseudoobj        :       0.69     160251          0          0
1800.08/1800.67	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.67	c   propagation      :       1.50       7140       7123      73512       45.7        768       27.9          -
1800.08/1800.67	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.67	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.67	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.67	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.67	c   applied globally :          -          -          -      22389       38.0          -          -          -
1800.08/1800.67	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.67	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.67	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.67	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.67	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.67	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.67	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.67	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.67	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.67	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.67	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.67	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.67	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.67	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.67	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.67	c Pricers            :       Time      Calls       Vars
1800.08/1800.67	c   problem variables:       0.00          0          0
1800.08/1800.67	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.67	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.67	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.67	c   inference        :     184.62      53807          0          0          0          0     107614
1800.08/1800.67	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.67	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.67	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.67	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.67	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.67	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.67	c   LP solutions     :       0.00          -          0
1800.08/1800.67	c   pseudo solutions :       0.00          -          0
1800.08/1800.67	c   oneopt           :       0.10          0          0
1800.08/1800.67	c   trivial          :       0.03          2          0
1800.08/1800.67	c   simplerounding   :       0.00          0          0
1800.08/1800.67	c   zirounding       :       0.00          0          0
1800.08/1800.67	c   rounding         :       0.00          0          0
1800.08/1800.67	c   shifting         :       0.00          0          0
1800.08/1800.67	c   intshifting      :       0.00          0          0
1800.08/1800.67	c   twoopt           :       0.00          0          0
1800.08/1800.67	c   fixandinfer      :       0.00          0          0
1800.08/1800.67	c   feaspump         :       0.00          0          0
1800.08/1800.67	c   coefdiving       :       0.00          0          0
1800.08/1800.67	c   pscostdiving     :       0.00          0          0
1800.08/1800.67	c   fracdiving       :       0.00          0          0
1800.08/1800.67	c   veclendiving     :       0.00          0          0
1800.08/1800.67	c   intdiving        :       0.00          0          0
1800.08/1800.67	c   actconsdiving    :       0.00          0          0
1800.08/1800.67	c   objpscostdiving  :       0.00          0          0
1800.08/1800.67	c   rootsoldiving    :       0.00          0          0
1800.08/1800.67	c   linesearchdiving :       0.00          0          0
1800.08/1800.67	c   guideddiving     :       0.00          0          0
1800.08/1800.67	c   octane           :       0.00          0          0
1800.08/1800.67	c   rens             :       0.00          0          0
1800.08/1800.67	c   rins             :       0.00          0          0
1800.08/1800.67	c   localbranching   :       0.00          0          0
1800.08/1800.67	c   mutation         :       0.00          0          0
1800.08/1800.67	c   crossover        :       0.00          0          0
1800.08/1800.67	c   dins             :       0.00          0          0
1800.08/1800.67	c   undercover       :       0.00          0          0
1800.08/1800.67	c   nlp              :       0.09          0          0
1800.08/1800.67	c   trysol           :       0.04          0          0
1800.08/1800.67	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.67	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.67	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.67	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.67	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.67	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.67	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.67	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.67	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.67	c B&B Tree           :
1800.08/1800.67	c   number of runs   :          1
1800.08/1800.67	c   nodes            :      58587
1800.08/1800.67	c   nodes (total)    :      58587
1800.08/1800.67	c   nodes left       :      41343
1800.08/1800.67	c   max depth        :       3272
1800.08/1800.67	c   max depth (total):       3272
1800.08/1800.67	c   backtracks       :       2682 (4.6%)
1800.08/1800.67	c   delayed cutoffs  :       7685
1800.08/1800.67	c   repropagations   :      20344 (970827 domain reductions, 2360 cutoffs)
1800.08/1800.67	c   avg switch length:       4.68
1800.08/1800.67	c   switching time   :     236.73
1800.08/1800.67	c Solution           :
1800.08/1800.67	c   Solutions found  :          0 (0 improvements)
1800.08/1800.67	c   Primal Bound     :          -
1800.08/1800.67	c   Dual Bound       : +1.53000000000000e+02
1800.08/1800.67	c   Gap              :   infinite
1800.08/1800.67	c   Root Dual Bound  : +1.53000000000000e+02
1800.08/1800.67	c   Root Iterations  :          0
1800.96/1801.59	c Time complete: 1801.05.

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-2664124-1276621915/watcher-2664124-1276621915 -o /tmp/evaluation-result-2664124-1276621915/solver-2664124-1276621915 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664124-1276621915.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: 1.01 1.03 1.00 3/106 10714
/proc/meminfo: memFree=1753360/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=6584 CPUtime=0
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 1004 0 0 0 0 0 0 0 21 0 1 0 3479552 6742016 926 1992294400 4194304 7136930 140735153139872 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10714/statm: 1646 934 254 719 0 925 0

[startup+0.093992 s]
/proc/loadavg: 1.01 1.03 1.00 3/106 10714
/proc/meminfo: memFree=1753360/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=10000 CPUtime=0.08
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 1979 0 0 0 8 0 0 0 21 0 1 0 3479552 10240000 1901 1992294400 4194304 7136930 140735153139872 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10714/statm: 2500 1901 271 719 0 1779 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10000

[startup+0.100992 s]
/proc/loadavg: 1.01 1.03 1.00 3/106 10714
/proc/meminfo: memFree=1753360/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=10452 CPUtime=0.09
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 2090 0 0 0 9 0 0 0 21 0 1 0 3479552 10702848 2012 1992294400 4194304 7136930 140735153139872 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10714/statm: 2613 2012 271 719 0 1892 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10452

[startup+0.30102 s]
/proc/loadavg: 1.01 1.03 1.00 3/106 10714
/proc/meminfo: memFree=1753360/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=15628 CPUtime=0.29
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 3375 0 0 0 28 1 0 0 21 0 1 0 3479552 16003072 3297 1992294400 4194304 7136930 140735153139872 18446744073709551615 6166159 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10714/statm: 3907 3297 271 719 0 3186 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15628

[startup+0.701077 s]
/proc/loadavg: 1.01 1.03 1.00 3/106 10714
/proc/meminfo: memFree=1753360/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=24792 CPUtime=0.69
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 5694 0 0 0 68 1 0 0 22 0 1 0 3479552 25387008 5616 1992294400 4194304 7136930 140735153139872 18446744073709551615 6166552 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10714/statm: 6198 5616 271 719 0 5477 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24792

[startup+1.50119 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 10715
/proc/meminfo: memFree=1726568/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=148504 CPUtime=1.49
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 39357 0 0 0 136 13 0 0 25 0 1 0 3479552 152068096 35177 1992294400 4194304 7136930 140735153139872 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 37126 35177 292 719 0 36405 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 148504

[startup+3.10142 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 10715
/proc/meminfo: memFree=1605668/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=159136 CPUtime=3.09
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 44078 0 0 0 287 22 0 0 25 0 1 0 3479552 162955264 37392 1992294400 4194304 7136930 140735153139872 18446744073709551615 4853673 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 39784 37392 368 719 0 39063 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 159136

[startup+6.30087 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 10715
/proc/meminfo: memFree=1604180/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=159136 CPUtime=6.29
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 44110 0 0 0 607 22 0 0 25 0 1 0 3479552 162955264 37424 1992294400 4194304 7136930 140735153139872 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 39784 37424 368 719 0 39063 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 159136

[startup+12.7008 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 10717
/proc/meminfo: memFree=1602816/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=160564 CPUtime=12.68
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 44567 0 0 0 1243 25 0 0 25 0 1 0 3479552 164417536 37811 1992294400 4194304 7136930 140735153139872 18446744073709551615 4853673 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 40141 37811 395 719 0 39420 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 160564

[startup+25.5016 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 10717
/proc/meminfo: memFree=1600088/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=163392 CPUtime=25.49
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 45269 0 0 0 2517 32 0 0 25 0 1 0 3479552 167313408 38513 1992294400 4194304 7136930 140735153139872 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 40848 38513 395 719 0 40127 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 163392

[startup+51.1012 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 10717
/proc/meminfo: memFree=1593640/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=170196 CPUtime=51.08
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 46897 0 0 0 5070 38 0 0 25 0 1 0 3479552 174280704 40141 1992294400 4194304 7136930 140735153139872 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 42549 40141 395 719 0 41828 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 170196

[startup+102.308 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 10719
/proc/meminfo: memFree=1582480/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=182196 CPUtime=102.26
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 49641 0 0 0 10179 47 0 0 25 0 1 0 3479552 186568704 42885 1992294400 4194304 7136930 140735153139872 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 45549 42885 395 719 0 44828 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 182196

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 10721
/proc/meminfo: memFree=1573304/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=192336 CPUtime=162.25
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 52000 0 0 0 16168 57 0 0 25 0 1 0 3479552 196952064 45244 1992294400 4194304 7136930 140735153139872 18446744073709551615 4947067 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 48084 45244 395 719 0 47363 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 192336

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 10721
/proc/meminfo: memFree=1562144/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=204596 CPUtime=222.23
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 54762 0 0 0 22157 66 0 0 25 0 1 0 3479552 209506304 48006 1992294400 4194304 7136930 140735153139872 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 51149 48006 395 719 0 50428 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 204596

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10723
/proc/meminfo: memFree=1550860/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=217856 CPUtime=282.21
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 57625 0 0 0 28146 75 0 0 25 0 1 0 3479552 223084544 50869 1992294400 4194304 7136930 140735153139872 18446744073709551615 4947417 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 54464 50869 395 719 0 53743 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 217856

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10725
/proc/meminfo: memFree=1535732/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=233896 CPUtime=342.19
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 61283 0 0 0 34136 83 0 0 25 0 1 0 3479552 239509504 54527 1992294400 4194304 7136930 140735153139872 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 58474 54527 395 719 0 57753 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 233896

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10727
/proc/meminfo: memFree=1520728/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=251156 CPUtime=402.17
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 65067 0 0 0 40123 94 0 0 25 0 1 0 3479552 257183744 58311 1992294400 4194304 7136930 140735153139872 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 62789 58311 395 719 0 62068 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 251156

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10729
/proc/meminfo: memFree=1506096/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=267724 CPUtime=462.15
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 68671 0 0 0 46112 103 0 0 25 0 1 0 3479552 274149376 61915 1992294400 4194304 7136930 140735153139872 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 66931 61915 395 719 0 66210 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 267724

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10729
/proc/meminfo: memFree=1493448/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=282528 CPUtime=522.13
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 71791 0 0 0 52103 110 0 0 25 0 1 0 3479552 289308672 65035 1992294400 4194304 7136930 140735153139872 18446744073709551615 4978086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 70632 65035 395 719 0 69911 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 282528

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10731
/proc/meminfo: memFree=1480180/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=298140 CPUtime=582.12
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 75100 0 0 0 58096 116 0 0 25 0 1 0 3479552 305295360 68344 1992294400 4194304 7136930 140735153139872 18446744073709551615 4854246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 74535 68344 395 719 0 73814 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 298140

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10733
/proc/meminfo: memFree=1461952/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=321100 CPUtime=642.1
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 79615 0 0 0 64088 122 0 0 25 0 1 0 3479552 328806400 72859 1992294400 4194304 7136930 140735153139872 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 80275 72859 395 719 0 79554 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 321100

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10743
/proc/meminfo: memFree=1364860/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=433500 CPUtime=1002
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 103762 0 0 0 100022 178 0 0 25 0 1 0 3479552 443904000 97006 1992294400 4194304 7136930 140735153139872 18446744073709551615 4947435 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 108375 97006 395 719 0 107654 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 433500

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10745
/proc/meminfo: memFree=1352832/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=447076 CPUtime=1061.98
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 106782 0 0 0 106011 187 0 0 25 0 1 0 3479552 457805824 100026 1992294400 4194304 7136930 140735153139872 18446744073709551615 4979753 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 111769 100026 395 719 0 111048 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 447076

[startup+1122.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 10745
/proc/meminfo: memFree=1339812/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=462296 CPUtime=1121.96
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 109992 0 0 0 111998 198 0 0 25 0 1 0 3479552 473391104 103236 1992294400 4194304 7136930 140735153139872 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 115574 103236 395 719 0 114853 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 462296

[startup+1182.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 10747
/proc/meminfo: memFree=1320344/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=485976 CPUtime=1181.94
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 114859 0 0 0 117985 209 0 0 25 0 1 0 3479552 497639424 108103 1992294400 4194304 7136930 140735153139872 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 121494 108103 395 719 0 120773 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 485976

[startup+1242.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 10749
/proc/meminfo: memFree=1308688/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=499668 CPUtime=1241.92
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 117757 0 0 0 123974 218 0 0 25 0 1 0 3479552 511660032 111001 1992294400 4194304 7136930 140735153139872 18446744073709551615 4947748 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 124917 111001 395 719 0 124196 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 499668

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10754
/proc/meminfo: memFree=1294304/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=516288 CPUtime=1301.91
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 121139 0 0 0 129961 230 0 0 25 0 1 0 3479552 528678912 114383 1992294400 4194304 7136930 140735153139872 18446744073709551615 4978081 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 129072 114383 395 719 0 128351 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 516288

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10756
/proc/meminfo: memFree=1277812/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=534992 CPUtime=1361.88
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 125358 0 0 0 135947 241 0 0 25 0 1 0 3479552 547831808 118602 1992294400 4194304 7136930 140735153139872 18446744073709551615 4983092 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 133748 118602 395 719 0 133027 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 534992

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10756
/proc/meminfo: memFree=1262932/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=552536 CPUtime=1421.88
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 129000 0 0 0 141937 251 0 0 25 0 1 0 3479552 565796864 122244 1992294400 4194304 7136930 140735153139872 18446744073709551615 4980164 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 138134 122244 395 719 0 137413 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 552536

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10758
/proc/meminfo: memFree=1242596/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=576768 CPUtime=1481.86
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 134127 0 0 0 147925 261 0 0 25 0 1 0 3479552 590610432 127371 1992294400 4194304 7136930 140735153139872 18446744073709551615 4978934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 144192 127371 395 719 0 143471 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 576768

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10760
/proc/meminfo: memFree=1221268/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=600780 CPUtime=1541.84
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 139465 0 0 0 153912 272 0 0 25 0 1 0 3479552 615198720 132709 1992294400 4194304 7136930 140735153139872 18446744073709551615 4645913 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 150195 132709 395 719 0 149474 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 600780

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10762
/proc/meminfo: memFree=1202296/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=623152 CPUtime=1601.81
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 144157 0 0 0 159899 282 0 0 25 0 1 0 3479552 638107648 137401 1992294400 4194304 7136930 140735153139872 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 155788 137401 395 719 0 155067 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 623152

[startup+1662.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 10764
/proc/meminfo: memFree=1183820/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=646452 CPUtime=1661.8
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 148765 0 0 0 165888 292 0 0 25 0 1 0 3479552 661966848 142009 1992294400 4194304 7136930 140735153139872 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 161613 142009 395 719 0 160892 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 646452

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 10764
/proc/meminfo: memFree=1165096/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=667620 CPUtime=1721.78
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 153459 0 0 0 171875 303 0 0 25 0 1 0 3479552 683642880 146703 1992294400 4194304 7136930 140735153139872 18446744073709551615 4947555 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 166905 146703 395 719 0 166184 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 667620

[startup+1782.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 10766
/proc/meminfo: memFree=1147240/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=690484 CPUtime=1781.77
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 157890 0 0 0 177863 314 0 0 25 0 1 0 3479552 707055616 151134 1992294400 4194304 7136930 140735153139872 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 172621 151134 395 719 0 171900 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 690484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10766
/proc/meminfo: memFree=1141412/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=698072 CPUtime=1800.08
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 159316 0 0 0 179692 316 0 0 25 0 1 0 3479552 714825728 152560 1992294400 4194304 7136930 140735153139872 18446744073709551615 4660837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10714/statm: 174518 152560 395 719 0 173797 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 698072

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.00 2/107 10766
/proc/meminfo: memFree=1141412/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=697932 CPUtime=1800.46
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 159322 0 0 0 179730 316 0 0 25 0 1 0 3479552 714682368 152531 1992294400 4194304 7136930 140735153139872 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10714/statm: 174483 152531 401 719 0 173762 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (KiB) 697932

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10766
/proc/meminfo: memFree=1141412/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=696568 CPUtime=1800.86
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 159322 0 0 0 179770 316 0 0 25 0 1 0 3479552 713285632 152190 1992294400 4194304 7136930 140735153139872 18446744073709551615 6165620 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10714/statm: 174142 152190 401 719 0 173421 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 696568

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10766
/proc/meminfo: memFree=1141412/2059040 swapFree=4192956/4192956
[pid=10714] ppid=10712 vsize=603244 CPUtime=1800.96
/proc/10714/stat : 10714 (pbscip.linux.x8) R 10712 10714 10525 0 -1 4202496 159322 0 0 0 179779 317 0 0 25 0 1 0 3479552 617721856 131710 1992294400 4194304 7136930 140735153139872 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10714/statm: 150723 131656 401 719 0 150002 0
Current children cumulated CPU time (s) 1800.96
Current children cumulated vsize (KiB) 603244

Child status: 0
Real time (s): 1801.59
CPU time (s): 1801.06
CPU user time (s): 1797.82
CPU system time (s): 3.23451
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 698072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.82
system time used= 3.23451
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159329
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= 4
involuntary context switches= 3332

runsolver used 3.13252 second user time and 8.34973 second system time

The end

Launcher Data

Begin job on node049 at 2010-06-15 19:11:55
IDJOB=2664124
IDBENCH=2949
IDSOLVER=1167
FILE ID=node049/2664124-1276621915
PBS_JOBID= 11172335
Free space on /tmp= 62520 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_18.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-2664124-1276621915/watcher-2664124-1276621915 -o /tmp/evaluation-result-2664124-1276621915/solver-2664124-1276621915 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664124-1276621915.opb -t 1800 -m 1800

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

MD5SUM BENCH= 92a7a1679de6bb1b52854275d5fc6396
RANDOM SEED=732426710

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1753888 kB
Buffers:         38008 kB
Cached:         131172 kB
SwapCached:          0 kB
Active:          81272 kB
Inactive:       147308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1753888 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7988 kB
Writeback:           0 kB
AnonPages:       59312 kB
Mapped:          15456 kB
Slab:            54636 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184464 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62516 MiB
End job on node049 at 2010-06-15 19:41:58