Trace number 3744785

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.48 1790.76

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped3.F.recomb10-0.01-1.opb
MD5SUMda298f1ea1e9e14029000b4d4a853383
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11978
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables67977
Total number of constraints486229
Number of constraints which are clauses486229
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-3744785-1338810529.opb>
2.99/3.06	c original problem has 67977 variables (67977 bin, 0 int, 0 impl, 0 cont) and 486229 constraints
2.99/3.06	c problem read
2.99/3.06	c presolving settings loaded
3.79/3.89	c presolving:
7.59/7.67	c (round 1) 37575 del vars, 286734 del conss, 33342 chg bounds, 7 chg sides, 9 chg coeffs, 0 upgd conss, 4347645 impls, 0 clqs
8.49/8.50	c (round 2) 43669 del vars, 318848 del conss, 33448 chg bounds, 7 chg sides, 9 chg coeffs, 0 upgd conss, 4365169 impls, 0 clqs
8.79/8.83	c (round 3) 45781 del vars, 334018 del conss, 33448 chg bounds, 10 chg sides, 16 chg coeffs, 0 upgd conss, 4369479 impls, 0 clqs
8.99/9.00	c (round 4) 46388 del vars, 337152 del conss, 33448 chg bounds, 10 chg sides, 16 chg coeffs, 0 upgd conss, 4369479 impls, 0 clqs
9.79/9.82	c (round 5) 46388 del vars, 337152 del conss, 33448 chg bounds, 10 chg sides, 16 chg coeffs, 148515 upgd conss, 4369479 impls, 0 clqs
10.08/10.15	c (round 6) 46388 del vars, 337152 del conss, 33448 chg bounds, 10 chg sides, 16 chg coeffs, 149077 upgd conss, 4369479 impls, 0 clqs
11.88/11.99	c    (8.9s) probing: 101/21589 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
11.88/11.99	c    (8.9s) probing aborted: 100/100 successive totally useless probings
11.88/12.00	c presolving (7 rounds):
11.88/12.00	c  46388 deleted vars, 337152 deleted constraints, 33448 tightened bounds, 0 added holes, 10 changed sides, 16 changed coefficients
11.88/12.00	c  4369479 implications, 0 cliques
11.88/12.00	c presolved problem has 21589 variables (21589 bin, 0 int, 0 impl, 0 cont) and 149077 constraints
11.88/12.00	c   97011 constraints of type <setppc>
11.88/12.00	c   52066 constraints of type <logicor>
11.88/12.00	c transformed objective value is always integral (scale: 1)
11.88/12.00	c Presolving Time: 8.28
11.88/12.00	c - non default parameters ----------------------------------------------------------------------
11.88/12.00	c # SCIP version 1.2.1.3
11.88/12.00	c 
11.88/12.00	c # frequency for displaying node information lines
11.88/12.00	c # [type: int, range: [-1,2147483647], default: 100]
11.88/12.00	c display/freq = 10000
11.88/12.00	c 
11.88/12.00	c # maximal time in seconds to run
11.88/12.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.88/12.00	c limits/time = 1786.95
11.88/12.00	c 
11.88/12.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.88/12.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.88/12.00	c limits/memory = 13950
11.88/12.00	c 
11.88/12.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
11.88/12.00	c # [type: int, range: [1,2], default: 1]
11.88/12.00	c timing/clocktype = 2
11.88/12.00	c 
11.88/12.00	c # should presolving try to simplify inequalities
11.88/12.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.88/12.00	c constraints/linear/simplifyinequalities = TRUE
11.88/12.00	c 
11.88/12.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
11.88/12.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.88/12.00	c constraints/indicator/addCouplingCons = TRUE
11.88/12.00	c 
11.88/12.00	c # should presolving try to simplify knapsacks
11.88/12.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.88/12.00	c constraints/knapsack/simplifyinequalities = TRUE
11.88/12.00	c 
11.88/12.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
11.88/12.00	c # [type: int, range: [-1,2147483647], default: -1]
11.88/12.00	c separating/rapidlearning/freq = 0
11.88/12.00	c 
11.88/12.00	c -----------------------------------------------------------------------------------------------
11.88/12.00	c start solving
11.99/12.01	c 
73.28/73.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.28/73.34	c  70.3s|     1 |     0 | 20746 |     - | 494M|   0 |  11k|  21k| 149k|  21k| 149k|   0 |   0 |   0 | 3.417000e+03 |      --      |    Inf 
1542.55/1542.86	c  1540s|     1 |     0 |114850 |     - | 497M|   0 |7224 |  21k| 149k|  21k| 149k|  22 |   0 |   0 | 3.417500e+03 |      --      |    Inf 
1741.72/1742.08	c  1739s|     1 |     0 |135640 |     - | 497M|   0 |6357 |  21k| 149k|  21k| 149k|  40 |   0 |   0 | 3.532667e+03 |      --      |    Inf 
1789.71/1790.04	c  1787s|     1 |     0 |138701 |     - | 497M|   0 |   - |  21k| 149k|  21k| 149k|  57 |   0 |   0 | 3.532667e+03 |      --      |    Inf 
1789.71/1790.08	c  1787s|     1 |     2 |138701 |     - | 497M|   0 |   - |  21k| 149k|  21k| 149k|  57 |   0 |   0 | 3.532667e+03 |      --      |    Inf 
1789.71/1790.08	c 
1789.71/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.08	c Solving Time (sec) : 1787.02
1789.71/1790.08	c Solving Nodes      : 1
1789.71/1790.08	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.71/1790.08	c Dual Bound         : +3.53266666666666e+03
1789.71/1790.08	c Gap                : infinite
1789.71/1790.08	s UNKNOWN
1789.71/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.08	c Solving Time       :    1787.02
1789.71/1790.08	c Original Problem   :
1789.71/1790.08	c   Problem name     : HOME/instance-3744785-1338810529.opb
1789.71/1790.08	c   Variables        : 67977 (67977 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.08	c   Constraints      : 486229 initial, 486229 maximal
1789.71/1790.08	c Presolved Problem  :
1789.71/1790.08	c   Problem name     : t_HOME/instance-3744785-1338810529.opb
1789.71/1790.08	c   Variables        : 21589 (21589 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.08	c   Constraints      : 149077 initial, 149077 maximal
1789.71/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.71/1790.08	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.71/1790.08	c   dualfix          :       0.30      10102          0          0          0          0          0          0          0
1789.71/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.08	c   implics          :       0.76          0        685          0          0          0          0          0          0
1789.71/1790.08	c   probing          :       1.66          0          0          0          0          0          0          0          0
1789.71/1790.08	c   setppc           :       0.35          0          0          0          0          0          0          0          0
1789.71/1790.08	c   linear           :       4.33      33448       2153          0      33448          0     337152         10         16
1789.71/1790.08	c   logicor          :       0.21          0          0          0          0          0          0          0          0
1789.71/1790.08	c   root node        :          -          0          -          -          0          -          -          -          -
1789.71/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.08	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.71/1790.08	c   setppc           :      97011          3        201          0          1          0          0          0          0          0
1789.71/1790.08	c   logicor          :      52066          3        201          0          1          0          0          0          0          0
1789.71/1790.08	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.71/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.71/1790.08	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.08	c   setppc           :       1.22       0.03       1.16       0.00       0.03
1789.71/1790.08	c   logicor          :       0.09       0.01       0.07       0.00       0.01
1789.71/1790.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.71/1790.08	c   vbounds          :       0.00          2          0          0
1789.71/1790.08	c   rootredcost      :       0.00          0          0          0
1789.71/1790.08	c   pseudoobj        :       0.00          4          0          0
1789.71/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.71/1790.08	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.08	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.08	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.71/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.71/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.71/1790.08	c   cut pool         :       0.00          2          -          -         11          -    (maximal pool size: 231)
1789.71/1790.08	c   redcost          :       0.00          3          0          0          0          0
1789.71/1790.08	c   impliedbounds    :       0.11          3          0          0          0          0
1789.71/1790.08	c   intobj           :       0.00          0          0          0          0          0
1789.71/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1789.71/1790.08	c   gomory           :       3.61          3          0          0       1500          0
1789.71/1790.08	c   strongcg         :       3.55          3          0          0       1500          0
1789.71/1790.08	c   cmir             :      10.97          3          0          0          0          0
1789.71/1790.08	c   flowcover        :      28.26          3          0          0          0          0
1789.71/1790.08	c   clique           :       6.13          3          0          0         21          0
1789.71/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1789.71/1790.08	c   mcf              :       0.14          1          0          0          0          0
1789.71/1790.08	c   rapidlearning    :       0.00          0          0          0          0          0
1789.71/1790.08	c Pricers            :       Time      Calls       Vars
1789.71/1790.08	c   problem variables:       0.00          0          0
1789.71/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.08	c   relpscost        :       0.00          0          0          0          0          0          0
1789.71/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1789.71/1790.08	c   inference        :       0.01          1          0          0          0          0          2
1789.71/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1789.71/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1789.71/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.71/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.71/1790.08	c   random           :       0.00          0          0          0          0          0          0
1789.71/1790.08	c Primal Heuristics  :       Time      Calls      Found
1789.71/1790.08	c   LP solutions     :       0.00          -          0
1789.71/1790.08	c   pseudo solutions :       0.00          -          0
1789.71/1790.08	c   oneopt           :       0.00          0          0
1789.71/1790.08	c   trivial          :       0.08          2          0
1789.71/1790.08	c   simplerounding   :       0.00          0          0
1789.71/1790.08	c   zirounding       :       0.00          0          0
1789.71/1790.08	c   rounding         :       0.03          3          0
1789.71/1790.08	c   shifting         :       1.45          3          0
1789.71/1790.08	c   intshifting      :       0.00          0          0
1789.71/1790.08	c   twoopt           :       0.00          0          0
1789.71/1790.08	c   fixandinfer      :       0.00          0          0
1789.71/1790.08	c   feaspump         :    1152.34          1          0
1789.71/1790.08	c   coefdiving       :       0.00          0          0
1789.71/1790.08	c   pscostdiving     :       0.00          0          0
1789.71/1790.08	c   fracdiving       :       0.00          0          0
1789.71/1790.08	c   veclendiving     :       0.00          0          0
1789.71/1790.08	c   intdiving        :       0.00          0          0
1789.71/1790.08	c   actconsdiving    :       0.00          0          0
1789.71/1790.08	c   objpscostdiving  :       0.00          0          0
1789.71/1790.08	c   rootsoldiving    :       0.00          0          0
1789.71/1790.08	c   linesearchdiving :       0.00          0          0
1789.71/1790.08	c   guideddiving     :       0.00          0          0
1789.71/1790.08	c   octane           :       0.00          0          0
1789.71/1790.08	c   rens             :       0.00          0          0
1789.71/1790.08	c   rins             :       0.00          0          0
1789.71/1790.08	c   localbranching   :       0.00          0          0
1789.71/1790.08	c   mutation         :       0.00          0          0
1789.71/1790.08	c   crossover        :       0.00          0          0
1789.71/1790.08	c   dins             :       0.00          0          0
1789.71/1790.08	c   undercover       :       0.00          0          0
1789.71/1790.08	c   nlp              :       0.00          0          0
1789.71/1790.08	c   trysol           :       0.00          0          0
1789.71/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.71/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1789.71/1790.08	c   dual LP          :     570.96          4      77936   19484.00     136.50
1789.71/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1789.71/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1789.71/1790.08	c   diving/probing LP:    1151.85         19      60765    3198.16      52.75
1789.71/1790.08	c   strong branching :       0.00          0          0       0.00          -
1789.71/1790.08	c     (at root node) :          -          0          0       0.00          -
1789.71/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1789.71/1790.08	c B&B Tree           :
1789.71/1790.08	c   number of runs   :          1
1789.71/1790.08	c   nodes            :          1
1789.71/1790.08	c   nodes (total)    :          1
1789.71/1790.08	c   nodes left       :          2
1789.71/1790.08	c   max depth        :          0
1789.71/1790.08	c   max depth (total):          0
1789.71/1790.08	c   backtracks       :          0 (0.0%)
1789.71/1790.08	c   delayed cutoffs  :          0
1789.71/1790.08	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.71/1790.08	c   avg switch length:       1.00
1789.71/1790.08	c   switching time   :       0.00
1789.71/1790.08	c Solution           :
1789.71/1790.08	c   Solutions found  :          0 (0 improvements)
1789.71/1790.08	c   Primal Bound     :          -
1789.71/1790.08	c   Dual Bound       : +3.53266666666666e+03
1789.71/1790.08	c   Gap              :   infinite
1789.71/1790.08	c   Root Dual Bound  : +3.53266666666666e+03
1789.71/1790.08	c   Root Iterations  :     138701
1790.42/1790.76	c Time complete: 1790.47.

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-3744785-1338810529/watcher-3744785-1338810529 -o /tmp/evaluation-result-3744785-1338810529/solver-3744785-1338810529 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744785-1338810529.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.01 2.01 2.00 3/176 15253
/proc/meminfo: memFree=22687516/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=6096 CPUtime=0 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 847 0 0 0 0 0 0 0 20 0 1 0 347181494 6242304 796 33554432000 4194304 8395647 140736547390016 140735156532968 7355228 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 1524 797 351 1026 0 494 0

[startup+0.0439719 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 15253
/proc/meminfo: memFree=22687516/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=17900 CPUtime=0.03 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 3735 0 0 0 3 0 0 0 20 0 1 0 347181494 18329600 3681 33554432000 4194304 8395647 140736547390016 140735156532968 7382036 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 4475 3681 393 1026 0 3445 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17900

[startup+0.100363 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 15253
/proc/meminfo: memFree=22687516/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=23980 CPUtime=0.09 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 5280 0 0 0 9 0 0 0 20 0 1 0 347181494 24555520 5226 33554432000 4194304 8395647 140736547390016 140735156532968 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 5995 5226 393 1026 0 4965 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23980

[startup+0.300305 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 15253
/proc/meminfo: memFree=22687516/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=39552 CPUtime=0.29 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 9144 0 0 0 28 1 0 0 20 0 1 0 347181494 40501248 9090 33554432000 4194304 8395647 140736547390016 140735156532968 7301408 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 9888 9090 393 1026 0 8858 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39552

[startup+0.700302 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 15253
/proc/meminfo: memFree=22687516/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=66180 CPUtime=0.69 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 15826 0 0 0 67 2 0 0 20 0 1 0 347181494 67768320 15772 33554432000 4194304 8395647 140736547390016 140735156532968 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 16545 15772 393 1026 0 15515 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66180

[startup+1.50031 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15254
/proc/meminfo: memFree=22604064/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=122052 CPUtime=1.48 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 29703 0 0 0 145 3 0 0 20 0 1 0 347181494 124981248 29649 33554432000 4194304 8395647 140736547390016 140736547255224 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 30513 29649 393 1026 0 29483 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 122052

[startup+3.10032 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15254
/proc/meminfo: memFree=22528920/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=258104 CPUtime=3.08 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 63782 0 0 0 299 9 0 0 20 0 1 0 347181494 264298496 63374 33554432000 4194304 8395647 140736547390016 140736547255224 6013155 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 64526 63375 409 1026 0 63496 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 258104

[startup+6.30032 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15254
/proc/meminfo: memFree=22072708/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=652596 CPUtime=6.28 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 159625 0 0 0 604 24 0 0 20 0 1 0 347181494 668258304 159217 33554432000 4194304 8395647 140736547390016 140736547385768 4425551 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 163149 159217 475 1026 0 162119 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 652596

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 15254
/proc/meminfo: memFree=21962736/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=778988 CPUtime=12.69 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 186073 0 0 0 1240 29 0 0 20 0 1 0 347181494 797683712 188879 33554432000 4194304 8395647 140736547390016 140736547385816 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 194747 188879 569 1026 0 193717 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 778988

[startup+25.5004 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 15254
/proc/meminfo: memFree=21876820/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=832656 CPUtime=25.49 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 193228 0 0 0 2517 32 0 0 20 0 1 0 347181494 852639744 202959 33554432000 4194304 8395647 140736547390016 140736547385480 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 208164 202959 574 1026 0 207134 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 832656

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15254
/proc/meminfo: memFree=21792084/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=872064 CPUtime=51.08 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 197356 0 0 0 5072 36 0 0 20 0 1 0 347181494 892993536 212896 33554432000 4194304 8395647 140736547390016 140736547385144 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218016 212896 576 1026 0 216986 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 872064

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15257
/proc/meminfo: memFree=21782936/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=102.28 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 198780 0 0 0 10188 40 0 0 20 0 1 0 347181494 895590400 213739 33554432000 4194304 8395647 140736547390016 140736547384840 6664892 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 213739 581 1026 0 217620 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 874600

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15258
/proc/meminfo: memFree=21795628/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=162.27 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 198797 0 0 0 16184 43 0 0 20 0 1 0 347181494 895590400 213756 33554432000 4194304 8395647 140736547390016 140736547384536 6697246 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 213756 581 1026 0 217620 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 874600

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15258
/proc/meminfo: memFree=21794848/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=222.25 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 198869 0 0 0 22181 44 0 0 20 0 1 0 347181494 895590400 213828 33554432000 4194304 8395647 140736547390016 140736547384584 6708022 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 213828 581 1026 0 217620 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 874600

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15258
/proc/meminfo: memFree=21792084/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=282.24 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 199071 0 0 0 28178 46 0 0 20 0 1 0 347181494 895590400 214030 33554432000 4194304 8395647 140736547390016 140736547384536 6708362 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 214030 581 1026 0 217620 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 874600

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15258
/proc/meminfo: memFree=21792484/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=342.23 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 199071 0 0 0 34175 48 0 0 20 0 1 0 347181494 895590400 214030 33554432000 4194304 8395647 140736547390016 140736547384536 6697359 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 214030 581 1026 0 217620 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 874600

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15258
/proc/meminfo: memFree=21791952/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=402.23 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 199071 0 0 0 40172 51 0 0 20 0 1 0 347181494 895590400 214030 33554432000 4194304 8395647 140736547390016 140736547384536 6708226 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 214030 581 1026 0 217620 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 874600

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15259
/proc/meminfo: memFree=21791112/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=462.22 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 199071 0 0 0 46169 53 0 0 20 0 1 0 347181494 895590400 214030 33554432000 4194304 8395647 140736547390016 140736547384536 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 214030 581 1026 0 217620 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 874600

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15259
/proc/meminfo: memFree=21790892/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=522.21 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 199071 0 0 0 52166 55 0 0 20 0 1 0 347181494 895590400 214030 33554432000 4194304 8395647 140736547390016 140736547384536 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 214030 581 1026 0 217620 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 874600

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15259
/proc/meminfo: memFree=21789928/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=582.2 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 199071 0 0 0 58163 57 0 0 20 0 1 0 347181494 895590400 214030 33554432000 4194304 8395647 140736547390016 140736547384536 6708215 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 214030 581 1026 0 217620 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 874600

[startup+642.3 s]

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

/proc/meminfo: memFree=21779704/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=1002.14 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 199071 0 0 0 100141 73 0 0 20 0 1 0 347181494 895590400 214030 33554432000 4194304 8395647 140736547390016 140736547384536 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 214030 581 1026 0 217620 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 874600

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 15286
/proc/meminfo: memFree=21779864/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=1062.12 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 199071 0 0 0 106136 76 0 0 20 0 1 0 347181494 895590400 214030 33554432000 4194304 8395647 140736547390016 140736547384536 6708433 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 214030 581 1026 0 217620 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 874600

[startup+1122.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 15287
/proc/meminfo: memFree=21778768/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=1122.12 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 199071 0 0 0 112133 79 0 0 20 0 1 0 347181494 895590400 214030 33554432000 4194304 8395647 140736547390016 140736547384536 6708178 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 214030 581 1026 0 217620 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 874600

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 15287
/proc/meminfo: memFree=21778652/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=874600 CPUtime=1182.11 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 199071 0 0 0 118129 82 0 0 20 0 1 0 347181494 895590400 214030 33554432000 4194304 8395647 140736547390016 140736547384536 6708282 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 218650 214030 581 1026 0 217620 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 874600

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15287
/proc/meminfo: memFree=21817952/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=848632 CPUtime=1242.1 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 200661 0 0 0 124125 85 0 0 20 0 1 0 347181494 868999168 203168 33554432000 4194304 8395647 140736547390016 140736547385304 5797256 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 212158 203168 602 1026 0 211128 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 848632

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15290
/proc/meminfo: memFree=21781216/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=879808 CPUtime=1302.09 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 203955 0 0 0 130120 89 0 0 20 0 1 0 347181494 900923392 212315 33554432000 4194304 8395647 140736547390016 140736547385144 6698034 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 219952 212315 611 1026 0 218922 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 879808

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15290
/proc/meminfo: memFree=21779252/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=879808 CPUtime=1362.08 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 204061 0 0 0 136115 93 0 0 20 0 1 0 347181494 900923392 212421 33554432000 4194304 8395647 140736547390016 140736547385144 6697959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 219952 212421 611 1026 0 218922 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 879808

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15291
/proc/meminfo: memFree=21777372/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=879808 CPUtime=1422.08 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 204098 0 0 0 142110 98 0 0 20 0 1 0 347181494 900923392 212458 33554432000 4194304 8395647 140736547390016 140736547385144 6697342 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 219952 212458 611 1026 0 218922 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 879808

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 15291
/proc/meminfo: memFree=21775300/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=879808 CPUtime=1482.06 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 204115 0 0 0 148105 101 0 0 20 0 1 0 347181494 900923392 212475 33554432000 4194304 8395647 140736547390016 140736547385144 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 219952 212475 611 1026 0 218922 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 879808

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 15291
/proc/meminfo: memFree=21775956/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=879808 CPUtime=1542.05 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 204126 0 0 0 154100 105 0 0 20 0 1 0 347181494 900923392 212486 33554432000 4194304 8395647 140736547390016 140736547385144 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 219952 212486 611 1026 0 218922 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 879808

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 15292
/proc/meminfo: memFree=21773744/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=879808 CPUtime=1602.04 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 204569 0 0 0 160096 108 0 0 20 0 1 0 347181494 900923392 212929 33554432000 4194304 8395647 140736547390016 140736547385144 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 219952 212929 612 1026 0 218922 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 879808

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 15292
/proc/meminfo: memFree=21773152/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=879808 CPUtime=1662.03 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 204573 0 0 0 166091 112 0 0 20 0 1 0 347181494 900923392 212933 33554432000 4194304 8395647 140736547390016 140736547385144 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 219952 212933 612 1026 0 218922 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 879808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15331
/proc/meminfo: memFree=24094872/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=879808 CPUtime=1722.02 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 204574 0 0 0 172086 116 0 0 20 0 1 0 347181494 900923392 212953 33554432000 4194304 8395647 140736547390016 140736547385144 6746197 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 219952 212953 612 1026 0 218922 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 879808

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15331
/proc/meminfo: memFree=24075360/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=883568 CPUtime=1782.01 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 205373 0 0 0 178082 119 0 0 20 0 1 0 347181494 904773632 214656 33554432000 4194304 8395647 140736547390016 140736547385144 6697955 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 220892 214656 612 1026 0 219862 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 883568

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 15331
/proc/meminfo: memFree=24075608/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=883568 CPUtime=1785.21 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 205373 0 0 0 178402 119 0 0 20 0 1 0 347181494 904773632 214656 33554432000 4194304 8395647 140736547390016 140736547385144 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 220892 214656 612 1026 0 219862 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 883568

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15331
/proc/meminfo: memFree=24075468/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=883568 CPUtime=1788.41 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 205373 0 0 0 178722 119 0 0 20 0 1 0 347181494 904773632 214656 33554432000 4194304 8395647 140736547390016 140736547385144 6697955 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 220892 214656 612 1026 0 219862 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 883568

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15331
/proc/meminfo: memFree=24075468/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=883568 CPUtime=1789.21 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 205373 0 0 0 178802 119 0 0 20 0 1 0 347181494 904773632 214656 33554432000 4194304 8395647 140736547390016 140736547385576 6723578 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 220892 214656 612 1026 0 219862 0
Current children cumulated CPU time (s) 1789.21
Current children cumulated vsize (KiB) 883568

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15331
/proc/meminfo: memFree=24075468/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=883568 CPUtime=1790.01 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 205382 0 0 0 178882 119 0 0 20 0 1 0 347181494 904773632 214665 33554432000 4194304 8395647 140736547390016 140736547385144 5226408 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 220892 214665 621 1026 0 219862 0
Current children cumulated CPU time (s) 1790.01
Current children cumulated vsize (KiB) 883568

[startup+1790.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15331
/proc/meminfo: memFree=24285308/32873844 swapFree=7628/7628
[pid=15253] ppid=15251 vsize=650468 CPUtime=1790.42 cores=1,3,5,7
/proc/15253/stat : 15253 (pbscip.linux.x8) R 15251 15253 13522 0 -1 4202496 205382 0 0 0 178921 121 0 0 20 0 1 0 347181494 666079232 159563 33554432000 4194304 8395647 140736547390016 140736547385144 6345901 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15253/statm: 162617 159563 621 1026 0 161587 0
Current children cumulated CPU time (s) 1790.42
Current children cumulated vsize (KiB) 650468

Child status: 0
Real time (s): 1790.76
CPU time (s): 1790.48
CPU user time (s): 1789.24
CPU system time (s): 1.24181
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 892852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.24
system time used= 1.24181
maximum resident set size= 865072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205388
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= 1869

runsolver used 2.92656 second user time and 8.49271 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-04 13:48:49
IDJOB=3744785
IDBENCH=92843
IDSOLVER=2326
FILE ID=node107/3744785-1338810529
RUNJOBID= node107-1338803276-14660
PBS_JOBID= 14636851
Free space on /tmp= 70504 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.01-1.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-3744785-1338810529/watcher-3744785-1338810529 -o /tmp/evaluation-result-3744785-1338810529/solver-3744785-1338810529 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744785-1338810529.opb -t 1800 -m 15500

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

MD5SUM BENCH= da298f1ea1e9e14029000b4d4a853383
RANDOM SEED=601351229

node107.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		: 2666.760
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	: 5333.52
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		: 2666.760
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		: 2666.760
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.92
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		: 2666.760
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.91
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		: 2666.760
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.91
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		: 2666.760
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.91
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		: 2666.760
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.86
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		: 2666.760
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:        22687796 kB
Buffers:         1025600 kB
Cached:          5085132 kB
SwapCached:           76 kB
Active:          6093748 kB
Inactive:        3191812 kB
Active(anon):    3164976 kB
Inactive(anon):    11060 kB
Active(file):    2928772 kB
Inactive(file):  3180752 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             25368 kB
Writeback:             0 kB
AnonPages:       3297580 kB
Mapped:            16716 kB
Shmem:               184 kB
Slab:             752312 kB
SReclaimable:     194252 kB
SUnreclaim:       558060 kB
KernelStack:        1448 kB
PageTables:        10268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3358356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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= 70556 MiB
End job on node107 at 2012-06-04 14:18:40