Trace number 3741417

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1794.6 1794.9

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-ns1853823.opb
MD5SUM2ebd045d7573caa1ce8026d29a77beeb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123
Best CPU time to get the best result obtained on this benchmark1800.87
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213440
Total number of constraints223870
Number of constraints which are clauses212784
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints10624
Minimum length of a constraint1
Maximum length of a constraint464
Number of terms in the objective function 920
Biggest coefficient in the objective function 6
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 3220
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3200
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3912
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-3741417-1338754392.opb>
2.68/2.72	c original problem has 213440 variables (213440 bin, 0 int, 0 impl, 0 cont) and 223870 constraints
2.68/2.72	c problem read
2.68/2.73	c presolving settings loaded
4.09/4.18	c presolving:
5.19/5.26	c (round 1) 264 del vars, 264 del conss, 264 chg bounds, 0 chg sides, 460 chg coeffs, 0 upgd conss, 243936 impls, 0 clqs
6.68/6.77	c (round 2) 264 del vars, 264 del conss, 264 chg bounds, 0 chg sides, 460 chg coeffs, 213442 upgd conss, 243936 impls, 0 clqs
201.04/201.13	c (round 3) 264 del vars, 122496 del conss, 264 chg bounds, 121968 chg sides, 244396 chg coeffs, 213442 upgd conss, 243936 impls, 0 clqs
205.65/205.73	c    (203.0s) probing: 101/213176 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
205.65/205.73	c    (203.0s) probing aborted: 100/100 successive totally useless probings
205.65/205.74	c presolving (4 rounds):
205.65/205.74	c  264 deleted vars, 122496 deleted constraints, 264 tightened bounds, 0 added holes, 121968 changed sides, 244396 changed coefficients
205.65/205.74	c  243936 implications, 0 cliques
205.65/205.74	c presolved problem has 213176 variables (213176 bin, 0 int, 0 impl, 0 cont) and 223342 constraints
205.65/205.74	c     658 constraints of type <knapsack>
205.65/205.74	c  121968 constraints of type <setppc>
205.65/205.74	c   10164 constraints of type <linear>
205.65/205.74	c   90552 constraints of type <logicor>
205.65/205.74	c transformed objective value is always integral (scale: 1)
205.65/205.74	c Presolving Time: 202.02
205.65/205.74	c - non default parameters ----------------------------------------------------------------------
205.65/205.74	c # SCIP version 1.2.1.3
205.65/205.74	c 
205.65/205.74	c # frequency for displaying node information lines
205.65/205.74	c # [type: int, range: [-1,2147483647], default: 100]
205.65/205.74	c display/freq = 10000
205.65/205.74	c 
205.65/205.74	c # maximal time in seconds to run
205.65/205.74	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
205.65/205.74	c limits/time = 1787.29
205.65/205.74	c 
205.65/205.74	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
205.65/205.74	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
205.65/205.74	c limits/memory = 13950
205.65/205.74	c 
205.65/205.74	c # default clock type (1: CPU user seconds, 2: wall clock time)
205.65/205.74	c # [type: int, range: [1,2], default: 1]
205.65/205.74	c timing/clocktype = 2
205.65/205.74	c 
205.65/205.74	c # should presolving try to simplify inequalities
205.65/205.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
205.65/205.74	c constraints/linear/simplifyinequalities = TRUE
205.65/205.74	c 
205.65/205.74	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
205.65/205.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
205.65/205.74	c constraints/indicator/addCouplingCons = TRUE
205.65/205.74	c 
205.65/205.74	c # should presolving try to simplify knapsacks
205.65/205.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
205.65/205.74	c constraints/knapsack/simplifyinequalities = TRUE
205.65/205.74	c 
205.65/205.74	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
205.65/205.74	c # [type: int, range: [-1,2147483647], default: -1]
205.65/205.74	c separating/rapidlearning/freq = 0
205.65/205.74	c 
205.65/205.74	c -----------------------------------------------------------------------------------------------
205.65/205.74	c start solving
205.65/205.80	c 
1792.89/1793.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1792.89/1793.21	c  1790s|     1 |     0 | 77965 |     - | 923M|   0 |   - | 213k| 223k| 213k| 223k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1792.99/1793.31	c  1791s|     1 |     2 | 77965 |     - | 923M|   0 |   - | 213k| 223k| 213k| 223k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1792.99/1793.31	c 
1792.99/1793.31	c SCIP Status        : solving was interrupted [time limit reached]
1792.99/1793.31	c Solving Time (sec) : 1790.59
1792.99/1793.31	c Solving Nodes      : 1
1792.99/1793.31	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1792.99/1793.31	c Dual Bound         : +0.00000000000000e+00
1792.99/1793.31	c Gap                : infinite
1792.99/1793.31	s UNKNOWN
1792.99/1793.31	c SCIP Status        : solving was interrupted [time limit reached]
1792.99/1793.31	c Solving Time       :    1790.59
1792.99/1793.31	c Original Problem   :
1792.99/1793.31	c   Problem name     : HOME/instance-3741417-1338754392.opb
1792.99/1793.31	c   Variables        : 213440 (213440 binary, 0 integer, 0 implicit integer, 0 continuous)
1792.99/1793.31	c   Constraints      : 223870 initial, 223870 maximal
1792.99/1793.31	c Presolved Problem  :
1792.99/1793.31	c   Problem name     : t_HOME/instance-3741417-1338754392.opb
1792.99/1793.31	c   Variables        : 213176 (213176 binary, 0 integer, 0 implicit integer, 0 continuous)
1792.99/1793.31	c   Constraints      : 223342 initial, 223342 maximal
1792.99/1793.31	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1792.99/1793.31	c   trivial          :       0.05          0          0          0          0          0          0          0          0
1792.99/1793.31	c   dualfix          :       0.05          0          0          0          0          0          0          0          0
1792.99/1793.31	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1792.99/1793.31	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1792.99/1793.31	c   implics          :       0.04          0          0          0          0          0          0          0          0
1792.99/1793.31	c   probing          :       4.30          0          0          0          0          0          0          0          0
1792.99/1793.31	c   knapsack         :     193.16          0          0          0          0          0        264     121968     243936
1792.99/1793.31	c   setppc           :       1.00          0          0          0          0          0     121968          0          0
1792.99/1793.31	c   linear           :       2.15        264          0          0        264          0        264          0        460
1792.99/1793.31	c   logicor          :       0.30          0          0          0          0          0          0          0          0
1792.99/1793.31	c   root node        :          -          0          -          -          0          -          -          -          -
1792.99/1793.31	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1792.99/1793.31	c   integral         :          0          0          0          0          0          0          0          0          0          0
1792.99/1793.31	c   knapsack         :        658          0        201          0          1          0          0          0          0          0
1792.99/1793.31	c   setppc           :     121968          0        201          0          1          0          0          0          0          0
1792.99/1793.31	c   linear           :      10164          0        201          0          1          0          0          0          0          0
1792.99/1793.31	c   logicor          :      90552          0          1          0          1          0          0          0          0          0
1792.99/1793.31	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1792.99/1793.31	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1792.99/1793.31	c   integral         :       0.00       0.00       0.00       0.00       0.00
1792.99/1793.31	c   knapsack         :       0.75       0.00       0.73       0.00       0.01
1792.99/1793.31	c   setppc           :       0.55       0.00       0.52       0.00       0.02
1792.99/1793.31	c   linear           :       1.07       0.00       1.07       0.00       0.00
1792.99/1793.31	c   logicor          :       0.06       0.00       0.04       0.00       0.02
1792.99/1793.31	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1792.99/1793.31	c Propagators        :       Time      Calls    Cutoffs    DomReds
1792.99/1793.31	c   vbounds          :       0.00          2          0          0
1792.99/1793.31	c   rootredcost      :       0.00          0          0          0
1792.99/1793.31	c   pseudoobj        :       0.00          1          0          0
1792.99/1793.31	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1792.99/1793.31	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1792.99/1793.31	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1792.99/1793.31	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1792.99/1793.31	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1792.99/1793.31	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1792.99/1793.31	c   applied globally :          -          -          -          0        0.0          -          -          -
1792.99/1793.31	c   applied locally  :          -          -          -          0        0.0          -          -          -
1792.99/1793.31	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1792.99/1793.31	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1792.99/1793.31	c   redcost          :       0.00          0          0          0          0          0
1792.99/1793.31	c   impliedbounds    :       0.00          0          0          0          0          0
1792.99/1793.31	c   intobj           :       0.00          0          0          0          0          0
1792.99/1793.31	c   cgmip            :       0.00          0          0          0          0          0
1792.99/1793.31	c   gomory           :       0.00          0          0          0          0          0
1792.99/1793.31	c   strongcg         :       0.00          0          0          0          0          0
1792.99/1793.31	c   cmir             :       0.00          0          0          0          0          0
1792.99/1793.31	c   flowcover        :       0.00          0          0          0          0          0
1792.99/1793.31	c   clique           :       0.00          0          0          0          0          0
1792.99/1793.31	c   zerohalf         :       0.00          0          0          0          0          0
1792.99/1793.31	c   mcf              :       0.00          0          0          0          0          0
1792.99/1793.31	c   rapidlearning    :       0.00          0          0          0          0          0
1792.99/1793.31	c Pricers            :       Time      Calls       Vars
1792.99/1793.31	c   problem variables:       0.00          0          0
1792.99/1793.31	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1792.99/1793.31	c   relpscost        :       0.00          0          0          0          0          0          0
1792.99/1793.31	c   pscost           :       0.00          0          0          0          0          0          0
1792.99/1793.31	c   inference        :       0.04          1          0          0          0          0          2
1792.99/1793.31	c   mostinf          :       0.00          0          0          0          0          0          0
1792.99/1793.31	c   leastinf         :       0.00          0          0          0          0          0          0
1792.99/1793.31	c   fullstrong       :       0.00          0          0          0          0          0          0
1792.99/1793.31	c   allfullstrong    :       0.00          0          0          0          0          0          0
1792.99/1793.31	c   random           :       0.00          0          0          0          0          0          0
1792.99/1793.31	c Primal Heuristics  :       Time      Calls      Found
1792.99/1793.31	c   LP solutions     :       0.00          -          0
1792.99/1793.31	c   pseudo solutions :       0.00          -          0
1792.99/1793.31	c   oneopt           :       0.00          0          0
1792.99/1793.31	c   trivial          :       0.30          2          0
1792.99/1793.31	c   simplerounding   :       0.00          0          0
1792.99/1793.31	c   zirounding       :       0.00          0          0
1792.99/1793.31	c   rounding         :       0.00          0          0
1792.99/1793.31	c   shifting         :       0.00          0          0
1792.99/1793.31	c   intshifting      :       0.00          0          0
1792.99/1793.31	c   twoopt           :       0.00          0          0
1792.99/1793.31	c   fixandinfer      :       0.00          0          0
1792.99/1793.31	c   feaspump         :       0.00          0          0
1792.99/1793.31	c   coefdiving       :       0.00          0          0
1792.99/1793.31	c   pscostdiving     :       0.00          0          0
1792.99/1793.31	c   fracdiving       :       0.00          0          0
1792.99/1793.31	c   veclendiving     :       0.00          0          0
1792.99/1793.31	c   intdiving        :       0.00          0          0
1792.99/1793.31	c   actconsdiving    :       0.00          0          0
1792.99/1793.31	c   objpscostdiving  :       0.00          0          0
1792.99/1793.31	c   rootsoldiving    :       0.00          0          0
1792.99/1793.31	c   linesearchdiving :       0.00          0          0
1792.99/1793.31	c   guideddiving     :       0.00          0          0
1792.99/1793.31	c   octane           :       0.00          0          0
1792.99/1793.31	c   rens             :       0.00          0          0
1792.99/1793.31	c   rins             :       0.00          0          0
1792.99/1793.31	c   localbranching   :       0.00          0          0
1792.99/1793.31	c   mutation         :       0.00          0          0
1792.99/1793.31	c   crossover        :       0.00          0          0
1792.99/1793.31	c   dins             :       0.00          0          0
1792.99/1793.31	c   undercover       :       0.00          0          0
1792.99/1793.31	c   nlp              :       0.00          0          0
1792.99/1793.31	c   trysol           :       0.00          0          0
1792.99/1793.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1792.99/1793.31	c   primal LP        :       0.00          0          0       0.00          -
1792.99/1793.31	c   dual LP          :    1586.22          1      77965   77965.00      49.15
1792.99/1793.31	c   lex dual LP      :       0.00          0          0       0.00          -
1792.99/1793.31	c   barrier LP       :       0.00          0          0       0.00          -
1792.99/1793.31	c   diving/probing LP:       0.00          0          0       0.00          -
1792.99/1793.31	c   strong branching :       0.00          0          0       0.00          -
1792.99/1793.31	c     (at root node) :          -          0          0       0.00          -
1792.99/1793.31	c   conflict analysis:       0.00          0          0       0.00          -
1792.99/1793.31	c B&B Tree           :
1792.99/1793.31	c   number of runs   :          1
1792.99/1793.31	c   nodes            :          1
1792.99/1793.31	c   nodes (total)    :          1
1792.99/1793.31	c   nodes left       :          2
1792.99/1793.31	c   max depth        :          0
1792.99/1793.31	c   max depth (total):          0
1792.99/1793.31	c   backtracks       :          0 (0.0%)
1792.99/1793.31	c   delayed cutoffs  :          0
1792.99/1793.31	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1792.99/1793.31	c   avg switch length:       1.00
1792.99/1793.31	c   switching time   :       0.00
1792.99/1793.31	c Solution           :
1792.99/1793.31	c   Solutions found  :          0 (0 improvements)
1792.99/1793.31	c   Primal Bound     :          -
1792.99/1793.31	c   Dual Bound       : +0.00000000000000e+00
1792.99/1793.31	c   Gap              :   infinite
1792.99/1793.31	c   Root Dual Bound  : +0.00000000000000e+00
1792.99/1793.31	c   Root Iterations  :      77965
1794.49/1794.89	c Time complete: 1794.59.

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-3741417-1338754392/watcher-3741417-1338754392 -o /tmp/evaluation-result-3741417-1338754392/solver-3741417-1338754392 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741417-1338754392.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.00 2.01 2.00 3/176 19332
/proc/meminfo: memFree=27530644/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 1550 0 0 0 0 0 0 0 20 0 1 0 341564816 10211328 1497 33554432000 4194304 8395647 140737087622144 140734311487240 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 2493 1506 374 1026 0 1463 0

