Trace number 2664109

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.69 1801.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.15.opb
MD5SUMf368868fda311e5aaeadb84d33b29291
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3750
Optimality of the best value was proved NO
Number of variables7500
Total number of constraints237715
Number of constraints which are clauses237715
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint15
Number of terms in the objective function 7500
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 7500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7500
Number of bits of the biggest sum of numbers13
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-2664109-1276449404.opb>
3.79/3.81	c original problem has 7500 variables (7500 bin, 0 int, 0 impl, 0 cont) and 237715 constraints
3.79/3.81	c problem read
3.79/3.81	c presolving settings loaded
3.79/3.81	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
4.59/4.63	c presolving:
7.69/7.73	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 233965 upgd conss, 477930 impls, 0 clqs
8.19/8.25	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 237715 upgd conss, 477930 impls, 0 clqs
28.08/28.16	c    (23.3s) probing: 1000/7500 (13.3%) - 0 fixings, 0 aggregations, 134067 implications, 0 bound changes
46.48/46.58	c    (41.7s) probing: 2000/7500 (26.7%) - 0 fixings, 0 aggregations, 259456 implications, 0 bound changes
46.48/46.60	c    (41.7s) probing: 2001/7500 (26.7%) - 0 fixings, 0 aggregations, 259580 implications, 0 bound changes
46.48/46.60	c    (41.7s) probing aborted: 2000/2000 successive useless probings
46.58/46.60	c presolving (3 rounds):
46.58/46.60	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
46.58/46.60	c  1372588 implications, 0 cliques
46.58/46.60	c presolved problem has 7500 variables (7500 bin, 0 int, 0 impl, 0 cont) and 237715 constraints
46.58/46.60	c  237715 constraints of type <logicor>
46.58/46.60	c transformed objective value is always integral (scale: 1)
46.58/46.60	c Presolving Time: 41.21
46.58/46.60	c - non default parameters ----------------------------------------------------------------------
46.58/46.60	c # SCIP version 1.2.1.2
46.58/46.60	c 
46.58/46.60	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
46.58/46.60	c # [type: int, range: [-1,2147483647], default: -1]
46.58/46.60	c conflict/interconss = 0
46.58/46.60	c 
46.58/46.60	c # should binary conflicts be preferred?
46.58/46.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
46.58/46.60	c conflict/preferbinary = TRUE
46.58/46.60	c 
46.58/46.60	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
46.58/46.60	c # [type: int, range: [-1,2147483647], default: 0]
46.58/46.60	c constraints/agelimit = 1
46.58/46.60	c 
46.58/46.60	c # should enforcement of pseudo solution be disabled?
46.58/46.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
46.58/46.60	c constraints/disableenfops = TRUE
46.58/46.60	c 
46.58/46.60	c # frequency for displaying node information lines
46.58/46.60	c # [type: int, range: [-1,2147483647], default: 100]
46.58/46.60	c display/freq = 10000
46.58/46.60	c 
46.58/46.60	c # maximal time in seconds to run
46.58/46.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
46.58/46.60	c limits/time = 1796.2
46.58/46.60	c 
46.58/46.60	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
46.58/46.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
46.58/46.60	c limits/memory = 1620
46.58/46.60	c 
46.58/46.60	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
46.58/46.60	c # [type: int, range: [-1,2147483647], default: 1]
46.58/46.60	c lp/solvefreq = -1
46.58/46.60	c 
46.58/46.60	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
46.58/46.60	c # [type: char, range: {lafpsqd}, default: l]
46.58/46.60	c lp/pricing = a
46.58/46.60	c 
46.58/46.60	c # should presolving try to simplify inequalities
46.58/46.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
46.58/46.60	c constraints/linear/simplifyinequalities = TRUE
46.58/46.60	c 
46.58/46.60	c # should presolving try to simplify knapsacks
46.58/46.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
46.58/46.60	c constraints/knapsack/simplifyinequalities = TRUE
46.58/46.60	c 
46.58/46.60	c # priority of node selection rule <dfs> in standard mode
46.58/46.60	c # [type: int, range: [-536870912,536870911], default: 0]
46.58/46.60	c nodeselection/dfs/stdpriority = 1000000
46.58/46.60	c 
46.58/46.60	c -----------------------------------------------------------------------------------------------
46.58/46.60	c start solving
46.58/46.62	c 
46.58/46.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.58/46.68	c  41.8s|     1 |     2 |     0 |     - | 191M|   0 |   - |7500 | 237k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
462.27/462.44	c   457s| 10000 |   206 |     0 |   0.0 | 192M| 235 |   - |7500 | 237k|   0 |   0 |   0 |5846 |   0 | 1.000000e+00 |      --      |    Inf 
945.43/945.74	c   939s| 20000 |   198 |     0 |   0.0 | 192M| 235 |   - |7500 | 237k|   0 |   0 |   0 |  11k|   0 | 1.000000e+00 |      --      |    Inf 
1428.70/1429.10	c  1421s| 30000 |   193 |     0 |   0.0 | 192M| 235 |   - |7500 | 237k|   0 |   0 |   0 |  17k|   0 | 1.000000e+00 |      --      |    Inf 
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.51	c 
1800.02/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.51	c Solving Time (sec) : 1791.58
1800.02/1800.51	c Solving Nodes      : 37968
1800.02/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.51	c Dual Bound         : +1.00000000000000e+00
1800.02/1800.51	c Gap                : infinite
1800.02/1800.51	s UNKNOWN
1800.02/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.51	c Solving Time       :    1791.58
1800.02/1800.51	c Original Problem   :
1800.02/1800.51	c   Problem name     : HOME/instance-2664109-1276449404.opb
1800.02/1800.51	c   Variables        : 7500 (7500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.51	c   Constraints      : 237715 initial, 237715 maximal
1800.02/1800.51	c Presolved Problem  :
1800.02/1800.51	c   Problem name     : t_HOME/instance-2664109-1276449404.opb
1800.02/1800.51	c   Variables        : 7500 (7500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.51	c   Constraints      : 237715 initial, 237875 maximal
1800.02/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.51	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   implics          :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.51	c   probing          :      37.80          0          0          0          0          0          0          0          0
1800.02/1800.51	c   logicor          :       1.07          0          0          0          0          0          0          0          0
1800.02/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.51	c   logicor          :     237715+         0     318438          0          0      22026   16404923          0          0          0
1800.02/1800.51	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.51	c   logicor          :     709.11       0.00     709.11       0.00       0.00
1800.02/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.51	c   vbounds          :       0.40          2          0          0
1800.02/1800.51	c   rootredcost      :       0.35          0          0          0
1800.02/1800.51	c   pseudoobj        :     450.67     361581          0          0
1800.02/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.51	c   propagation      :      12.58      22026      22026      22026       29.4        417       43.2          -
1800.02/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.51	c   applied globally :          -          -          -      22443       29.7          -          -          -
1800.02/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.51	c Pricers            :       Time      Calls       Vars
1800.02/1800.51	c   problem variables:       0.00          0          0
1800.02/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   inference        :      34.61      22872          0          0          0          0      45744
1800.02/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.51	c   LP solutions     :       0.00          -          0
1800.02/1800.51	c   pseudo solutions :       0.00          -          0
1800.02/1800.51	c   oneopt           :       0.02          0          0
1800.02/1800.51	c   trivial          :       0.20          2          0
1800.02/1800.51	c   simplerounding   :       0.00          0          0
1800.02/1800.51	c   zirounding       :       0.00          0          0
1800.02/1800.51	c   rounding         :       0.00          0          0
1800.02/1800.51	c   shifting         :       0.00          0          0
1800.02/1800.51	c   intshifting      :       0.00          0          0
1800.02/1800.51	c   twoopt           :       0.00          0          0
1800.02/1800.51	c   fixandinfer      :       0.00          0          0
1800.02/1800.51	c   feaspump         :       0.00          0          0
1800.02/1800.51	c   coefdiving       :       0.00          0          0
1800.02/1800.51	c   pscostdiving     :       0.00          0          0
1800.02/1800.51	c   fracdiving       :       0.00          0          0
1800.02/1800.51	c   veclendiving     :       0.00          0          0
1800.02/1800.51	c   intdiving        :       0.00          0          0
1800.02/1800.51	c   actconsdiving    :       0.00          0          0
1800.02/1800.51	c   objpscostdiving  :       0.00          0          0
1800.02/1800.51	c   rootsoldiving    :       0.00          0          0
1800.02/1800.51	c   linesearchdiving :       0.00          0          0
1800.02/1800.51	c   guideddiving     :       0.00          0          0
1800.02/1800.51	c   octane           :       0.00          0          0
1800.02/1800.51	c   rens             :       0.00          0          0
1800.02/1800.51	c   rins             :       0.00          0          0
1800.02/1800.51	c   localbranching   :       0.00          0          0
1800.02/1800.51	c   mutation         :       0.00          0          0
1800.02/1800.51	c   crossover        :       0.00          0          0
1800.02/1800.51	c   dins             :       0.00          0          0
1800.02/1800.51	c   undercover       :       0.00          0          0
1800.02/1800.51	c   nlp              :       0.02          0          0
1800.02/1800.51	c   trysol           :       0.01          0          0
1800.02/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.51	c B&B Tree           :
1800.02/1800.51	c   number of runs   :          1
1800.02/1800.51	c   nodes            :      37968
1800.02/1800.51	c   nodes (total)    :      37968
1800.02/1800.51	c   nodes left       :        193
1800.02/1800.51	c   max depth        :        235
1800.02/1800.51	c   max depth (total):        235
1800.02/1800.51	c   backtracks       :       7027 (18.5%)
1800.02/1800.51	c   delayed cutoffs  :       7584
1800.02/1800.51	c   repropagations   :      50971 (5415399 domain reductions, 6930 cutoffs)
1800.02/1800.51	c   avg switch length:       3.54
1800.02/1800.51	c   switching time   :     334.47
1800.02/1800.51	c Solution           :
1800.02/1800.51	c   Solutions found  :          0 (0 improvements)
1800.02/1800.51	c   Primal Bound     :          -
1800.02/1800.51	c   Dual Bound       : +1.00000000000000e+00
1800.02/1800.51	c   Gap              :   infinite
1800.02/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.51	c   Root Iterations  :          0
1800.61/1801.17	c Time complete: 1800.68.

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-2664109-1276449404/watcher-2664109-1276449404 -o /tmp/evaluation-result-2664109-1276449404/solver-2664109-1276449404 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664109-1276449404.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.00 1.00 1.00 3/106 26180
/proc/meminfo: memFree=1801608/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=5556 CPUtime=0
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 887 0 0 0 0 0 0 0 18 0 1 0 20544480 5689344 809 1992294400 4194304 7136930 140735052703504 18446744073709551615 6357120 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26180/statm: 1389 810 249 719 0 668 0

[startup+0.0806609 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26180
/proc/meminfo: memFree=1801608/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=15912 CPUtime=0.07
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 3482 0 0 0 6 1 0 0 20 0 1 0 20544480 16293888 3403 1992294400 4194304 7136930 140735052703504 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26180/statm: 4099 3412 271 719 0 3378 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15912

[startup+0.100663 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26180
/proc/meminfo: memFree=1801608/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=16396 CPUtime=0.09
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 3606 0 0 0 8 1 0 0 20 0 1 0 20544480 16789504 3527 1992294400 4194304 7136930 140735052703504 18446744073709551615 4361606 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26180/statm: 4099 3527 271 719 0 3378 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16396

[startup+0.300687 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26180
/proc/meminfo: memFree=1801608/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=21396 CPUtime=0.29
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 4877 0 0 0 28 1 0 0 20 0 1 0 20544480 21909504 4798 1992294400 4194304 7136930 140735052703504 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26180/statm: 5349 4798 271 719 0 4628 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21396

[startup+0.700733 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26180
/proc/meminfo: memFree=1801608/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=29332 CPUtime=0.69
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 6827 0 0 0 67 2 0 0 20 0 1 0 20544480 30035968 6748 1992294400 4194304 7136930 140735052703504 18446744073709551615 6166618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26180/statm: 7333 6748 271 719 0 6612 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29332

[startup+1.50083 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26181
/proc/meminfo: memFree=1768120/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=47788 CPUtime=1.49
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 11445 0 0 0 145 4 0 0 23 0 1 0 20544480 48934912 11366 1992294400 4194304 7136930 140735052703504 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26180/statm: 11947 11366 271 719 0 11226 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47788

[startup+3.10102 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26181
/proc/meminfo: memFree=1745056/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=81064 CPUtime=3.09
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 19763 0 0 0 302 7 0 0 25 0 1 0 20544480 83009536 19684 1992294400 4194304 7136930 140735052703504 18446744073709551615 6334898 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26180/statm: 20266 19684 271 719 0 19545 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81064

[startup+6.30039 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26181
/proc/meminfo: memFree=1556080/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=279412 CPUtime=6.29
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 75979 0 0 0 574 55 0 0 25 0 1 0 20544480 286117888 68235 1992294400 4194304 7136930 140735052703504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 69853 68235 344 719 0 69132 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 279412

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26181
/proc/meminfo: memFree=1542696/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=267828 CPUtime=12.69
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 109315 0 0 0 1161 108 0 0 25 0 1 0 20544480 274255872 64771 1992294400 4194304 7136930 140735052703504 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 66957 64771 359 719 0 66236 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 267828

[startup+25.5006 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26181
/proc/meminfo: memFree=1532032/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=278604 CPUtime=25.49
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 112009 0 0 0 2438 111 0 0 25 0 1 0 20544480 285290496 67465 1992294400 4194304 7136930 140735052703504 18446744073709551615 4210610 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 69651 67465 359 719 0 68930 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 278604

[startup+51.1007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26181
/proc/meminfo: memFree=1505868/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=305252 CPUtime=51.07
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 118632 0 0 0 4991 116 0 0 25 0 1 0 20544480 312578048 74085 1992294400 4194304 7136930 140735052703504 18446744073709551615 5000327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 76313 74085 383 719 0 75592 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 305252

[startup+102.309 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 26183
/proc/meminfo: memFree=1493592/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=317632 CPUtime=102.27
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 121664 0 0 0 10100 127 0 0 25 0 1 0 20544480 325255168 77117 1992294400 4194304 7136930 140735052703504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 79408 77117 383 719 0 78687 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 317632

[startup+162.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 26185
/proc/meminfo: memFree=1485036/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=326220 CPUtime=162.24
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 123802 0 0 0 16083 141 0 0 25 0 1 0 20544480 334049280 79255 1992294400 4194304 7136930 140735052703504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 81555 79255 383 719 0 80834 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 326220

[startup+222.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 26187
/proc/meminfo: memFree=1479952/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=331120 CPUtime=222.23
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 125020 0 0 0 22068 155 0 0 25 0 1 0 20544480 339066880 80473 1992294400 4194304 7136930 140735052703504 18446744073709551615 4218735 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 82780 80473 383 719 0 82059 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 331120

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26189
/proc/meminfo: memFree=1473008/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=338348 CPUtime=282.21
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 126800 0 0 0 28054 167 0 0 25 0 1 0 20544480 346468352 82253 1992294400 4194304 7136930 140735052703504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 84587 82253 383 719 0 83866 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 338348

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26189
/proc/meminfo: memFree=1468048/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=343188 CPUtime=342.2
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 127995 0 0 0 34040 180 0 0 25 0 1 0 20544480 351424512 83448 1992294400 4194304 7136930 140735052703504 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 85797 83448 383 719 0 85076 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 343188

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26191
/proc/meminfo: memFree=1463336/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=347952 CPUtime=402.19
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 129188 0 0 0 40026 193 0 0 25 0 1 0 20544480 356302848 84641 1992294400 4194304 7136930 140735052703504 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 86988 84641 383 719 0 86267 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 347952

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26193
/proc/meminfo: memFree=1458500/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=352728 CPUtime=462.17
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 130363 0 0 0 46011 206 0 0 25 0 1 0 20544480 361193472 85816 1992294400 4194304 7136930 140735052703504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 88182 85816 383 719 0 87461 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 352728

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26195
/proc/meminfo: memFree=1452796/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=358300 CPUtime=522.15
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 131749 0 0 0 51999 216 0 0 25 0 1 0 20544480 366899200 87202 1992294400 4194304 7136930 140735052703504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 89575 87202 383 719 0 88854 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 358300

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26197
/proc/meminfo: memFree=1449820/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=361176 CPUtime=582.13
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 132474 0 0 0 57983 230 0 0 25 0 1 0 20544480 369844224 87927 1992294400 4194304 7136930 140735052703504 18446744073709551615 4218735 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 90294 87927 383 719 0 89573 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 361176

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26197
/proc/meminfo: memFree=1447836/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=363148 CPUtime=642.12
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 132977 0 0 0 63970 242 0 0 25 0 1 0 20544480 371863552 88430 1992294400 4194304 7136930 140735052703504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 90787 88430 383 719 0 90066 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 363148

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26207
/proc/meminfo: memFree=1435312/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=375560 CPUtime=1002.02
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 136054 0 0 0 99888 314 0 0 25 0 1 0 20544480 384573440 91507 1992294400 4194304 7136930 140735052703504 18446744073709551615 4210101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 93890 91507 383 719 0 93169 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 375560

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26209
/proc/meminfo: memFree=1434444/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=376648 CPUtime=1062.01
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 136294 0 0 0 105873 328 0 0 25 0 1 0 20544480 385687552 91747 1992294400 4194304 7136930 140735052703504 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 94162 91747 383 719 0 93441 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 376648

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26211
/proc/meminfo: memFree=1431840/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=379032 CPUtime=1121.99
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 136889 0 0 0 111859 340 0 0 25 0 1 0 20544480 388128768 92342 1992294400 4194304 7136930 140735052703504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 94758 92342 383 719 0 94037 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 379032

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26213
/proc/meminfo: memFree=1429980/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=381028 CPUtime=1181.97
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 137394 0 0 0 117845 352 0 0 25 0 1 0 20544480 390172672 92847 1992294400 4194304 7136930 140735052703504 18446744073709551615 5957396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 95257 92847 383 719 0 94536 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 381028

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26213
/proc/meminfo: memFree=1428368/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=382296 CPUtime=1241.95
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 137715 0 0 0 123833 362 0 0 25 0 1 0 20544480 391471104 93168 1992294400 4194304 7136930 140735052703504 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 95574 93168 383 719 0 94853 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 382296

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26215
/proc/meminfo: memFree=1427500/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=383072 CPUtime=1301.95
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 137907 0 0 0 129820 375 0 0 25 0 1 0 20544480 392265728 93360 1992294400 4194304 7136930 140735052703504 18446744073709551615 5001212 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 95768 93360 383 719 0 95047 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 383072

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26217
/proc/meminfo: memFree=1427252/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=383416 CPUtime=1361.93
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 137975 0 0 0 135807 386 0 0 25 0 1 0 20544480 392617984 93428 1992294400 4194304 7136930 140735052703504 18446744073709551615 4431474 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 95854 93428 383 719 0 95133 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 383416

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26219
/proc/meminfo: memFree=1427004/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=383736 CPUtime=1421.92
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 138047 0 0 0 141794 398 0 0 25 0 1 0 20544480 392945664 93500 1992294400 4194304 7136930 140735052703504 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 95934 93500 383 719 0 95213 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 383736

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26221
/proc/meminfo: memFree=1426756/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=383904 CPUtime=1481.89
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 138104 0 0 0 147781 408 0 0 25 0 1 0 20544480 393117696 93557 1992294400 4194304 7136930 140735052703504 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 95976 93557 383 719 0 95255 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 383904

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26221
/proc/meminfo: memFree=1426508/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=384256 CPUtime=1541.88
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 138186 0 0 0 153769 419 0 0 25 0 1 0 20544480 393478144 93639 1992294400 4194304 7136930 140735052703504 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 96064 93639 383 719 0 95343 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 384256

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26223
/proc/meminfo: memFree=1426260/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=384596 CPUtime=1601.86
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 138251 0 0 0 159753 433 0 0 25 0 1 0 20544480 393826304 93704 1992294400 4194304 7136930 140735052703504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 96149 93704 383 719 0 95428 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 384596

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26225
/proc/meminfo: memFree=1426012/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=384596 CPUtime=1661.84
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 138272 0 0 0 165739 445 0 0 25 0 1 0 20544480 393826304 93725 1992294400 4194304 7136930 140735052703504 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 96149 93725 383 719 0 95428 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 384596

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26227
/proc/meminfo: memFree=1425516/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=385168 CPUtime=1721.83
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 138407 0 0 0 171727 456 0 0 25 0 1 0 20544480 394412032 93860 1992294400 4194304 7136930 140735052703504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 96292 93860 383 719 0 95571 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 385168

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26229
/proc/meminfo: memFree=1423780/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=386768 CPUtime=1781.81
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 138788 0 0 0 177713 468 0 0 25 0 1 0 20544480 396050432 94241 1992294400 4194304 7136930 140735052703504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 96692 94241 383 719 0 95971 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 386768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26229
/proc/meminfo: memFree=1423408/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=387124 CPUtime=1800.02
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 138887 0 0 0 179530 472 0 0 25 0 1 0 20544480 396414976 94340 1992294400 4194304 7136930 140735052703504 18446744073709551615 5507163 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26180/statm: 96781 94340 383 719 0 96060 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 387124

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 26230
/proc/meminfo: memFree=1423276/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=386232 CPUtime=1800.12
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 138913 0 0 0 179540 472 0 0 25 0 1 0 20544480 395501568 94109 1992294400 4194304 7136930 140735052703504 18446744073709551615 4668100 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26180/statm: 96558 94109 389 719 0 95837 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 386232

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 26230
/proc/meminfo: memFree=1423276/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=322160 CPUtime=1800.51
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 138914 0 0 0 179578 473 0 0 25 0 1 0 20544480 329891840 78182 1992294400 4194304 7136930 140735052703504 18446744073709551615 4333573 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26180/statm: 80540 78182 390 719 0 79819 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 322160

[startup+1801.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 26230
/proc/meminfo: memFree=1423276/2059040 swapFree=4136456/4192956
[pid=26180] ppid=26178 vsize=97536 CPUtime=1800.61
/proc/26180/stat : 26180 (pbscip.linux.x8) R 26178 26180 25546 0 -1 4202496 138914 0 0 0 179586 475 0 0 25 0 1 0 20544480 99876864 22719 1992294400 4194304 7136930 140735052703504 18446744073709551615 6166352 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26180/statm: 24384 22719 390 719 0 23663 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (KiB) 97536

Child status: 0
Real time (s): 1801.17
CPU time (s): 1800.69
CPU user time (s): 1795.92
CPU system time (s): 4.76627
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 387124

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

runsolver used 2.98155 second user time and 8.50171 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-13 19:16:45
IDJOB=2664109
IDBENCH=2139
IDSOLVER=1167
FILE ID=node001/2664109-1276449404
PBS_JOBID= 11173326
Free space on /tmp= 62388 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.15.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-2664109-1276449404/watcher-2664109-1276449404 -o /tmp/evaluation-result-2664109-1276449404/solver-2664109-1276449404 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664109-1276449404.opb -t 1800 -m 1800

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

MD5SUM BENCH= f368868fda311e5aaeadb84d33b29291
RANDOM SEED=473915221

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1802012 kB
Buffers:         31952 kB
Cached:         146164 kB
SwapCached:       9528 kB
Active:          80692 kB
Inactive:       110044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1802012 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:            8968 kB
Writeback:           0 kB
AnonPages:       10872 kB
Mapped:           9192 kB
Slab:            44348 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182580 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= 62384 MiB
End job on node001 at 2010-06-13 19:46:47