Trace number 3744791

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 NameAnswerCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1790.76 1791.04

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped3.F.recomb10-0.10-9.opb
MD5SUM4729c8a3829810469c3b8c83b3528a30
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8223
Best CPU time to get the best result obtained on this benchmark1800.83
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70131
Total number of constraints607545
Number of constraints which are clauses607545
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 constraint1
Maximum length of a constraint339
Number of terms in the objective function 4960
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1575760
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1575760
Number of bits of the biggest sum of numbers21
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-3744791-1338810569.opb>
3.69/3.78	c original problem has 70131 variables (70131 bin, 0 int, 0 impl, 0 cont) and 607545 constraints
3.69/3.78	c problem read
3.99/4.08	c presolving settings loaded
4.59/4.62	c presolving:
7.49/7.59	c (round 1) 37059 del vars, 377155 del conss, 36271 chg bounds, 39 chg sides, 50 chg coeffs, 0 upgd conss, 4664376 impls, 0 clqs
7.89/7.97	c (round 2) 38939 del vars, 410038 del conss, 36505 chg bounds, 39 chg sides, 50 chg coeffs, 0 upgd conss, 4673266 impls, 0 clqs
8.09/8.17	c (round 3) 40969 del vars, 421551 del conss, 36580 chg bounds, 54 chg sides, 86 chg coeffs, 0 upgd conss, 4677388 impls, 0 clqs
8.19/8.25	c (round 4) 41823 del vars, 425079 del conss, 36582 chg bounds, 55 chg sides, 88 chg coeffs, 0 upgd conss, 4678258 impls, 0 clqs
8.19/8.28	c (round 5) 41866 del vars, 425086 del conss, 36582 chg bounds, 55 chg sides, 88 chg coeffs, 0 upgd conss, 4678258 impls, 0 clqs
8.89/8.92	c (round 6) 41866 del vars, 425087 del conss, 36582 chg bounds, 55 chg sides, 88 chg coeffs, 181449 upgd conss, 4678258 impls, 0 clqs
9.09/9.11	c (round 7) 41866 del vars, 425087 del conss, 36582 chg bounds, 55 chg sides, 88 chg coeffs, 182458 upgd conss, 4678258 impls, 0 clqs
10.59/10.67	c    (6.9s) probing: 101/28265 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
10.59/10.67	c    (6.9s) probing aborted: 100/100 successive totally useless probings
10.59/10.67	c presolving (8 rounds):
10.59/10.67	c  41866 deleted vars, 425087 deleted constraints, 36582 tightened bounds, 0 added holes, 55 changed sides, 88 changed coefficients
10.59/10.67	c  4678258 implications, 0 cliques
10.59/10.67	c presolved problem has 28265 variables (28265 bin, 0 int, 0 impl, 0 cont) and 182458 constraints
10.59/10.67	c  124770 constraints of type <setppc>
10.59/10.67	c   57688 constraints of type <logicor>
10.59/10.67	c transformed objective value is always integral (scale: 1)
10.59/10.67	c Presolving Time: 6.20
10.59/10.67	c - non default parameters ----------------------------------------------------------------------
10.59/10.67	c # SCIP version 1.2.1.3
10.59/10.67	c 
10.59/10.67	c # frequency for displaying node information lines
10.59/10.67	c # [type: int, range: [-1,2147483647], default: 100]
10.59/10.67	c display/freq = 10000
10.59/10.67	c 
10.59/10.67	c # maximal time in seconds to run
10.59/10.67	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.59/10.67	c limits/time = 1786.22
10.59/10.67	c 
10.59/10.67	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.59/10.67	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.59/10.67	c limits/memory = 13950
10.59/10.67	c 
10.59/10.67	c # default clock type (1: CPU user seconds, 2: wall clock time)
10.59/10.67	c # [type: int, range: [1,2], default: 1]
10.59/10.67	c timing/clocktype = 2
10.59/10.67	c 
10.59/10.67	c # should presolving try to simplify inequalities
10.59/10.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.59/10.67	c constraints/linear/simplifyinequalities = TRUE
10.59/10.67	c 
10.59/10.67	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
10.59/10.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.59/10.67	c constraints/indicator/addCouplingCons = TRUE
10.59/10.67	c 
10.59/10.67	c # should presolving try to simplify knapsacks
10.59/10.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.59/10.67	c constraints/knapsack/simplifyinequalities = TRUE
10.59/10.67	c 
10.59/10.67	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
10.59/10.67	c # [type: int, range: [-1,2147483647], default: -1]
10.59/10.67	c separating/rapidlearning/freq = 0
10.59/10.67	c 
10.59/10.68	c -----------------------------------------------------------------------------------------------
10.59/10.68	c start solving
10.59/10.69	c 
106.77/106.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.77/106.86	c   103s|     1 |     0 | 29954 |     - | 587M|   0 |  13k|  28k| 182k|  28k| 182k|   0 |   0 |   0 | 4.264500e+03 |      --      |    Inf 
1076.02/1076.29	c  1073s|     1 |     0 | 94305 |     - | 590M|   0 |  14k|  28k| 182k|  28k| 182k|  26 |   0 |   0 | 4.264500e+03 |      --      |    Inf 
1254.69/1254.95	c  1251s|     1 |     0 |115803 |     - | 590M|   0 |  14k|  28k| 182k|  28k| 182k|  46 |   0 |   0 | 4.264500e+03 |      --      |    Inf 
1790.01/1790.35	c  1787s|     1 |     0 |163778 |     - | 590M|   0 |   - |  28k| 182k|  28k| 182k|  68 |   0 |   0 | 4.264500e+03 |      --      |    Inf 
1790.11/1790.40	c  1787s|     1 |     2 |163778 |     - | 590M|   0 |   - |  28k| 182k|  28k| 182k|  68 |   0 |   0 | 4.264500e+03 |      --      |    Inf 
1790.11/1790.40	c 
1790.11/1790.40	c SCIP Status        : solving was interrupted [time limit reached]
1790.11/1790.40	c Solving Time (sec) : 1786.61
1790.11/1790.40	c Solving Nodes      : 1
1790.11/1790.40	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.11/1790.40	c Dual Bound         : +4.26450000000000e+03
1790.11/1790.40	c Gap                : infinite
1790.11/1790.40	s UNKNOWN
1790.11/1790.40	c SCIP Status        : solving was interrupted [time limit reached]
1790.11/1790.40	c Solving Time       :    1786.61
1790.11/1790.40	c Original Problem   :
1790.11/1790.40	c   Problem name     : HOME/instance-3744791-1338810569.opb
1790.11/1790.40	c   Variables        : 70131 (70131 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.11/1790.40	c   Constraints      : 607545 initial, 607545 maximal
1790.11/1790.40	c Presolved Problem  :
1790.11/1790.40	c   Problem name     : t_HOME/instance-3744791-1338810569.opb
1790.11/1790.40	c   Variables        : 28265 (28265 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.11/1790.40	c   Constraints      : 182458 initial, 182458 maximal
1790.11/1790.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.11/1790.40	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1790.11/1790.40	c   dualfix          :       0.15       3354          0          0          0          0          0          0          0
1790.11/1790.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.11/1790.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.11/1790.40	c   implics          :       0.50          0        474          0          0          0          0          0          0
1790.11/1790.40	c   probing          :       1.46          0          0          0          0          0          0          0          0
1790.11/1790.40	c   setppc           :       0.19          0          0          0          0          0          0          0          0
1790.11/1790.40	c   linear           :       3.15      36582       1456          0      36582          0     425087         55         88
1790.11/1790.40	c   logicor          :       0.12          0          0          0          0          0          0          0          0
1790.11/1790.40	c   root node        :          -          0          -          -          0          -          -          -          -
1790.11/1790.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.11/1790.40	c   integral         :          0          0          0          0          0          0          0          0          0          0
1790.11/1790.40	c   setppc           :     124770          3        201          0          1          0          0          0          0          0
1790.11/1790.40	c   logicor          :      57688          3        201          0          1          0          0          0          0          0
1790.11/1790.40	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1790.11/1790.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.11/1790.40	c   integral         :       0.00       0.00       0.00       0.00       0.00
1790.11/1790.40	c   setppc           :       1.09       0.02       1.04       0.00       0.03
1790.11/1790.40	c   logicor          :       0.09       0.01       0.07       0.00       0.01
1790.11/1790.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.11/1790.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.11/1790.40	c   vbounds          :       0.00          2          0          0
1790.11/1790.40	c   rootredcost      :       0.00          0          0          0
1790.11/1790.40	c   pseudoobj        :       0.00          2          0          0
1790.11/1790.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.11/1790.40	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.11/1790.40	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.11/1790.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.11/1790.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.11/1790.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.11/1790.40	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.11/1790.40	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.11/1790.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.11/1790.40	c   cut pool         :       0.00          2          -          -          9          -    (maximal pool size: 288)
1790.11/1790.40	c   redcost          :       0.00          3          0          0          0          0
1790.11/1790.40	c   impliedbounds    :       0.13          3          0          0          0          0
1790.11/1790.40	c   intobj           :       0.00          0          0          0          0          0
1790.11/1790.40	c   cgmip            :       0.00          0          0          0          0          0
1790.11/1790.40	c   gomory           :       2.84          3          0          0       1500          0
1790.11/1790.40	c   strongcg         :       2.84          3          0          0       1500          0
1790.11/1790.40	c   cmir             :      17.69          3          0          0          0          0
1790.11/1790.40	c   flowcover        :      44.72          3          0          0          0          0
1790.11/1790.40	c   clique           :      11.83          3          0          0         23          0
1790.11/1790.40	c   zerohalf         :       0.00          0          0          0          0          0
1790.11/1790.40	c   mcf              :       0.13          1          0          0          0          0
1790.11/1790.40	c   rapidlearning    :       0.00          0          0          0          0          0
1790.11/1790.40	c Pricers            :       Time      Calls       Vars
1790.11/1790.40	c   problem variables:       0.00          0          0
1790.11/1790.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.11/1790.40	c   relpscost        :       0.00          0          0          0          0          0          0
1790.11/1790.40	c   pscost           :       0.00          0          0          0          0          0          0
1790.11/1790.40	c   inference        :       0.00          1          0          0          0          0          2
1790.11/1790.40	c   mostinf          :       0.00          0          0          0          0          0          0
1790.11/1790.40	c   leastinf         :       0.00          0          0          0          0          0          0
1790.11/1790.40	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.11/1790.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.11/1790.40	c   random           :       0.00          0          0          0          0          0          0
1790.11/1790.40	c Primal Heuristics  :       Time      Calls      Found
1790.11/1790.40	c   LP solutions     :       0.00          -          0
1790.11/1790.40	c   pseudo solutions :       0.00          -          0
1790.11/1790.40	c   oneopt           :       0.00          0          0
1790.11/1790.40	c   trivial          :       0.07          2          0
1790.11/1790.40	c   simplerounding   :       0.00          0          0
1790.11/1790.40	c   zirounding       :       0.00          0          0
1790.11/1790.40	c   rounding         :       0.03          3          0
1790.11/1790.40	c   shifting         :       1.19          3          0
1790.11/1790.40	c   intshifting      :       0.00          0          0
1790.11/1790.40	c   twoopt           :       0.00          0          0
1790.11/1790.40	c   fixandinfer      :       0.00          0          0
1790.11/1790.40	c   feaspump         :     895.59          1          0
1790.11/1790.40	c   coefdiving       :       0.00          0          0
1790.11/1790.40	c   pscostdiving     :       0.00          0          0
1790.11/1790.40	c   fracdiving       :       0.00          0          0
1790.11/1790.40	c   veclendiving     :       0.00          0          0
1790.11/1790.40	c   intdiving        :       0.00          0          0
1790.11/1790.40	c   actconsdiving    :       0.00          0          0
1790.11/1790.40	c   objpscostdiving  :       0.00          0          0
1790.11/1790.40	c   rootsoldiving    :       0.00          0          0
1790.11/1790.40	c   linesearchdiving :       0.00          0          0
1790.11/1790.40	c   guideddiving     :       0.00          0          0
1790.11/1790.40	c   octane           :       0.00          0          0
1790.11/1790.40	c   rens             :       0.00          0          0
1790.11/1790.40	c   rins             :       0.00          0          0
1790.11/1790.40	c   localbranching   :       0.00          0          0
1790.11/1790.40	c   mutation         :       0.00          0          0
1790.11/1790.40	c   crossover        :       0.00          0          0
1790.11/1790.40	c   dins             :       0.00          0          0
1790.11/1790.40	c   undercover       :       0.00          0          0
1790.11/1790.40	c   nlp              :       0.00          0          0
1790.11/1790.40	c   trysol           :       0.00          0          0
1790.11/1790.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.11/1790.40	c   primal LP        :       0.00          0          0       0.00          -
1790.11/1790.40	c   dual LP          :     802.22          4     107710   26927.50     134.27
1790.11/1790.40	c   lex dual LP      :       0.00          0          0       0.00          -
1790.11/1790.40	c   barrier LP       :       0.00          0          0       0.00          -
1790.11/1790.40	c   diving/probing LP:     895.08         20      56068    2803.40      62.64
1790.11/1790.40	c   strong branching :       0.00          0          0       0.00          -
1790.11/1790.40	c     (at root node) :          -          0          0       0.00          -
1790.11/1790.40	c   conflict analysis:       0.00          0          0       0.00          -
1790.11/1790.40	c B&B Tree           :
1790.11/1790.40	c   number of runs   :          1
1790.11/1790.40	c   nodes            :          1
1790.11/1790.40	c   nodes (total)    :          1
1790.11/1790.40	c   nodes left       :          2
1790.11/1790.40	c   max depth        :          0
1790.11/1790.40	c   max depth (total):          0
1790.11/1790.40	c   backtracks       :          0 (0.0%)
1790.11/1790.40	c   delayed cutoffs  :          0
1790.11/1790.40	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.11/1790.40	c   avg switch length:       1.00
1790.11/1790.40	c   switching time   :       0.00
1790.11/1790.40	c Solution           :
1790.11/1790.40	c   Solutions found  :          0 (0 improvements)
1790.11/1790.40	c   Primal Bound     :          -
1790.11/1790.40	c   Dual Bound       : +4.26450000000000e+03
1790.11/1790.40	c   Gap              :   infinite
1790.11/1790.40	c   Root Dual Bound  : +4.26450000000000e+03
1790.11/1790.40	c   Root Iterations  :     163778
1790.71/1791.04	c Time complete: 1790.75.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3744791-1338810569/watcher-3744791-1338810569 -o /tmp/evaluation-result-3744791-1338810569/solver-3744791-1338810569 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744791-1338810569.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 12867
/proc/meminfo: memFree=22352472/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 1253 0 0 0 0 0 0 0 20 0 1 0 347182401 8105984 1199 33554432000 4194304 8395647 140734320454256 140733979414824 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 1979 1200 370 1026 0 949 0

[startup+0.0468349 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 12867
/proc/meminfo: memFree=22352472/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=19412 CPUtime=0.03 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 4129 0 0 0 3 0 0 0 20 0 1 0 347182401 19877888 4074 33554432000 4194304 8395647 140734320454256 140733979414824 7274949 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 4853 4074 393 1026 0 3823 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19412

[startup+0.100311 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 12867
/proc/meminfo: memFree=22352472/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=24192 CPUtime=0.09 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 5306 0 0 0 9 0 0 0 20 0 1 0 347182401 24772608 5251 33554432000 4194304 8395647 140734320454256 140733979414824 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 6048 5261 393 1026 0 5018 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24192

[startup+0.300269 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 12867
/proc/meminfo: memFree=22352472/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=37464 CPUtime=0.29 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 8607 0 0 0 28 1 0 0 20 0 1 0 347182401 38363136 8552 33554432000 4194304 8395647 140734320454256 140733979414824 7324744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 9366 8552 393 1026 0 8336 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37464

[startup+0.70026 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 12867
/proc/meminfo: memFree=22352472/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=65280 CPUtime=0.69 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 15578 0 0 0 67 2 0 0 20 0 1 0 347182401 66846720 15523 33554432000 4194304 8395647 140734320454256 140734320319464 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 16320 15523 393 1026 0 15290 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65280

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 12868
/proc/meminfo: memFree=22270996/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=121128 CPUtime=1.49 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 29471 0 0 0 145 4 0 0 20 0 1 0 347182401 124035072 29416 33554432000 4194304 8395647 140734320454256 140734320319464 4423932 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 30282 29416 393 1026 0 29252 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121128

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 12868
/proc/meminfo: memFree=22195604/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=227876 CPUtime=3.08 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 56072 0 0 0 300 8 0 0 20 0 1 0 347182401 233345024 56017 33554432000 4194304 8395647 140734320454256 140734320319464 4423932 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 56969 56017 393 1026 0 55939 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 227876

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 12868
/proc/meminfo: memFree=21646408/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=754200 CPUtime=6.29 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 185047 0 0 0 602 27 0 0 20 0 1 0 347182401 772300800 184638 33554432000 4194304 8395647 140734320454256 140734320450008 6063744 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 188550 184639 475 1026 0 187520 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 754200

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 12869
/proc/meminfo: memFree=21454764/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=938996 CPUtime=12.69 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 217141 0 0 0 1237 32 0 0 20 0 1 0 347182401 961531904 228757 33554432000 4194304 8395647 140734320454256 140734320449720 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 234749 228757 569 1026 0 233719 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 938996

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 12907
/proc/meminfo: memFree=25220180/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=977128 CPUtime=25.49 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 219985 0 0 0 2515 34 0 0 20 0 1 0 347182401 1000579072 237464 33554432000 4194304 8395647 140734320454256 140734320449720 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 244282 237464 574 1026 0 243252 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 977128

[startup+51.1003 s]
/proc/loadavg: 2.12 2.03 2.00 3/178 12910
/proc/meminfo: memFree=23613320/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=997128 CPUtime=51.08 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 221876 0 0 0 5072 36 0 0 20 0 1 0 347182401 1021059072 244478 33554432000 4194304 8395647 140734320454256 140734320449384 6636363 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 249282 244478 576 1026 0 248252 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 997128

[startup+102.307 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 12911
/proc/meminfo: memFree=23545480/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1012612 CPUtime=102.28 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 222031 0 0 0 10188 40 0 0 20 0 1 0 347182401 1036914688 244648 33554432000 4194304 8395647 140734320454256 140734320449816 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 253153 244648 576 1026 0 252123 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1012612

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 12911
/proc/meminfo: memFree=23544884/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1012612 CPUtime=162.26 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 222256 0 0 0 16183 43 0 0 20 0 1 0 347182401 1036914688 245379 33554432000 4194304 8395647 140734320454256 140734320448776 6697359 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 253153 245379 581 1026 0 252123 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1012612

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 12911
/proc/meminfo: memFree=23520092/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1012612 CPUtime=222.26 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 222302 0 0 0 22180 46 0 0 20 0 1 0 347182401 1036914688 245423 33554432000 4194304 8395647 140734320454256 140734320448776 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 253153 245423 581 1026 0 252123 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1012612

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 12911
/proc/meminfo: memFree=23511192/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1012612 CPUtime=282.24 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 222426 0 0 0 28176 48 0 0 20 0 1 0 347182401 1036914688 247006 33554432000 4194304 8395647 140734320454256 140734320448776 6708231 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 253153 247006 581 1026 0 252123 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1012612

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 12911
/proc/meminfo: memFree=23505636/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1012612 CPUtime=342.24 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 222438 0 0 0 34174 50 0 0 20 0 1 0 347182401 1036914688 247091 33554432000 4194304 8395647 140734320454256 140734320448824 6708477 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 253153 247091 581 1026 0 252123 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1012612

[startup+402.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 12912
/proc/meminfo: memFree=23506084/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1012612 CPUtime=402.23 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 222448 0 0 0 40171 52 0 0 20 0 1 0 347182401 1036914688 247406 33554432000 4194304 8395647 140734320454256 140734320448776 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 253153 247406 581 1026 0 252123 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1012612

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 12912
/proc/meminfo: memFree=23505692/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1012612 CPUtime=462.22 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 222450 0 0 0 46168 54 0 0 20 0 1 0 347182401 1036914688 247407 33554432000 4194304 8395647 140734320454256 140734320448904 6708014 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 253153 247407 581 1026 0 252123 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1012612

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12912
/proc/meminfo: memFree=23502312/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1012612 CPUtime=522.21 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 222451 0 0 0 52165 56 0 0 20 0 1 0 347182401 1036914688 247685 33554432000 4194304 8395647 140734320454256 140734320448824 6707999 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 253153 247685 581 1026 0 252123 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1012612

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12912
/proc/meminfo: memFree=23502464/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1012612 CPUtime=582.19 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 222451 0 0 0 58162 57 0 0 20 0 1 0 347182401 1036914688 247685 33554432000 4194304 8395647 140734320454256 140734320448824 7382116 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 253153 247685 581 1026 0 252123 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 1012612

[startup+642.3 s]

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

/proc/meminfo: memFree=23464424/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1045660 CPUtime=1062.12 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 226211 0 0 0 106137 75 0 0 20 0 1 0 347182401 1070755840 257241 33554432000 4194304 8395647 140734320454256 140734320449384 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 261415 257241 610 1026 0 260385 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1045660

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12940
/proc/meminfo: memFree=23459924/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1122.11 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 226798 0 0 0 112133 78 0 0 20 0 1 0 347182401 1074036736 258339 33554432000 4194304 8395647 140734320454256 140734320449384 6723089 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 258339 611 1026 0 261186 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1048864

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12940
/proc/meminfo: memFree=23459704/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1182.11 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 226877 0 0 0 118130 81 0 0 20 0 1 0 347182401 1074036736 258418 33554432000 4194304 8395647 140734320454256 140734320449384 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 258418 611 1026 0 261186 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1048864

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12943
/proc/meminfo: memFree=23459352/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1242.09 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 226910 0 0 0 124125 84 0 0 20 0 1 0 347182401 1074036736 258451 33554432000 4194304 8395647 140734320454256 140734320449384 6698043 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 258451 611 1026 0 261186 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1048864

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12944
/proc/meminfo: memFree=23449652/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1302.09 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 226917 0 0 0 130122 87 0 0 20 0 1 0 347182401 1074036736 258969 33554432000 4194304 8395647 140734320454256 140734320449384 6697342 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 258969 612 1026 0 261186 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1048864

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12944
/proc/meminfo: memFree=23449680/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1362.08 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 226917 0 0 0 136117 91 0 0 20 0 1 0 347182401 1074036736 258969 33554432000 4194304 8395647 140734320454256 140734320449816 6669642 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 258969 612 1026 0 261186 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1048864

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12944
/proc/meminfo: memFree=23449584/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1422.08 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 226917 0 0 0 142113 95 0 0 20 0 1 0 347182401 1074036736 258969 33554432000 4194304 8395647 140734320454256 140734320449384 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 258969 612 1026 0 261186 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1048864

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12944
/proc/meminfo: memFree=23448620/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1482.05 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 226917 0 0 0 148108 97 0 0 20 0 1 0 347182401 1074036736 258969 33554432000 4194304 8395647 140734320454256 140734320449384 6698059 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 258969 612 1026 0 261186 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1048864

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12944
/proc/meminfo: memFree=23445984/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1542.05 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 226917 0 0 0 154105 100 0 0 20 0 1 0 347182401 1074036736 258969 33554432000 4194304 8395647 140734320454256 140734320449720 6697060 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 258969 612 1026 0 261186 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1048864

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 12945
/proc/meminfo: memFree=23440552/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1602.04 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 226917 0 0 0 160102 102 0 0 20 0 1 0 347182401 1074036736 258969 33554432000 4194304 8395647 140734320454256 140734320449768 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 258969 612 1026 0 261186 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1048864

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12945
/proc/meminfo: memFree=23440396/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1662.03 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 226960 0 0 0 166098 105 0 0 20 0 1 0 347182401 1074036736 259012 33554432000 4194304 8395647 140734320454256 140734320449384 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 259012 612 1026 0 261186 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1048864

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12945
/proc/meminfo: memFree=23440424/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1722.02 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 226960 0 0 0 172094 108 0 0 20 0 1 0 347182401 1074036736 259012 33554432000 4194304 8395647 140734320454256 140734320449384 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 259012 612 1026 0 261186 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1048864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12946
/proc/meminfo: memFree=23439824/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1782.01 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 227027 0 0 0 178089 112 0 0 20 0 1 0 347182401 1074036736 259079 33554432000 4194304 8395647 140734320454256 140734320449384 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 259079 612 1026 0 261186 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1048864

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12946
/proc/meminfo: memFree=23440080/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1785.21 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 227027 0 0 0 178409 112 0 0 20 0 1 0 347182401 1074036736 259079 33554432000 4194304 8395647 140734320454256 140734320449384 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 259079 612 1026 0 261186 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 1048864

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12946
/proc/meminfo: memFree=23439832/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1788.41 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 227027 0 0 0 178729 112 0 0 20 0 1 0 347182401 1074036736 259079 33554432000 4194304 8395647 140734320454256 140734320449384 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 259079 612 1026 0 261186 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 1048864

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12946
/proc/meminfo: memFree=23439832/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1790.01 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 227027 0 0 0 178889 112 0 0 20 0 1 0 347182401 1074036736 259079 33554432000 4194304 8395647 140734320454256 140734320449384 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 259079 612 1026 0 261186 0
Current children cumulated CPU time (s) 1790.01
Current children cumulated vsize (KiB) 1048864

[startup+1790.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12946
/proc/meminfo: memFree=23439832/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=1048864 CPUtime=1790.41 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 227036 0 0 0 178929 112 0 0 20 0 1 0 347182401 1074036736 259088 33554432000 4194304 8395647 140734320454256 140734320450088 4423784 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 262216 259088 621 1026 0 261186 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (KiB) 1048864

[startup+1790.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12946
/proc/meminfo: memFree=23439832/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=926996 CPUtime=1790.61 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 227036 0 0 0 178948 113 0 0 20 0 1 0 347182401 949243904 229746 33554432000 4194304 8395647 140734320454256 140734320450088 6345208 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 231749 229746 621 1026 0 230719 0
Current children cumulated CPU time (s) 1790.61
Current children cumulated vsize (KiB) 926996

[startup+1791 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12946
/proc/meminfo: memFree=23439832/32873844 swapFree=7384/7384
[pid=12867] ppid=12865 vsize=804756 CPUtime=1790.71 cores=0,2,4,6
/proc/12867/stat : 12867 (pbscip.linux.x8) R 12865 12867 12769 0 -1 4202496 227036 0 0 0 178957 114 0 0 20 0 1 0 347182401 824070144 199186 33554432000 4194304 8395647 140734320454256 140734320450088 4423586 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12867/statm: 201189 199186 621 1026 0 200159 0
Current children cumulated CPU time (s) 1790.71
Current children cumulated vsize (KiB) 804756

Child status: 0
Real time (s): 1791.04
CPU time (s): 1790.76
CPU user time (s): 1789.61
CPU system time (s): 1.15782
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 1048864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.61
system time used= 1.15782
maximum resident set size= 1036352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227042
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= 11
involuntary context switches= 1994

runsolver used 3.22351 second user time and 7.9028 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 13:49:29
IDJOB=3744791
IDBENCH=92848
IDSOLVER=2326
FILE ID=node136/3744791-1338810569
RUNJOBID= node136-1338808777-12785
PBS_JOBID= 14636879
Free space on /tmp= 69676 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped3.F.recomb10-0.10-9.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-3744791-1338810569/watcher-3744791-1338810569 -o /tmp/evaluation-result-3744791-1338810569/solver-3744791-1338810569 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744791-1338810569.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4729c8a3829810469c3b8c83b3528a30
RANDOM SEED=2135047464

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        22352744 kB
Buffers:         1282324 kB
Cached:          3856280 kB
SwapCached:        20316 kB
Active:          7378268 kB
Inactive:        2225212 kB
Active(anon):    4437448 kB
Inactive(anon):    22308 kB
Active(file):    2940820 kB
Inactive(file):  2202904 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:             29252 kB
Writeback:            16 kB
AnonPages:       4480004 kB
Mapped:            11908 kB
Shmem:                 0 kB
Slab:             764812 kB
SReclaimable:     206008 kB
SUnreclaim:       558804 kB
KernelStack:        1448 kB
PageTables:        13060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4798052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2154496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69728 MiB
End job on node136 at 2012-06-04 14:19:21