[startup+0.0865039 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 19332
/proc/meminfo: memFree=27530644/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=43952 CPUtime=0.07 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 10214 0 0 0 7 0 0 0 20 0 1 0 341564816 45006848 10161 33554432000 4194304 8395647 140737087622144 140737087553976 5754816 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 10988 10161 393 1026 0 9958 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43952

[startup+0.10038 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 19332
/proc/meminfo: memFree=27530644/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=49264 CPUtime=0.08 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 11557 0 0 0 8 0 0 0 20 0 1 0 341564816 50446336 11504 33554432000 4194304 8395647 140737087622144 140737087553976 4424487 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 12316 11504 393 1026 0 11286 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49264

[startup+0.300286 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 19332
/proc/meminfo: memFree=27530644/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=112316 CPUtime=0.29 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 27282 0 0 0 26 3 0 0 20 0 1 0 341564816 115011584 27229 33554432000 4194304 8395647 140737087622144 140737087553976 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 28079 27229 393 1026 0 27049 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 112316

[startup+0.700286 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 19332
/proc/meminfo: memFree=27530644/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=167984 CPUtime=0.69 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 41230 0 0 0 64 5 0 0 20 0 1 0 341564816 172015616 41177 33554432000 4194304 8395647 140737087622144 140737087487352 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 41996 41177 393 1026 0 40966 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 167984

[startup+1.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 19333
/proc/meminfo: memFree=27352588/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=207680 CPUtime=1.49 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 51129 0 0 0 142 7 0 0 20 0 1 0 341564816 212664320 51076 33554432000 4194304 8395647 140737087622144 140737087487352 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 51920 51076 393 1026 0 50890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 207680

[startup+3.10032 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 19333
/proc/meminfo: memFree=27297036/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=465024 CPUtime=3.09 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 115640 0 0 0 292 17 0 0 20 0 1 0 341564816 476184576 115233 33554432000 4194304 8395647 140737087622144 140737087487352 4218369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 116256 115234 412 1026 0 115226 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 465024

[startup+6.30033 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 19333
/proc/meminfo: memFree=26863904/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=811280 CPUtime=6.28 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 202215 0 0 0 600 28 0 0 20 0 1 0 341564816 830750720 201261 33554432000 4194304 8395647 140737087622144 140737087619064 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 202820 201285 477 1026 0 201790 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 811280

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 19333
/proc/meminfo: memFree=26719452/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=816972 CPUtime=12.68 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 203784 0 0 0 1240 28 0 0 20 0 1 0 341564816 836579328 202762 33554432000 4194304 8395647 140737087622144 140737087617944 4684137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 204243 202762 490 1026 0 203213 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 816972

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19333
/proc/meminfo: memFree=26719584/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=817336 CPUtime=25.48 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 203861 0 0 0 2520 28 0 0 20 0 1 0 341564816 836952064 202839 33554432000 4194304 8395647 140737087622144 140737087617720 6085078 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 204334 202839 490 1026 0 203304 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 817336

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19333
/proc/meminfo: memFree=26719212/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=817336 CPUtime=51.08 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 203901 0 0 0 5080 28 0 0 20 0 1 0 341564816 836952064 202879 33554432000 4194304 8395647 140737087622144 140737087617720 4735535 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 204334 202879 490 1026 0 203304 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 817336

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19333
/proc/meminfo: memFree=26711664/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=823912 CPUtime=102.28 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 205385 0 0 0 10199 29 0 0 20 0 1 0 341564816 843685888 204363 33554432000 4194304 8395647 140737087622144 140737087616360 4483001 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 205978 204363 490 1026 0 204948 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 823912

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19334
/proc/meminfo: memFree=26661628/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=873468 CPUtime=162.25 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 217800 0 0 0 16195 30 0 0 20 0 1 0 341564816 894431232 216843 33554432000 4194304 8395647 140737087622144 140737087617112 4684137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 218367 216843 490 1026 0 217337 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 873468

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19334
/proc/meminfo: memFree=26260200/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1319376 CPUtime=222.24 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 278681 0 0 0 22179 45 0 0 20 0 1 0 341564816 1351041024 317853 33554432000 4194304 8395647 140737087622144 140737087617704 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 329844 317853 579 1026 0 328814 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1319376

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 19334
/proc/meminfo: memFree=26249744/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1327036 CPUtime=282.23 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 279862 0 0 0 28173 50 0 0 20 0 1 0 341564816 1358884864 320567 33554432000 4194304 8395647 140737087622144 140737087617704 6697672 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 331759 320567 579 1026 0 330729 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 1327036

[startup+342.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 19334
/proc/meminfo: memFree=26241836/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1332444 CPUtime=342.22 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 281967 0 0 0 34168 54 0 0 20 0 1 0 341564816 1364422656 322534 33554432000 4194304 8395647 140737087622144 140737087616552 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 333111 322534 579 1026 0 332081 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 1332444

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 19334
/proc/meminfo: memFree=26232996/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1340148 CPUtime=402.21 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 283441 0 0 0 40163 58 0 0 20 0 1 0 341564816 1372311552 324772 33554432000 4194304 8395647 140737087622144 140737087617608 6696675 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 335037 324772 579 1026 0 334007 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1340148

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 19338
/proc/meminfo: memFree=26218256/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1350552 CPUtime=462.2 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 285856 0 0 0 46158 62 0 0 20 0 1 0 341564816 1382965248 328263 33554432000 4194304 8395647 140737087622144 140737087617704 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 337638 328263 579 1026 0 336608 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 1350552

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 19338
/proc/meminfo: memFree=26211492/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1356608 CPUtime=522.2 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 286410 0 0 0 52154 66 0 0 20 0 1 0 341564816 1389166592 330073 33554432000 4194304 8395647 140737087622144 140737087617272 6700712 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 339152 330073 579 1026 0 338122 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1356608

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19338
/proc/meminfo: memFree=26211272/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1356608 CPUtime=582.18 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 286438 0 0 0 58150 68 0 0 20 0 1 0 341564816 1389166592 330140 33554432000 4194304 8395647 140737087622144 140737087617272 6669563 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 339152 330140 579 1026 0 338122 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 1356608

[startup+642.3 s]

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

/proc/meminfo: memFree=26199904/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1358008 CPUtime=1122.09 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 286695 0 0 0 112111 98 0 0 20 0 1 0 341564816 1390600192 332683 33554432000 4194304 8395647 140737087622144 140737087617656 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 339502 332683 579 1026 0 338472 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 1358008

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19343
/proc/meminfo: memFree=26199656/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1358148 CPUtime=1182.08 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 286710 0 0 0 118105 103 0 0 20 0 1 0 341564816 1390743552 332698 33554432000 4194304 8395647 140737087622144 140737087617704 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 339537 332698 579 1026 0 338507 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 1358148

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19381
/proc/meminfo: memFree=26450932/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1358432 CPUtime=1242.07 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 286725 0 0 0 124102 105 0 0 20 0 1 0 341564816 1391034368 332713 33554432000 4194304 8395647 140737087622144 140737087617704 6670385 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 339608 332713 579 1026 0 338578 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 1358432

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19381
/proc/meminfo: memFree=26435948/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1362280 CPUtime=1302.07 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 286970 0 0 0 130100 107 0 0 20 0 1 0 341564816 1394974720 333469 33554432000 4194304 8395647 140737087622144 140737087617704 6697047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 340570 333469 579 1026 0 339540 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1362280

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19381
/proc/meminfo: memFree=26431420/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1362588 CPUtime=1362.06 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 287062 0 0 0 136096 110 0 0 20 0 1 0 341564816 1395290112 333561 33554432000 4194304 8395647 140737087622144 140737087617272 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 340647 333561 579 1026 0 339617 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1362588

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19382
/proc/meminfo: memFree=26428320/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1362880 CPUtime=1422.05 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 287142 0 0 0 142092 113 0 0 20 0 1 0 341564816 1395589120 333641 33554432000 4194304 8395647 140737087622144 140737087617272 6390460 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 340720 333641 579 1026 0 339690 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 1362880

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19382
/proc/meminfo: memFree=26424848/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1370040 CPUtime=1482.03 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288041 0 0 0 148086 117 0 0 20 0 1 0 341564816 1402920960 334540 33554432000 4194304 8395647 140737087622144 140737087617272 6503034 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 342510 334540 579 1026 0 341480 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1370040

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19382
/proc/meminfo: memFree=26424476/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1370176 CPUtime=1542.02 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288181 0 0 0 154083 119 0 0 20 0 1 0 341564816 1403060224 334680 33554432000 4194304 8395647 140737087622144 140737087617272 6390530 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 342544 334680 579 1026 0 341514 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1370176

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19382
/proc/meminfo: memFree=26423980/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1370176 CPUtime=1602.02 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288226 0 0 0 160079 123 0 0 20 0 1 0 341564816 1403060224 334725 33554432000 4194304 8395647 140737087622144 140737087617704 6751288 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 342544 334725 579 1026 0 341514 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 1370176

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 19385
/proc/meminfo: memFree=26423724/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1370176 CPUtime=1662.01 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288283 0 0 0 166076 125 0 0 20 0 1 0 341564816 1403060224 334782 33554432000 4194304 8395647 140737087622144 140737087616552 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 342544 334782 579 1026 0 341514 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 1370176

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 19386
/proc/meminfo: memFree=26421000/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1370176 CPUtime=1722 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288345 0 0 0 172073 127 0 0 20 0 1 0 341564816 1403060224 335389 33554432000 4194304 8395647 140737087622144 140737087617272 6697271 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 342544 335389 579 1026 0 341514 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 1370176

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19386
/proc/meminfo: memFree=26415780/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1371112 CPUtime=1781.99 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288589 0 0 0 178069 130 0 0 20 0 1 0 341564816 1404018688 336718 33554432000 4194304 8395647 140737087622144 140737087617272 6670348 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 342778 336718 579 1026 0 341748 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 1371112

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 19386
/proc/meminfo: memFree=26415656/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1371112 CPUtime=1785.2 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288597 0 0 0 178389 131 0 0 20 0 1 0 341564816 1404018688 336726 33554432000 4194304 8395647 140737087622144 140737087617272 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 342778 336726 579 1026 0 341748 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 1371112

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19386
/proc/meminfo: memFree=26415780/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1371112 CPUtime=1788.4 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288597 0 0 0 178709 131 0 0 20 0 1 0 341564816 1404018688 336726 33554432000 4194304 8395647 140737087622144 140737087617704 6576574 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 342778 336726 579 1026 0 341748 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 1371112

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19386
/proc/meminfo: memFree=26415780/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1371112 CPUtime=1791.6 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288606 0 0 0 179029 131 0 0 20 0 1 0 341564816 1404018688 336735 33554432000 4194304 8395647 140737087622144 140737087617272 6670365 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 342778 336735 579 1026 0 341748 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 1371112

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19386
/proc/meminfo: memFree=26415780/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1371112 CPUtime=1793.19 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288615 0 0 0 179188 131 0 0 20 0 1 0 341564816 1404018688 336744 33554432000 4194304 8395647 140737087622144 140737087617272 6345832 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 342778 336744 588 1026 0 341748 0
Current children cumulated CPU time (s) 1793.19
Current children cumulated vsize (KiB) 1371112

[startup+1794.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19386
/proc/meminfo: memFree=26416896/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1366288 CPUtime=1793.99 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288617 0 0 0 179268 131 0 0 20 0 1 0 341564816 1399078912 335654 33554432000 4194304 8395647 140737087622144 140737087617976 6345797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 341572 335654 590 1026 0 340542 0
Current children cumulated CPU time (s) 1793.99
Current children cumulated vsize (KiB) 1366288

[startup+1794.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19386
/proc/meminfo: memFree=26416896/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=1366288 CPUtime=1794.39 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288617 0 0 0 179308 131 0 0 20 0 1 0 341564816 1399078912 335654 33554432000 4194304 8395647 140737087622144 140737087621528 4750745 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 341572 335654 590 1026 0 340542 0
Current children cumulated CPU time (s) 1794.39
Current children cumulated vsize (KiB) 1366288

[startup+1794.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19386
/proc/meminfo: memFree=26416896/32873844 swapFree=7632/7632
[pid=19332] ppid=19330 vsize=974032 CPUtime=1794.49 cores=1,3,5,7
/proc/19332/stat : 19332 (pbscip.linux.x8) R 19330 19332 18846 0 -1 4202496 288617 0 0 0 179317 132 0 0 20 0 1 0 341564816 997408768 242866 33554432000 4194304 8395647 140737087622144 140737087621528 6345887 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19332/statm: 243508 242866 590 1026 0 242478 0
Current children cumulated CPU time (s) 1794.49
Current children cumulated vsize (KiB) 974032

Child status: 0
Real time (s): 1794.9
CPU time (s): 1794.6
CPU user time (s): 1793.26
CPU system time (s): 1.3408
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 1371112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.26
system time used= 1.3408
maximum resident set size= 1346976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288625
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= 40
involuntary context switches= 1844

runsolver used 2.70659 second user time and 8.77567 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-03 22:13:12
IDJOB=3741417
IDBENCH=89855
IDSOLVER=2326
FILE ID=node130/3741417-1338754392
RUNJOBID= node130-1338748441-18863
PBS_JOBID= 14636787
Free space on /tmp= 70956 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= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns1853823.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-3741417-1338754392/watcher-3741417-1338754392 -o /tmp/evaluation-result-3741417-1338754392/solver-3741417-1338754392 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741417-1338754392.opb -t 1800 -m 15500

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

MD5SUM BENCH= 2ebd045d7573caa1ce8026d29a77beeb
RANDOM SEED=443823956

node130.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.875
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.75
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.875
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.875
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.91
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.875
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.86
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.875
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.875
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.92
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.875
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		: 2666.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27531180 kB
Buffers:         1693836 kB
Cached:          2464324 kB
SwapCached:         4316 kB
Active:          2735888 kB
Inactive:        1736956 kB
Active(anon):     301780 kB
Inactive(anon):     9328 kB
Active(file):    2434108 kB
Inactive(file):  1727628 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099288 kB
Dirty:             25984 kB
Writeback:             0 kB
AnonPages:        313304 kB
Mapped:            11900 kB
Shmem:                 4 kB
Slab:             729928 kB
SReclaimable:     171204 kB
SUnreclaim:       558724 kB
KernelStack:        1456 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     431628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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= 70948 MiB
End job on node130 at 2012-06-03 22:43:07