Trace number 3744215

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? 1793.72 1794.01

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_2_mh.opb
MD5SUM068cb861d64b967a0863dd85c67326c2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5500107
Best CPU time to get the best result obtained on this benchmark1801
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 82021340422
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 82021340422
Number of bits of the biggest sum of numbers37
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-3744215-1338803172.opb>
4.59/4.64	c original problem has 250200 variables (250200 bin, 0 int, 0 impl, 0 cont) and 605407 constraints
4.59/4.64	c problem read
4.59/4.64	c presolving settings loaded
5.99/6.02	c presolving:
8.39/8.43	c (round 1) 10000 del vars, 4903 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 1188350 impls, 1 clqs
12.99/13.04	c (round 2) 10000 del vars, 6128 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 599276 upgd conss, 1188350 impls, 1 clqs
124.28/124.36	c    (119.7s) probing: 1000/240200 (0.4%) - 0 fixings, 0 aggregations, 357821 implications, 0 bound changes
231.85/232.00	c    (227.4s) probing: 2000/240200 (0.8%) - 0 fixings, 0 aggregations, 414549 implications, 0 bound changes
232.06/232.11	c    (227.5s) probing: 2001/240200 (0.8%) - 0 fixings, 0 aggregations, 414586 implications, 0 bound changes
232.06/232.11	c    (227.5s) probing aborted: 2000/2000 successive useless probings
232.06/232.13	c presolving (3 rounds):
232.06/232.13	c  10000 deleted vars, 6128 deleted constraints, 150 tightened bounds, 0 added holes, 1225 changed sides, 3675 changed coefficients
232.06/232.13	c  36969234 implications, 1 cliques
232.06/232.13	c presolved problem has 240200 variables (240200 bin, 0 int, 0 impl, 0 cont) and 599279 constraints
232.06/232.13	c  121425 constraints of type <knapsack>
232.06/232.13	c  356526 constraints of type <setppc>
232.06/232.13	c       3 constraints of type <linear>
232.06/232.13	c  121325 constraints of type <logicor>
232.06/232.13	c transformed objective value is always integral (scale: 1)
232.06/232.13	c Presolving Time: 226.52
232.06/232.13	c - non default parameters ----------------------------------------------------------------------
232.06/232.13	c # SCIP version 1.2.1.3
232.06/232.13	c 
232.06/232.13	c # frequency for displaying node information lines
232.06/232.13	c # [type: int, range: [-1,2147483647], default: 100]
232.06/232.13	c display/freq = 10000
232.06/232.13	c 
232.06/232.13	c # maximal time in seconds to run
232.06/232.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
232.06/232.13	c limits/time = 1785.37
232.06/232.13	c 
232.06/232.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
232.06/232.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
232.06/232.13	c limits/memory = 13950
232.06/232.13	c 
232.06/232.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
232.06/232.13	c # [type: int, range: [1,2], default: 1]
232.06/232.13	c timing/clocktype = 2
232.06/232.13	c 
232.06/232.13	c # should presolving try to simplify inequalities
232.06/232.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
232.06/232.13	c constraints/linear/simplifyinequalities = TRUE
232.06/232.13	c 
232.06/232.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
232.06/232.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
232.06/232.13	c constraints/indicator/addCouplingCons = TRUE
232.06/232.13	c 
232.06/232.13	c # should presolving try to simplify knapsacks
232.06/232.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
232.06/232.13	c constraints/knapsack/simplifyinequalities = TRUE
232.06/232.13	c 
232.06/232.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
232.06/232.13	c # [type: int, range: [-1,2147483647], default: -1]
232.06/232.13	c separating/rapidlearning/freq = 0
232.06/232.13	c 
232.06/232.13	c -----------------------------------------------------------------------------------------------
232.06/232.13	c start solving
232.06/232.19	c 
300.15/300.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
300.15/300.23	c   296s|     1 |     0 |  6386 |     - |2412M|   0 | 620 | 240k| 599k| 240k| 599k|   0 |   0 |   0 | 8.162668e+05 |      --      |    Inf 
983.74/983.90	c   979s|     1 |     0 | 17229 |     - |2434M|   0 | 711 | 240k| 599k| 240k| 599k|  49 |   0 |   0 | 9.457518e+05 |      --      |    Inf 
1789.70/1790.05	c  1785s|     1 |     0 | 17229 |     - |2434M|   0 |   - | 240k| 599k| 240k| 599k|  76 |   0 |   0 | 9.457518e+05 |      --      |    Inf 
1789.90/1790.25	c  1786s|     1 |     2 | 17229 |     - |2434M|   0 |   - | 240k| 599k| 240k| 599k|  76 |   0 |   0 | 9.457518e+05 |      --      |    Inf 
1789.90/1790.25	c 
1789.90/1790.25	c SCIP Status        : solving was interrupted [time limit reached]
1789.90/1790.25	c Solving Time (sec) : 1785.61
1789.90/1790.25	c Solving Nodes      : 1
1789.90/1790.25	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.90/1790.25	c Dual Bound         : +9.45751804476692e+05
1789.90/1790.25	c Gap                : infinite
1789.90/1790.25	s UNKNOWN
1789.90/1790.25	c SCIP Status        : solving was interrupted [time limit reached]
1789.90/1790.25	c Solving Time       :    1785.61
1789.90/1790.25	c Original Problem   :
1789.90/1790.25	c   Problem name     : HOME/instance-3744215-1338803172.opb
1789.90/1790.25	c   Variables        : 250200 (250200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.90/1790.25	c   Constraints      : 605407 initial, 605407 maximal
1789.90/1790.25	c Presolved Problem  :
1789.90/1790.25	c   Problem name     : t_HOME/instance-3744215-1338803172.opb
1789.90/1790.25	c   Variables        : 240200 (240200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.90/1790.25	c   Constraints      : 599279 initial, 599279 maximal
1789.90/1790.25	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.90/1790.25	c   trivial          :       0.03          0          0          0          0          0          0          0          0
1789.90/1790.25	c   dualfix          :       0.03       7400          0          0          0          0          0          0          0
1789.90/1790.25	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.90/1790.25	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.90/1790.25	c   implics          :       0.03          0          0          0          0          0          0          0          0
1789.90/1790.25	c   probing          :     197.93          0          0          0          0          0          0          0          0
1789.90/1790.25	c   knapsack         :      20.28          0          0          0          0          0          0          0          0
1789.90/1790.25	c   setppc           :       0.70          0          0          0          0          0          0          0          0
1789.90/1790.25	c   linear           :       6.33        150       2450          0        150          0       6128       1225       3675
1789.90/1790.25	c   logicor          :       0.28          0          0          0          0          0          0          0          0
1789.90/1790.25	c   root node        :          -          0          -          -          0          -          -          -          -
1789.90/1790.25	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.90/1790.25	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.90/1790.25	c   knapsack         :     121425          2       6050          0          1          0          0        171          0          0
1789.90/1790.25	c   setppc           :     356526          2       6050          0          1          0          0          0          0          0
1789.90/1790.25	c   linear           :          3          2       6050          0          0          0          0          0          0          0
1789.90/1790.25	c   logicor          :     121325          2       4051          0          1          0          0          0          0          0
1789.90/1790.25	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.90/1790.25	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.90/1790.25	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.90/1790.25	c   knapsack         :      53.63       0.40      53.23       0.00       0.00
1789.90/1790.25	c   setppc           :      99.09       0.06      98.93       0.00       0.10
1789.90/1790.25	c   linear           :      35.17      34.27       0.90       0.00       0.00
1789.90/1790.25	c   logicor          :       0.67       0.02       0.61       0.00       0.04
1789.90/1790.25	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.90/1790.25	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.90/1790.25	c   vbounds          :       0.01          2          0          0
1789.90/1790.25	c   rootredcost      :       0.00          0          0          0
1789.90/1790.25	c   pseudoobj        :       0.02          3          0          0
1789.90/1790.25	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.90/1790.25	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.90/1790.25	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.90/1790.25	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.90/1790.25	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.90/1790.25	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.90/1790.25	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.90/1790.25	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.90/1790.25	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.90/1790.25	c   cut pool         :       0.00          1          -          -         11          -    (maximal pool size: 584)
1789.90/1790.25	c   redcost          :       0.02          2          0          0          0          0
1789.90/1790.25	c   impliedbounds    :       0.05          2          0          0         48          0
1789.90/1790.25	c   intobj           :       0.00          0          0          0          0          0
1789.90/1790.25	c   cgmip            :       0.00          0          0          0          0          0
1789.90/1790.25	c   gomory           :     809.42          2          0          0        500          0
1789.90/1790.25	c   strongcg         :       4.26          1          0          0        500          0
1789.90/1790.25	c   cmir             :      90.38          1          0          0          0          0
1789.90/1790.25	c   flowcover        :     265.44          1          0          0         82          0
1789.90/1790.25	c   clique           :      39.67          1          0          0          7          0
1789.90/1790.25	c   zerohalf         :       0.00          0          0          0          0          0
1789.90/1790.25	c   mcf              :       0.42          1          0          0          0          0
1789.90/1790.25	c   rapidlearning    :       0.00          0          0          0          0          0
1789.90/1790.25	c Pricers            :       Time      Calls       Vars
1789.90/1790.25	c   problem variables:       0.00          0          0
1789.90/1790.25	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.90/1790.25	c   relpscost        :       0.00          0          0          0          0          0          0
1789.90/1790.25	c   pscost           :       0.00          0          0          0          0          0          0
1789.90/1790.25	c   inference        :       0.05          1          0          0          0          0          2
1789.90/1790.25	c   mostinf          :       0.00          0          0          0          0          0          0
1789.90/1790.25	c   leastinf         :       0.00          0          0          0          0          0          0
1789.90/1790.25	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.90/1790.25	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.90/1790.25	c   random           :       0.00          0          0          0          0          0          0
1789.90/1790.25	c Primal Heuristics  :       Time      Calls      Found
1789.90/1790.25	c   LP solutions     :       0.00          -          0
1789.90/1790.25	c   pseudo solutions :       0.00          -          0
1789.90/1790.25	c   oneopt           :       0.00          0          0
1789.90/1790.25	c   trivial          :       0.24          2          0
1789.90/1790.25	c   simplerounding   :       0.01          0          0
1789.90/1790.25	c   zirounding       :       0.00          0          0
1789.90/1790.25	c   rounding         :       0.04          2          0
1789.90/1790.25	c   shifting         :       0.10          2          0
1789.90/1790.25	c   intshifting      :       0.00          0          0
1789.90/1790.25	c   twoopt           :       0.00          0          0
1789.90/1790.25	c   fixandinfer      :       0.00          0          0
1789.90/1790.25	c   feaspump         :     212.68          1          0
1789.90/1790.25	c   coefdiving       :       0.00          0          0
1789.90/1790.25	c   pscostdiving     :       0.00          0          0
1789.90/1790.25	c   fracdiving       :       0.00          0          0
1789.90/1790.25	c   veclendiving     :       0.00          0          0
1789.90/1790.25	c   intdiving        :       0.00          0          0
1789.90/1790.25	c   actconsdiving    :       0.00          0          0
1789.90/1790.25	c   objpscostdiving  :       0.00          0          0
1789.90/1790.25	c   rootsoldiving    :       0.00          0          0
1789.90/1790.25	c   linesearchdiving :       0.00          0          0
1789.90/1790.25	c   guideddiving     :       0.00          0          0
1789.90/1790.25	c   octane           :       0.00          0          0
1789.90/1790.25	c   rens             :       0.00          0          0
1789.90/1790.25	c   rins             :       0.00          0          0
1789.90/1790.25	c   localbranching   :       0.00          0          0
1789.90/1790.25	c   mutation         :       0.00          0          0
1789.90/1790.25	c   crossover        :       0.00          0          0
1789.90/1790.25	c   dins             :       0.00          0          0
1789.90/1790.25	c   undercover       :       0.00          0          0
1789.90/1790.25	c   nlp              :       0.00          0          0
1789.90/1790.25	c   trysol           :       0.00          0          0
1789.90/1790.25	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.90/1790.25	c   primal LP        :       0.00          0          0       0.00          -
1789.90/1790.25	c   dual LP          :      99.00          2       8374    4187.00      84.59
1789.90/1790.25	c   lex dual LP      :       0.00          0          0       0.00          -
1789.90/1790.25	c   barrier LP       :       0.00          0          0       0.00          -
1789.90/1790.25	c   diving/probing LP:     212.20          3       8855    2951.67      41.73
1789.90/1790.25	c   strong branching :       0.00          0          0       0.00          -
1789.90/1790.25	c     (at root node) :          -          0          0       0.00          -
1789.90/1790.25	c   conflict analysis:       0.00          0          0       0.00          -
1789.90/1790.25	c B&B Tree           :
1789.90/1790.25	c   number of runs   :          1
1789.90/1790.25	c   nodes            :          1
1789.90/1790.25	c   nodes (total)    :          1
1789.90/1790.25	c   nodes left       :          2
1789.90/1790.25	c   max depth        :          0
1789.90/1790.25	c   max depth (total):          0
1789.90/1790.25	c   backtracks       :          0 (0.0%)
1789.90/1790.25	c   delayed cutoffs  :          0
1789.90/1790.25	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.90/1790.25	c   avg switch length:       1.00
1789.90/1790.25	c   switching time   :       0.00
1789.90/1790.25	c Solution           :
1789.90/1790.25	c   Solutions found  :          0 (0 improvements)
1789.90/1790.25	c   Primal Bound     :          -
1789.90/1790.25	c   Dual Bound       : +9.45751804476692e+05
1789.90/1790.25	c   Gap              :   infinite
1789.90/1790.25	c   Root Dual Bound  : +9.45751804476692e+05
1789.90/1790.25	c   Root Iterations  :      17229
1793.71/1794.01	c Time complete: 1793.71.

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-3744215-1338803172/watcher-3744215-1338803172 -o /tmp/evaluation-result-3744215-1338803172/solver-3744215-1338803172 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744215-1338803172.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 3730
/proc/meminfo: memFree=30830072/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 1252 0 0 0 0 0 0 0 20 0 1 0 346444086 8105984 1198 33554432000 4194304 8395647 140736516767520 140736502515720 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 1979 1198 370 1026 0 949 0

[startup+0.0907359 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 3730
/proc/meminfo: memFree=30830072/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=45028 CPUtime=0.08 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 10455 0 0 0 7 1 0 0 20 0 1 0 346444086 46108672 10395 33554432000 4194304 8395647 140736516767520 140736502515720 7373184 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 11257 10395 387 1026 0 10227 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45028

[startup+0.100341 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 3730
/proc/meminfo: memFree=30830072/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=48356 CPUtime=0.09 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 11291 0 0 0 8 1 0 0 20 0 1 0 346444086 49516544 11231 33554432000 4194304 8395647 140736516767520 140736502515720 5759075 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 12089 11231 387 1026 0 11059 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48356

[startup+0.30029 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 3730
/proc/meminfo: memFree=30830072/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=104572 CPUtime=0.29 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 25280 0 0 0 25 4 0 0 20 0 1 0 346444086 107081728 25220 33554432000 4194304 8395647 140736516767520 140736502515720 7276017 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 26143 25220 394 1026 0 25113 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104572

[startup+0.700287 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 3730
/proc/meminfo: memFree=30830072/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=150548 CPUtime=0.69 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 36751 0 0 0 64 5 0 0 20 0 1 0 346444086 154161152 36691 33554432000 4194304 8395647 140736516767520 140736502515720 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 37637 36691 394 1026 0 36607 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150548

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3731
/proc/meminfo: memFree=30638492/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=245396 CPUtime=1.48 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 60380 0 0 0 141 7 0 0 20 0 1 0 346444086 251285504 60320 33554432000 4194304 8395647 140736516767520 140736516630008 4423932 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 61349 60320 394 1026 0 60319 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 245396

[startup+3.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3731
/proc/meminfo: memFree=30556520/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=323996 CPUtime=3.09 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 80063 0 0 0 299 10 0 0 20 0 1 0 346444086 331771904 80003 33554432000 4194304 8395647 140736516767520 140736516632728 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 80999 80003 394 1026 0 79969 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 323996

[startup+6.30031 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3731
/proc/meminfo: memFree=29939080/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=1046240 CPUtime=6.29 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 258503 0 0 0 595 34 0 0 20 0 1 0 346444086 1071349760 258089 33554432000 4194304 8395647 140736516767520 140736516765192 5035745 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 261560 258089 475 1026 0 260530 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1046240

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3731
/proc/meminfo: memFree=29545640/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=1366948 CPUtime=12.69 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 337401 0 0 0 1226 43 0 0 20 0 1 0 346444086 1399754752 336150 33554432000 4194304 8395647 140736516767520 140736516763272 6063782 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 341737 336150 483 1026 0 340707 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1366948

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 3731
/proc/meminfo: memFree=28769644/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=2152984 CPUtime=25.48 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 533445 0 0 0 2482 66 0 0 20 0 1 0 346444086 2204655616 532118 33554432000 4194304 8395647 140736516767520 140736516762984 6347101 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 538246 532158 496 1026 0 537216 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2152984

[startup+51.1003 s]
/proc/loadavg: 2.13 2.04 2.01 3/177 3731
/proc/meminfo: memFree=28272840/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=2569120 CPUtime=51.08 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 636337 0 0 0 5028 80 0 0 20 0 1 0 346444086 2630778880 636657 33554432000 4194304 8395647 140736516767520 140736516763384 4910737 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 642280 636657 508 1026 0 641250 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2569120

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 3731
/proc/meminfo: memFree=28259124/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=2578328 CPUtime=102.28 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 638639 0 0 0 10148 80 0 0 20 0 1 0 346444086 2640207872 638959 33554432000 4194304 8395647 140736516767520 140736516763592 4910737 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 644582 638959 508 1026 0 643552 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2578328

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 3732
/proc/meminfo: memFree=28245636/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=2583448 CPUtime=162.26 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 639944 0 0 0 16146 80 0 0 20 0 1 0 346444086 2645450752 640264 33554432000 4194304 8395647 140736516767520 140736516763304 5604533 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 645862 640264 514 1026 0 644832 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2583448

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3732
/proc/meminfo: memFree=28171640/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=2647936 CPUtime=222.26 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 656066 0 0 0 22144 82 0 0 20 0 1 0 346444086 2711486464 656386 33554432000 4194304 8395647 140736516767520 140736516763384 5211829 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 661984 656386 514 1026 0 660954 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2647936

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 3735
/proc/meminfo: memFree=27383064/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3526360 CPUtime=282.25 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 775054 0 0 0 28111 114 0 0 20 0 1 0 346444086 3610992640 849543 33554432000 4194304 8395647 140736516767520 140736516763080 6698214 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 881590 849543 584 1026 0 880560 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3526360

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3735
/proc/meminfo: memFree=27282960/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3593580 CPUtime=342.23 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 781171 0 0 0 34101 122 0 0 20 0 1 0 346444086 3679825920 872081 33554432000 4194304 8395647 140736516767520 140736516762040 6503918 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 898395 872081 590 1026 0 897365 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3593580

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3811
/proc/meminfo: memFree=25857292/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3596600 CPUtime=402.23 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 781441 0 0 0 40098 125 0 0 20 0 1 0 346444086 3682918400 873380 33554432000 4194304 8395647 140736516767520 140736516762344 6637033 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 899150 873380 590 1026 0 898120 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3596600

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3812
/proc/meminfo: memFree=25772628/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3600312 CPUtime=462.22 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 782211 0 0 0 46094 128 0 0 20 0 1 0 346444086 3686719488 874150 33554432000 4194304 8395647 140736516767520 140736516762088 6708215 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 900078 874150 590 1026 0 899048 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3600312

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=25862268/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3476984 CPUtime=522.21 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 783513 0 0 0 52090 131 0 0 20 0 1 0 346444086 3560431616 850567 33554432000 4194304 8395647 140736516767520 140736516762408 6013880 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 869246 850567 599 1026 0 868216 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3476984

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=25806000/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3476984 CPUtime=582.19 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 784067 0 0 0 58086 133 0 0 20 0 1 0 346444086 3560431616 851120 33554432000 4194304 8395647 140736516767520 140736516762808 5827844 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 869246 851120 607 1026 0 868216 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 3476984

[startup+642.3 s]

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

/proc/meminfo: memFree=24768476/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1122.11 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798482 0 0 0 112057 154 0 0 20 0 1 0 346444086 3817394176 910676 33554432000 4194304 8395647 140736516767520 140736516762760 6440473 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 910676 626 1026 0 930951 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3727924

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3839
/proc/meminfo: memFree=24767636/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1182.09 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798483 0 0 0 118051 158 0 0 20 0 1 0 346444086 3817394176 910676 33554432000 4194304 8395647 140736516767520 140736516762712 6197311 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 910676 626 1026 0 930951 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 3727924

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3839
/proc/meminfo: memFree=24767292/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1242.09 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798483 0 0 0 124047 162 0 0 20 0 1 0 346444086 3817394176 910676 33554432000 4194304 8395647 140736516767520 140736516762712 6440473 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 910676 626 1026 0 930951 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3727924

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3839
/proc/meminfo: memFree=24761800/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1302.09 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798483 0 0 0 130043 166 0 0 20 0 1 0 346444086 3817394176 910676 33554432000 4194304 8395647 140736516767520 140736516762712 7385964 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 910676 626 1026 0 930951 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3727924

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3840
/proc/meminfo: memFree=24528952/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1362.08 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798483 0 0 0 136036 172 0 0 20 0 1 0 346444086 3817394176 910676 33554432000 4194304 8395647 140736516767520 140736516762760 7382137 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 910676 626 1026 0 930951 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3727924

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3840
/proc/meminfo: memFree=24528980/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1422.07 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798483 0 0 0 142032 175 0 0 20 0 1 0 346444086 3817394176 910676 33554432000 4194304 8395647 140736516767520 140736516762760 6198204 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 910676 626 1026 0 930951 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3727924

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3843
/proc/meminfo: memFree=24528876/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1482.05 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798483 0 0 0 148026 179 0 0 20 0 1 0 346444086 3817394176 910676 33554432000 4194304 8395647 140736516767520 140736516762760 6440490 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 910676 626 1026 0 930951 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3727924

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3843
/proc/meminfo: memFree=24529040/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1542.04 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798483 0 0 0 154022 182 0 0 20 0 1 0 346444086 3817394176 910676 33554432000 4194304 8395647 140736516767520 140736516762712 6197330 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 910676 626 1026 0 930951 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3727924

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 3843
/proc/meminfo: memFree=24528708/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1602.04 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798483 0 0 0 160018 186 0 0 20 0 1 0 346444086 3817394176 910719 33554432000 4194304 8395647 140736516767520 140736516762712 6440880 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 910719 626 1026 0 930951 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3727924

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 3844
/proc/meminfo: memFree=24527248/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1662.02 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798483 0 0 0 166013 189 0 0 20 0 1 0 346444086 3817394176 911076 33554432000 4194304 8395647 140736516767520 140736516762712 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 911076 626 1026 0 930951 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3727924

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 3844
/proc/meminfo: memFree=24527340/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1722.01 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798487 0 0 0 172008 193 0 0 20 0 1 0 346444086 3817394176 911076 33554432000 4194304 8395647 140736516767520 140736516762760 7385927 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 911076 626 1026 0 930951 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3727924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3844
/proc/meminfo: memFree=24527188/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1782 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798495 0 0 0 178003 197 0 0 20 0 1 0 346444086 3817394176 911076 33554432000 4194304 8395647 140736516767520 140736516762760 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 911076 626 1026 0 930951 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3727924

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3844
/proc/meminfo: memFree=24527312/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1785.2 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798495 0 0 0 178323 197 0 0 20 0 1 0 346444086 3817394176 911076 33554432000 4194304 8395647 140736516767520 140736516762760 6197326 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 911076 626 1026 0 930951 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 3727924

[startup+1788.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3844
/proc/meminfo: memFree=24527312/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3727924 CPUtime=1788.4 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 798495 0 0 0 178642 198 0 0 20 0 1 0 346444086 3817394176 911076 33554432000 4194304 8395647 140736516767520 140736516762712 7382157 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 931981 911076 626 1026 0 930951 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 3727924

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3844
/proc/meminfo: memFree=24643540/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3607056 CPUtime=1791.6 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 799728 0 0 0 178961 199 0 0 20 0 1 0 346444086 3693625344 882030 33554432000 4194304 8395647 140736516767520 140736516766856 6063821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 901764 882030 635 1026 0 900734 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 3607056

[startup+1792.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3844
/proc/meminfo: memFree=24643540/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3607056 CPUtime=1792.4 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 799728 0 0 0 179041 199 0 0 20 0 1 0 346444086 3693625344 882030 33554432000 4194304 8395647 140736516767520 140736516766856 6063836 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 901764 882030 635 1026 0 900734 0
Current children cumulated CPU time (s) 1792.4
Current children cumulated vsize (KiB) 3607056

[startup+1793.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3844
/proc/meminfo: memFree=24643540/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3601608 CPUtime=1793.2 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 799728 0 0 0 179121 199 0 0 20 0 1 0 346444086 3688046592 880847 33554432000 4194304 8395647 140736516767520 140736516766856 6345229 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 900402 880847 635 1026 0 899372 0
Current children cumulated CPU time (s) 1793.2
Current children cumulated vsize (KiB) 3601608

[startup+1793.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3844
/proc/meminfo: memFree=24643540/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=3217312 CPUtime=1793.6 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 799728 0 0 0 179159 201 0 0 20 0 1 0 346444086 3294527488 798188 33554432000 4194304 8395647 140736516767520 140736516766760 4219918 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 804328 798188 635 1026 0 803298 0
Current children cumulated CPU time (s) 1793.6
Current children cumulated vsize (KiB) 3217312

[startup+1794 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3844
/proc/meminfo: memFree=26002548/32873648 swapFree=6860/6860
[pid=3730] ppid=3728 vsize=2032392 CPUtime=1793.71 cores=1,3,5,7
/proc/3730/stat : 3730 (pbscip.linux.x8) R 3728 3730 1632 0 -1 4202496 799729 0 0 0 179166 205 0 0 20 0 1 0 346444086 2081169408 20643 33554432000 4194304 8395647 140736516767520 140736516766760 7602442 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3730/statm: 508098 20643 636 1026 0 507068 0
Current children cumulated CPU time (s) 1793.71
Current children cumulated vsize (KiB) 2032392

Child status: 0
Real time (s): 1794.01
CPU time (s): 1793.72
CPU user time (s): 1791.66
CPU system time (s): 2.05569
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 3772120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.66
system time used= 2.05569
maximum resident set size= 3677624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 799734
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= 33
involuntary context switches= 1841

runsolver used 2.98655 second user time and 8.32873 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 11:46:13
IDJOB=3744215
IDBENCH=92707
IDSOLVER=2326
FILE ID=node115/3744215-1338803172
RUNJOBID= node115-1338772354-1650
PBS_JOBID= 14636818
Free space on /tmp= 70792 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/zahidi/Multihop/normalized-minisat50_6_9_2_mh.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-3744215-1338803172/watcher-3744215-1338803172 -o /tmp/evaluation-result-3744215-1338803172/solver-3744215-1338803172 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744215-1338803172.opb -t 1800 -m 15500

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

MD5SUM BENCH= 068cb861d64b967a0863dd85c67326c2
RANDOM SEED=516332634

node115.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.462
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	: 5332.92
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.462
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.462
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.462
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.462
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.92
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.462
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.462
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.462
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:       32873648 kB
MemFree:        30830716 kB
Buffers:          105464 kB
Cached:           121076 kB
SwapCached:         1016 kB
Active:          1099772 kB
Inactive:         163748 kB
Active(anon):    1028860 kB
Inactive(anon):    11064 kB
Active(file):      70912 kB
Inactive(file):   152684 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             36084 kB
Writeback:             0 kB
AnonPages:       1043416 kB
Mapped:            10504 kB
Shmem:                96 kB
Slab:             639784 kB
SReclaimable:      83844 kB
SUnreclaim:       555940 kB
KernelStack:        1456 kB
PageTables:         6100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1165192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70760 MiB
End job on node115 at 2012-06-04 12:16:07