Trace number 2703438

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.29 1790.06

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f600.opb
MD5SUM2b1f0bdf934439fa3364f5fdf4570849
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints3150
Number of constraints which are clauses3150
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 constraint3
Number of terms in the objective function 1200
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 1200
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1200
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2703438-1278554199.opb>
0.01/0.06	c original problem has 1200 variables (1200 bin, 0 int, 0 impl, 0 cont) and 3150 constraints
0.01/0.06	c problem read
0.01/0.06	c presolving settings loaded
0.01/0.08	c presolving:
0.01/0.09	c (round 1) 3 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1194 impls, 0 clqs
0.09/0.12	c (round 2) 3 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3135 upgd conss, 1194 impls, 0 clqs
0.09/0.14	c (round 3) 3 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3147 upgd conss, 1194 impls, 0 clqs
0.09/0.16	c    (0.1s) probing: 101/1197 (8.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (4 rounds):
0.09/0.16	c  3 deleted vars, 3 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.16	c  1194 implications, 0 cliques
0.09/0.16	c presolved problem has 1197 variables (1197 bin, 0 int, 0 impl, 0 cont) and 3147 constraints
0.09/0.16	c     597 constraints of type <setppc>
0.09/0.16	c    2550 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.09
0.09/0.16	c - non default parameters ----------------------------------------------------------------------
0.09/0.16	c # SCIP version 1.2.1.3
0.09/0.16	c 
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = 10000
0.09/0.16	c 
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = 1789.95
0.09/0.16	c 
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = 1620
0.09/0.16	c 
0.09/0.16	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.16	c # [type: int, range: [1,2], default: 1]
0.09/0.16	c timing/clocktype = 2
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify inequalities
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/linear/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/indicator/addCouplingCons = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify knapsacks
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16	c separating/rapidlearning/freq = 0
0.09/0.16	c 
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving
0.09/0.16	c 
7.19/7.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.19/7.21	c   7.1s|     1 |     0 |  5853 |     - |5789k|   0 |1187 |1197 |3147 |1197 |3147 |   0 |   0 |   0 | 3.990000e+02 |      --      |    Inf 
57.08/57.13	c  57.1s|     1 |     0 | 27409 |     - |  20M|   0 |1189 |1197 |3476 |1197 |3148 |   1 |   0 |   0 | 3.991606e+02 |      --      |    Inf 
62.17/62.23	c  62.2s|     1 |     0 | 29484 |     - |  34M|   0 |1189 |1197 |3476 |1197 |3151 |   4 |   0 |   0 | 3.992575e+02 |      --      |    Inf 
67.47/67.53	c  67.5s|     1 |     0 | 31282 |     - |  48M|   0 |1190 |1197 |3476 |1197 |3153 |   6 |   0 |   0 | 3.993225e+02 |      --      |    Inf 
86.66/86.73	c  86.7s|     1 |     2 | 31282 |     - |  48M|   0 |1190 |1197 |3476 |1197 |3153 |   6 |   0 |  11 | 3.993225e+02 |      --      |    Inf 
1789.22/1790.03	c 
1789.22/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1789.22/1790.03	c Solving Time (sec) : 1789.97
1789.22/1790.03	c Solving Nodes      : 155
1789.22/1790.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.22/1790.03	c Dual Bound         : +4.05064950733398e+02
1789.22/1790.03	c Gap                : infinite
1789.22/1790.03	s UNKNOWN
1789.22/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1789.22/1790.03	c Solving Time       :    1789.97
1789.22/1790.03	c Original Problem   :
1789.22/1790.03	c   Problem name     : HOME/instance-2703438-1278554199.opb
1789.22/1790.03	c   Variables        : 1200 (1200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.22/1790.03	c   Constraints      : 3150 initial, 3150 maximal
1789.22/1790.03	c Presolved Problem  :
1789.22/1790.03	c   Problem name     : t_HOME/instance-2703438-1278554199.opb
1789.22/1790.03	c   Variables        : 1197 (1197 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.22/1790.03	c   Constraints      : 3147 initial, 3534 maximal
1789.22/1790.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.22/1790.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.22/1790.03	c   dualfix          :       0.00          3          0          0          0          0          0          0          0
1789.22/1790.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.22/1790.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.22/1790.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.22/1790.03	c   probing          :       0.01          0          0          0          0          0          0          0          0
1789.22/1790.03	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1789.22/1790.03	c   linear           :       0.03          0          0          0          0          0          3          0          0
1789.22/1790.03	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1789.22/1790.03	c   root node        :          -          0          -          -          0          -          -          -          -
1789.22/1790.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.22/1790.03	c   integral         :          0          0          0        154          0          0          0          0          0        308
1789.22/1790.03	c   setppc           :        597          4       3070          0          1         17         96          0          0          0
1789.22/1790.03	c   linear           :          0+         4       2853          0          0          0          0          3          0          0
1789.22/1790.03	c   logicor          :       2550+         4       1874          0          1         13         50          0          0          0
1789.22/1790.03	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.22/1790.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.22/1790.03	c   integral         :     400.00       0.00       0.00     400.00       0.00
1789.22/1790.03	c   setppc           :       0.14       0.00       0.14       0.00       0.00
1789.22/1790.03	c   linear           :       0.10       0.00       0.09       0.00       0.00
1789.22/1790.03	c   logicor          :       0.04       0.00       0.04       0.00       0.00
1789.22/1790.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.22/1790.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.22/1790.03	c   vbounds          :       0.00          2          0          0
1789.22/1790.03	c   rootredcost      :       0.00          0          0          0
1789.22/1790.03	c   pseudoobj        :       0.14       2881          0          0
1789.22/1790.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.22/1790.03	c   propagation      :       0.00         30         30         50       16.9          2        5.5          -
1789.22/1790.03	c   infeasible LP    :       0.00          6          6          6       27.3          0        0.0          0
1789.22/1790.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.22/1790.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.22/1790.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.22/1790.03	c   applied globally :          -          -          -         58       17.6          -          -          -
1789.22/1790.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.22/1790.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.22/1790.03	c   cut pool         :       0.02          3          -          -          0          -    (maximal pool size: 1496)
1789.22/1790.03	c   redcost          :       0.01        157          0          0          0          0
1789.22/1790.03	c   impliedbounds    :       0.00          4          0          0          0          0
1789.22/1790.03	c   intobj           :       0.00          0          0          0          0          0
1789.22/1790.03	c   cgmip            :       0.00          0          0          0          0          0
1789.22/1790.03	c   gomory           :       3.48          4          0          0          0          0
1789.22/1790.03	c   strongcg         :       3.60          4          0          0       1500          0
1789.22/1790.03	c   cmir             :       0.12          4          0          0          0          0
1789.22/1790.03	c   flowcover        :       0.10          4          0          0          0          0
1789.22/1790.03	c   clique           :       0.00          1          0          0          0          0
1789.22/1790.03	c   zerohalf         :       0.00          0          0          0          0          0
1789.22/1790.03	c   mcf              :       0.00          1          0          0          0          0
1789.22/1790.03	c   rapidlearning    :       1.92          1          0          0          0        329
1789.22/1790.03	c Pricers            :       Time      Calls       Vars
1789.22/1790.03	c   problem variables:       0.00          0          0
1789.22/1790.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.22/1790.03	c   relpscost        :     400.00        154          0          0          0          0        308
1789.22/1790.03	c   pscost           :       0.00          0          0          0          0          0          0
1789.22/1790.03	c   inference        :       0.00          1          0          0          0          0          2
1789.22/1790.03	c   mostinf          :       0.00          0          0          0          0          0          0
1789.22/1790.03	c   leastinf         :       0.00          0          0          0          0          0          0
1789.22/1790.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.22/1790.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.22/1790.03	c   random           :       0.00          0          0          0          0          0          0
1789.22/1790.03	c Primal Heuristics  :       Time      Calls      Found
1789.22/1790.03	c   LP solutions     :       0.00          -          0
1789.22/1790.03	c   pseudo solutions :       0.00          -          0
1789.22/1790.03	c   oneopt           :       0.00          0          0
1789.22/1790.03	c   crossover        :       0.00          0          0
1789.22/1790.03	c   rootsoldiving    :      25.47          2          0
1789.22/1790.03	c   trivial          :       0.00          2          0
1789.22/1790.03	c   simplerounding   :       0.00          0          0
1789.22/1790.03	c   zirounding       :       0.05        154          0
1789.22/1790.03	c   rounding         :       0.21        129          0
1789.22/1790.03	c   shifting         :       0.11         16          0
1789.22/1790.03	c   intshifting      :       0.00          0          0
1789.22/1790.03	c   twoopt           :       0.00          0          0
1789.22/1790.03	c   fixandinfer      :       0.00          0          0
1789.22/1790.03	c   feaspump         :      42.46          1          0
1789.22/1790.03	c   coefdiving       :     124.84          2          0
1789.22/1790.03	c   pscostdiving     :     135.43          2          0
1789.22/1790.03	c   fracdiving       :      73.12          1          0
1789.22/1790.03	c   veclendiving     :     168.17          2          0
1789.22/1790.03	c   intdiving        :       0.00          0          0
1789.22/1790.03	c   actconsdiving    :       0.00          0          0
1789.22/1790.03	c   objpscostdiving  :     242.02          1          0
1789.22/1790.03	c   linesearchdiving :     138.31          2          0
1789.22/1790.03	c   guideddiving     :       0.00          0          0
1789.22/1790.03	c   octane           :       0.00          0          0
1789.22/1790.03	c   rens             :       0.01          0          0
1789.22/1790.03	c   rins             :       0.00          0          0
1789.22/1790.03	c   localbranching   :       0.00          0          0
1789.22/1790.03	c   mutation         :       0.00          0          0
1789.22/1790.03	c   dins             :       0.00          0          0
1789.22/1790.03	c   undercover       :       0.00          0          0
1789.22/1790.03	c   nlp              :       0.00          0          0
1789.22/1790.03	c   trysol           :       0.00          0          0
1789.22/1790.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.22/1790.03	c   primal LP        :       0.02          0          0       0.00       0.00
1789.22/1790.03	c   dual LP          :     429.93        158     285580    1807.47     664.25
1789.22/1790.03	c   lex dual LP      :       0.00          0          0       0.00          -
1789.22/1790.03	c   barrier LP       :       0.00          0          0       0.00          -
1789.22/1790.03	c   diving/probing LP:     946.94       1714     843049     491.86     890.29
1789.22/1790.03	c   strong branching :     399.92        271     270765     999.13     677.05
1789.22/1790.03	c     (at root node) :          -         11      11000    1000.00          -
1789.22/1790.03	c   conflict analysis:       0.00          0          0       0.00          -
1789.22/1790.03	c B&B Tree           :
1789.22/1790.03	c   number of runs   :          1
1789.22/1790.03	c   nodes            :        155
1789.22/1790.03	c   nodes (total)    :        155
1789.22/1790.03	c   nodes left       :        156
1789.22/1790.03	c   max depth        :         16
1789.22/1790.03	c   max depth (total):         16
1789.22/1790.03	c   backtracks       :         66 (42.6%)
1789.22/1790.03	c   delayed cutoffs  :          0
1789.22/1790.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.22/1790.03	c   avg switch length:       4.79
1789.22/1790.03	c   switching time   :       0.05
1789.22/1790.03	c Solution           :
1789.22/1790.03	c   Solutions found  :          0 (0 improvements)
1789.22/1790.03	c   Primal Bound     :          -
1789.22/1790.03	c   Dual Bound       : +4.05064950733398e+02
1789.22/1790.03	c   Gap              :   infinite
1789.22/1790.03	c   Root Dual Bound  : +3.99322504588839e+02
1789.22/1790.03	c   Root Iterations  :      31282
1789.22/1790.06	c Time complete: 1789.28.

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-2703438-1278554199/watcher-2703438-1278554199 -o /tmp/evaluation-result-2703438-1278554199/solver-2703438-1278554199 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703438-1278554199.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/105 29444
/proc/meminfo: memFree=1816028/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=7904 CPUtime=0
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 1084 0 0 0 0 0 0 0 25 0 1 0 23627790 8093696 996 1992294400 4194304 8395647 140737127577680 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29444/statm: 1976 1005 365 1026 0 946 0

[startup+0.0188371 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 29444
/proc/meminfo: memFree=1816028/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=11644 CPUtime=0.01
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 2193 0 0 0 1 0 0 0 25 0 1 0 23627790 11923456 2105 1992294400 4194304 8395647 140737127577680 18446744073709551615 5758038 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29444/statm: 2911 2105 393 1026 0 1881 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11644

[startup+0.101847 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 29444
/proc/meminfo: memFree=1816028/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=20808 CPUtime=0.09
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 4613 0 0 0 8 1 0 0 25 0 1 0 23627790 21307392 4171 1992294400 4194304 8395647 140737127577680 18446744073709551615 5018872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 5202 4171 469 1026 0 4172 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20808

[startup+0.301871 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 29444
/proc/meminfo: memFree=1816028/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=26608 CPUtime=0.29
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 6180 0 0 0 27 2 0 0 25 0 1 0 23627790 27246592 5704 1992294400 4194304 8395647 140737127577680 18446744073709551615 7385703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 6652 5704 573 1026 0 5622 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26608

[startup+0.701921 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 29444
/proc/meminfo: memFree=1816028/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=27600 CPUtime=0.69
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 6410 0 0 0 67 2 0 0 25 0 1 0 23627790 28262400 5901 1992294400 4194304 8395647 140737127577680 18446744073709551615 6701858 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 6900 5901 569 1026 0 5870 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27600

[startup+1.50202 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29445
/proc/meminfo: memFree=1794320/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=28104 CPUtime=1.49
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 6550 0 0 0 146 3 0 0 25 0 1 0 23627790 28778496 6039 1992294400 4194304 8395647 140737127577680 18446744073709551615 6697959 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 7026 6039 567 1026 0 5996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28104

[startup+3.10122 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29445
/proc/meminfo: memFree=1793824/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=28620 CPUtime=3.09
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 6745 0 0 0 306 3 0 0 25 0 1 0 23627790 29306880 6234 1992294400 4194304 8395647 140737127577680 18446744073709551615 6696232 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 7155 6234 567 1026 0 6125 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28620

[startup+6.30161 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29445
/proc/meminfo: memFree=1791716/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=29596 CPUtime=6.29
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 7016 0 0 0 625 4 0 0 25 0 1 0 23627790 30306304 6505 1992294400 4194304 8395647 140737127577680 18446744073709551615 6697359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 7399 6505 567 1026 0 6369 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29596

[startup+12.7004 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29445
/proc/meminfo: memFree=1791592/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=31796 CPUtime=12.68
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 7576 0 0 0 1263 5 0 0 25 0 1 0 23627790 32559104 6830 1992294400 4194304 8395647 140737127577680 18446744073709551615 6696934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 7949 6830 574 1026 0 6919 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31796

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29445
/proc/meminfo: memFree=1790476/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=31796 CPUtime=25.48
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 7593 0 0 0 2540 8 0 0 25 0 1 0 23627790 32559104 6847 1992294400 4194304 8395647 140737127577680 18446744073709551615 6709373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 7949 6847 574 1026 0 6919 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31796

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29447
/proc/meminfo: memFree=1790476/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=31796 CPUtime=51.08
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 7601 0 0 0 5094 14 0 0 25 0 1 0 23627790 32559104 6855 1992294400 4194304 8395647 140737127577680 18446744073709551615 6202710 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 7949 6855 580 1026 0 6919 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31796

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29447
/proc/meminfo: memFree=1744968/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=75872 CPUtime=102.26
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 19679 0 0 0 10185 41 0 0 25 0 1 0 23627790 77692928 18139 1992294400 4194304 8395647 140737127577680 18446744073709551615 6696247 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 18968 18139 623 1026 0 17938 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 75872

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29449
/proc/meminfo: memFree=1743480/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=162.25
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20172 0 0 0 16164 61 0 0 25 0 1 0 23627790 79982592 18632 1992294400 4194304 8395647 140737127577680 18446744073709551615 6697266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18632 623 1026 0 18497 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 78108

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29451
/proc/meminfo: memFree=1743480/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=222.22
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20172 0 0 0 22142 80 0 0 25 0 1 0 23627790 79982592 18632 1992294400 4194304 8395647 140737127577680 18446744073709551615 6587243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18632 623 1026 0 18497 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 78108

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29462
/proc/meminfo: memFree=1742860/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=282.2
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20172 0 0 0 28121 99 0 0 25 0 1 0 23627790 79982592 18632 1992294400 4194304 8395647 140737127577680 18446744073709551615 6754822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18632 623 1026 0 18497 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 78108

[startup+342.302 s]
/proc/loadavg: 1.19 1.05 1.01 2/106 29928
/proc/meminfo: memFree=1731716/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=341.96
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20172 0 0 0 34078 118 0 0 25 0 1 0 23627790 79982592 18632 1992294400 4194304 8395647 140737127577680 18446744073709551615 6390530 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18632 623 1026 0 18497 0
Current children cumulated CPU time (s) 341.96
Current children cumulated vsize (KiB) 78108

[startup+402.301 s]
/proc/loadavg: 1.07 1.04 1.01 2/106 29930
/proc/meminfo: memFree=1732088/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=401.94
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20172 0 0 0 40054 140 0 0 25 0 1 0 23627790 79982592 18632 1992294400 4194304 8395647 140737127577680 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18632 623 1026 0 18497 0
Current children cumulated CPU time (s) 401.94
Current children cumulated vsize (KiB) 78108

[startup+462.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/106 29932
/proc/meminfo: memFree=1732212/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=461.92
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20172 0 0 0 46035 157 0 0 25 0 1 0 23627790 79982592 18632 1992294400 4194304 8395647 140737127577680 18446744073709551615 6697346 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18632 623 1026 0 18497 0
Current children cumulated CPU time (s) 461.92
Current children cumulated vsize (KiB) 78108

[startup+522.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/106 29934
/proc/meminfo: memFree=1732212/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=521.9
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20173 0 0 0 52010 180 0 0 25 0 1 0 23627790 79982592 18633 1992294400 4194304 8395647 140737127577680 18446744073709551615 6702072 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18633 624 1026 0 18497 0
Current children cumulated CPU time (s) 521.9
Current children cumulated vsize (KiB) 78108

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 29936
/proc/meminfo: memFree=1732212/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=581.89
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20173 0 0 0 57986 203 0 0 25 0 1 0 23627790 79982592 18633 1992294400 4194304 8395647 140737127577680 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18633 624 1026 0 18497 0
Current children cumulated CPU time (s) 581.89
Current children cumulated vsize (KiB) 78108

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 29936
/proc/meminfo: memFree=1732220/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=641.88
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20173 0 0 0 63966 222 0 0 25 0 1 0 23627790 79982592 18633 1992294400 4194304 8395647 140737127577680 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18633 624 1026 0 18497 0
Current children cumulated CPU time (s) 641.88
Current children cumulated vsize (KiB) 78108

[startup+702.301 s]

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

/proc/meminfo: memFree=1732220/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1061.74
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20174 0 0 0 105810 364 0 0 25 0 1 0 23627790 79982592 18634 1992294400 4194304 8395647 140737127577680 18446744073709551615 6697355 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18634 625 1026 0 18497 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 78108

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29950
/proc/meminfo: memFree=1732220/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1121.73
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20174 0 0 0 111790 383 0 0 25 0 1 0 23627790 79982592 18634 1992294400 4194304 8395647 140737127577680 18446744073709551615 6701805 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18634 625 1026 0 18497 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 78108

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29952
/proc/meminfo: memFree=1732220/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1181.7
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20174 0 0 0 117771 399 0 0 25 0 1 0 23627790 79982592 18634 1992294400 4194304 8395647 140737127577680 18446744073709551615 6702596 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18634 625 1026 0 18497 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 78108

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29952
/proc/meminfo: memFree=1732096/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1241.69
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20174 0 0 0 123753 416 0 0 25 0 1 0 23627790 79982592 18634 1992294400 4194304 8395647 140737127577680 18446744073709551615 6696936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18634 625 1026 0 18497 0
Current children cumulated CPU time (s) 1241.69
Current children cumulated vsize (KiB) 78108

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29954
/proc/meminfo: memFree=1731972/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1301.67
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20174 0 0 0 129733 434 0 0 25 0 1 0 23627790 79982592 18634 1992294400 4194304 8395647 140737127577680 18446744073709551615 6587066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18634 625 1026 0 18497 0
Current children cumulated CPU time (s) 1301.67
Current children cumulated vsize (KiB) 78108

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29956
/proc/meminfo: memFree=1731972/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1361.65
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20174 0 0 0 135713 452 0 0 25 0 1 0 23627790 79982592 18634 1992294400 4194304 8395647 140737127577680 18446744073709551615 6698043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18634 625 1026 0 18497 0
Current children cumulated CPU time (s) 1361.65
Current children cumulated vsize (KiB) 78108

[startup+1422.31 s]
/proc/loadavg: 1.07 1.02 1.00 2/106 29961
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1421.64
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20174 0 0 0 141687 477 0 0 25 0 1 0 23627790 79982592 18634 1992294400 4194304 8395647 140737127577680 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18634 625 1026 0 18497 0
Current children cumulated CPU time (s) 1421.64
Current children cumulated vsize (KiB) 78108

[startup+1482.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/106 29963
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1481.61
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20174 0 0 0 147665 496 0 0 25 0 1 0 23627790 79982592 18634 1992294400 4194304 8395647 140737127577680 18446744073709551615 6696983 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18634 625 1026 0 18497 0
Current children cumulated CPU time (s) 1481.61
Current children cumulated vsize (KiB) 78108

[startup+1542.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/106 29963
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1541.59
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20174 0 0 0 153641 518 0 0 25 0 1 0 23627790 79982592 18634 1992294400 4194304 8395647 140737127577680 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18634 625 1026 0 18497 0
Current children cumulated CPU time (s) 1541.59
Current children cumulated vsize (KiB) 78108

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29965
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1601.58
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20174 0 0 0 159617 541 0 0 25 0 1 0 23627790 79982592 18634 1992294400 4194304 8395647 140737127577680 18446744073709551615 6698047 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18634 625 1026 0 18497 0
Current children cumulated CPU time (s) 1601.58
Current children cumulated vsize (KiB) 78108

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29967
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1661.55
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20175 0 0 0 165595 560 0 0 25 0 1 0 23627790 79982592 18635 1992294400 4194304 8395647 140737127577680 18446744073709551615 6693761 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18635 625 1026 0 18497 0
Current children cumulated CPU time (s) 1661.55
Current children cumulated vsize (KiB) 78108

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29969
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1721.54
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20175 0 0 0 171572 582 0 0 25 0 1 0 23627790 79982592 18635 1992294400 4194304 8395647 140737127577680 18446744073709551615 6587066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18635 625 1026 0 18497 0
Current children cumulated CPU time (s) 1721.54
Current children cumulated vsize (KiB) 78108

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29971
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1781.52
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20175 0 0 0 177546 606 0 0 25 0 1 0 23627790 79982592 18635 1992294400 4194304 8395647 140737127577680 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18635 625 1026 0 18497 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (KiB) 78108

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29971
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1784.72
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20175 0 0 0 177865 607 0 0 25 0 1 0 23627790 79982592 18635 1992294400 4194304 8395647 140737127577680 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18635 625 1026 0 18497 0
Current children cumulated CPU time (s) 1784.72
Current children cumulated vsize (KiB) 78108

[startup+1787.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29971
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1786.32
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20175 0 0 0 178025 607 0 0 25 0 1 0 23627790 79982592 18635 1992294400 4194304 8395647 140737127577680 18446744073709551615 6697970 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18635 625 1026 0 18497 0
Current children cumulated CPU time (s) 1786.32
Current children cumulated vsize (KiB) 78108

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29971
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1787.92
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20175 0 0 0 178184 608 0 0 25 0 1 0 23627790 79982592 18635 1992294400 4194304 8395647 140737127577680 18446744073709551615 6390516 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18635 625 1026 0 18497 0
Current children cumulated CPU time (s) 1787.92
Current children cumulated vsize (KiB) 78108

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29971
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1788.72
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20175 0 0 0 178264 608 0 0 25 0 1 0 23627790 79982592 18635 1992294400 4194304 8395647 140737127577680 18446744073709551615 6670313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18635 625 1026 0 18497 0
Current children cumulated CPU time (s) 1788.72
Current children cumulated vsize (KiB) 78108

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29971
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1789.12
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20175 0 0 0 178304 608 0 0 25 0 1 0 23627790 79982592 18635 1992294400 4194304 8395647 140737127577680 18446744073709551615 6696292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18635 625 1026 0 18497 0
Current children cumulated CPU time (s) 1789.12
Current children cumulated vsize (KiB) 78108

[startup+1790 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29971
/proc/meminfo: memFree=1731600/2059040 swapFree=4140272/4192956
[pid=29444] ppid=29442 vsize=78108 CPUtime=1789.22
/proc/29444/stat : 29444 (pbscip.linux.x8) R 29442 29444 28584 0 -1 4202496 20175 0 0 0 178314 608 0 0 25 0 1 0 23627790 79982592 18635 1992294400 4194304 8395647 140737127577680 18446744073709551615 6693740 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29444/statm: 19527 18635 625 1026 0 18497 0
Current children cumulated CPU time (s) 1789.22
Current children cumulated vsize (KiB) 78108

Child status: 0
Real time (s): 1790.06
CPU time (s): 1789.29
CPU user time (s): 1783.19
CPU system time (s): 6.09507
CPU usage (%): 99.9567
Max. virtual memory (cumulated for all children) (KiB): 78108

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

runsolver used 2.96055 second user time and 8.45771 second system time

The end

Launcher Data

Begin job on node080 at 2010-07-08 03:56:39
IDJOB=2703438
IDBENCH=2155
IDSOLVER=1213
FILE ID=node080/2703438-1278554199
PBS_JOBID= 11239483
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f600.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2703438-1278554199/watcher-2703438-1278554199 -o /tmp/evaluation-result-2703438-1278554199/solver-2703438-1278554199 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703438-1278554199.opb -t 1800 -m 1800

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

MD5SUM BENCH= 2b1f0bdf934439fa3364f5fdf4570849
RANDOM SEED=1114096335

node080.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.255
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.51
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.255
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1816432 kB
Buffers:          7100 kB
Cached:         135104 kB
SwapCached:      11268 kB
Active:          58948 kB
Inactive:       101660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1816432 kB
SwapTotal:     4192956 kB
SwapFree:      4140272 kB
Dirty:           10768 kB
Writeback:           0 kB
AnonPages:       11580 kB
Mapped:          11980 kB
Slab:            60140 kB
PageTables:       4140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182056 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= 62540 MiB
End job on node080 at 2010-07-08 04:26:29