Trace number 3737609

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1794.06 1794.34

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_2.opb
MD5SUM24465d104818b01999b811ba346c3d8e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-130
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -152
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63088
Sum of products size (including duplicates)126176
Number of different products31544
Sum of products size63088

Solver Data

0.09/0.16	c SCIP version 1.1.0.7
0.09/0.16	c LP-Solver SoPlex 1.4.1
0.09/0.16	c user parameter file <scip.set> not found - using default parameters
0.09/0.16	c read problem <HOME/instance-3737609-1338749890.opb>
0.09/0.16	c original problem has 33544 variables (33544 bin, 0 int, 0 impl, 0 cont) and 34545 constraints
0.19/0.28	c start presolving problem
0.19/0.28	c presolving:
0.59/0.67	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 254352 impls, 2000 clqs
1.19/1.27	c    (1.0s) probing: 101/33544 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.19/1.27	c    (1.0s) probing aborted: 100/100 successive totally useless probings
1.19/1.27	c presolving (2 rounds):
1.19/1.27	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.19/1.27	c  254352 implications, 2000 cliques
1.19/1.27	c presolved problem has 33544 variables (33544 bin, 0 int, 0 impl, 0 cont) and 34545 constraints
1.19/1.27	c    2000 constraints of type <setppc>
1.19/1.27	c   31544 constraints of type <and>
1.19/1.27	c       1 constraints of type <linear>
1.19/1.27	c    1000 constraints of type <logicor>
1.19/1.27	c transformed objective value is always integral (scale: 1)
1.19/1.27	c Presolving Time: 0.93
1.19/1.28	c OPT-NLC
1.19/1.28	c -----------------------------------------------------------------------------------------------
1.19/1.28	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.19/1.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.28	c limits/memory = c 13950
1.19/1.28	c # maximal time in seconds to run
1.19/1.28	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.28	c limits/time = c 1791
1.19/1.28	c # frequency for displaying node information lines
1.19/1.28	c # [type: int, range: [-1,2147483647], default: 100]
1.19/1.28	c display/freq = c 10000
1.19/1.28	c -----------------------------------------------------------------------------------------------
1.19/1.28	c start solving problem
1.19/1.28	c 
1793.82/1794.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1793.82/1794.14	c  1793s|     1 |     0 |109504 | 150M|   0 |   - |  33k|  34k|  34k|  33k|  66k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1793.82/1794.15	c  1793s|     1 |     2 |109504 | 150M|   0 |   - |  33k|  34k|  34k|  33k|  66k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1793.82/1794.15	c 
1793.82/1794.15	c SCIP Status        : solving was interrupted [time limit reached]
1793.82/1794.15	c Solving Time (sec) : 1792.71
1793.82/1794.15	c Solving Nodes      : 1
1793.82/1794.15	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1793.82/1794.15	c Dual Bound         : -1.00000000000000e+03
1793.82/1794.15	c Gap                : infinite
1793.82/1794.15	c NODE         1
1793.82/1794.15	c DUAL BOUND   -1000
1793.82/1794.15	c PRIMAL BOUND 1e+20
1793.82/1794.15	c GAP          1e+20
1793.82/1794.15	s UNKNOWN
1793.82/1794.15	c SCIP Status        : solving was interrupted [time limit reached]
1793.82/1794.15	c Solving Time       :    1792.71
1793.82/1794.15	c Original Problem   :
1793.82/1794.15	c   Problem name     : HOME/instance-3737609-1338749890.opb
1793.82/1794.15	c   Variables        : 33544 (33544 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.82/1794.15	c   Constraints      : 34545 initial, 34545 maximal
1793.82/1794.15	c Presolved Problem  :
1793.82/1794.15	c   Problem name     : t_HOME/instance-3737609-1338749890.opb
1793.82/1794.15	c   Variables        : 33544 (33544 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.82/1794.15	c   Constraints      : 34545 initial, 34545 maximal
1793.82/1794.15	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1793.82/1794.15	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1793.82/1794.15	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1793.82/1794.15	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1793.82/1794.15	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1793.82/1794.15	c   implics          :       0.00          0          0          0          0          0          0          0          0
1793.82/1794.15	c   probing          :       0.34          0          0          0          0          0          0          0          0
1793.82/1794.15	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1793.82/1794.15	c   and              :       0.41          0          0          0          0          0          0          0          0
1793.82/1794.15	c   linear           :       0.09          0          0          0          0          0          0          0          0
1793.82/1794.15	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1793.82/1794.15	c   root node        :          -          0          -          -          0          -          -          -          -
1793.82/1794.15	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1793.82/1794.15	c   integral         :          0          0          0          0          0          0          0          0          0          0
1793.82/1794.15	c   setppc           :       2000          0        201          0          1          0          0          0          0          0
1793.82/1794.15	c   and              :      31544          0        201          0          1          0          0          0          0          0
1793.82/1794.15	c   linear           :          1          0        201          0          1          0          0          0          0          0
1793.82/1794.15	c   logicor          :       1000          0        201          0          1          0          0          0          0          0
1793.82/1794.15	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1793.82/1794.15	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1793.82/1794.15	c   integral         :       0.00       0.00       0.00       0.00       0.00
1793.82/1794.15	c   setppc           :       0.01       0.00       0.01       0.00       0.00
1793.82/1794.15	c   and              :       0.14       0.00       0.14       0.00       0.00
1793.82/1794.15	c   linear           :       0.02       0.00       0.02       0.00       0.00
1793.82/1794.15	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1793.82/1794.15	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1793.82/1794.15	c Propagators        :       Time      Calls    Cutoffs    DomReds
1793.82/1794.15	c   rootredcost      :       0.00          0          0          0
1793.82/1794.15	c   pseudoobj        :       0.00          1          0          0
1793.82/1794.15	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1793.82/1794.15	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1793.82/1794.15	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1793.82/1794.15	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1793.82/1794.15	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1793.82/1794.15	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1793.82/1794.15	c   applied globally :          -          -          -          0        0.0          -          -          -
1793.82/1794.15	c   applied locally  :          -          -          -          0        0.0          -          -          -
1793.82/1794.15	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1793.82/1794.15	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1793.82/1794.15	c   redcost          :       0.00          0          0          0          0          0
1793.82/1794.15	c   impliedbounds    :       0.00          0          0          0          0          0
1793.82/1794.15	c   intobj           :       0.00          0          0          0          0          0
1793.82/1794.15	c   gomory           :       0.00          0          0          0          0          0
1793.82/1794.15	c   strongcg         :       0.00          0          0          0          0          0
1793.82/1794.15	c   cmir             :       0.00          0          0          0          0          0
1793.82/1794.15	c   flowcover        :       0.00          0          0          0          0          0
1793.82/1794.15	c   clique           :       0.00          0          0          0          0          0
1793.82/1794.15	c   zerohalf         :       0.00          0          0          0          0          0
1793.82/1794.15	c   mcf              :       0.00          0          0          0          0          0
1793.82/1794.15	c Pricers            :       Time      Calls       Vars
1793.82/1794.15	c   problem variables:       0.00          0          0
1793.82/1794.15	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1793.82/1794.15	c   relpscost        :       0.00          0          0          0          0          0          0
1793.82/1794.15	c   pscost           :       0.00          0          0          0          0          0          0
1793.82/1794.15	c   inference        :       0.01          1          0          0          0          0          2
1793.82/1794.15	c   mostinf          :       0.00          0          0          0          0          0          0
1793.82/1794.15	c   leastinf         :       0.00          0          0          0          0          0          0
1793.82/1794.15	c   fullstrong       :       0.00          0          0          0          0          0          0
1793.82/1794.15	c   allfullstrong    :       0.00          0          0          0          0          0          0
1793.82/1794.15	c   random           :       0.00          0          0          0          0          0          0
1793.82/1794.15	c Primal Heuristics  :       Time      Calls      Found
1793.82/1794.15	c   LP solutions     :       0.00          -          0
1793.82/1794.15	c   pseudo solutions :       0.00          -          0
1793.82/1794.15	c   oneopt           :       0.00          0          0
1793.82/1794.15	c   simplerounding   :       0.00          0          0
1793.82/1794.15	c   rounding         :       0.00          0          0
1793.82/1794.15	c   shifting         :       0.00          0          0
1793.82/1794.15	c   intshifting      :       0.00          0          0
1793.82/1794.15	c   fixandinfer      :       0.00          0          0
1793.82/1794.15	c   feaspump         :       0.00          0          0
1793.82/1794.15	c   coefdiving       :       0.00          0          0
1793.82/1794.15	c   pscostdiving     :       0.00          0          0
1793.82/1794.15	c   fracdiving       :       0.00          0          0
1793.82/1794.15	c   veclendiving     :       0.00          0          0
1793.82/1794.15	c   intdiving        :       0.00          0          0
1793.82/1794.15	c   actconsdiving    :       0.00          0          0
1793.82/1794.15	c   objpscostdiving  :       0.00          0          0
1793.82/1794.15	c   rootsoldiving    :       0.00          0          0
1793.82/1794.15	c   linesearchdiving :       0.00          0          0
1793.82/1794.15	c   guideddiving     :       0.00          0          0
1793.82/1794.15	c   octane           :       0.00          0          0
1793.82/1794.15	c   rens             :       0.00          0          0
1793.82/1794.15	c   rins             :       0.00          0          0
1793.82/1794.15	c   localbranching   :       0.00          0          0
1793.82/1794.15	c   mutation         :       0.00          0          0
1793.82/1794.15	c   crossover        :       0.00          0          0
1793.82/1794.15	c   dins             :       0.00          0          0
1793.82/1794.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1793.82/1794.15	c   primal LP        :       0.00          0          0       0.00          -
1793.82/1794.15	c   dual LP          :    1791.53          1     109504  109504.00      61.12
1793.82/1794.15	c   barrier LP       :       0.00          0          0       0.00          -
1793.82/1794.15	c   diving/probing LP:       0.00          0          0       0.00          -
1793.82/1794.15	c   strong branching :       0.00          0          0       0.00          -
1793.82/1794.15	c     (at root node) :          -          0          0       0.00          -
1793.82/1794.15	c   conflict analysis:       0.00          0          0       0.00          -
1793.82/1794.15	c B&B Tree           :
1793.82/1794.15	c   number of runs   :          1
1793.82/1794.15	c   nodes            :          1
1793.82/1794.15	c   nodes (total)    :          1
1793.82/1794.15	c   nodes left       :          2
1793.82/1794.15	c   max depth        :          0
1793.82/1794.15	c   max depth (total):          0
1793.82/1794.15	c   backtracks       :          0 (0.0%)
1793.82/1794.15	c   delayed cutoffs  :          0
1793.82/1794.15	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1793.82/1794.15	c   avg switch length:       1.00
1793.82/1794.15	c   switching time   :       0.00
1793.82/1794.15	c Solution           :
1793.82/1794.15	c   Solutions found  :          0 (0 improvements)
1793.82/1794.15	c   Primal Bound     :          -
1793.82/1794.15	c   Dual Bound       : -1.00000000000000e+03
1793.82/1794.15	c   Gap              :   infinite
1793.82/1794.15	c   Root Dual Bound  : -1.00000000000000e+03
1794.01/1794.34	c Time complete: 1794.05.

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.04 1.96 3/176 12315
/proc/meminfo: memFree=25386456/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=9988 CPUtime=0 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 1789 0 0 0 0 0 0 0 20 0 1 0 341116273 10227712 1741 33554432000 4194304 7823515 140733920213984 140733638692664 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 2497 1741 354 887 0 1607 0

[startup+0.0349221 s]
/proc/loadavg: 2.12 2.04 1.96 3/176 12315
/proc/meminfo: memFree=25386456/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=19632 CPUtime=0.02 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 4202 0 0 0 2 0 0 0 20 0 1 0 341116273 20103168 4154 33554432000 4194304 7823515 140733920213984 140733920078600 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 4908 4154 354 887 0 4018 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19632

[startup+0.100326 s]
/proc/loadavg: 2.12 2.04 1.96 3/176 12315
/proc/meminfo: memFree=25386456/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=36272 CPUtime=0.09 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 8406 0 0 0 8 1 0 0 20 0 1 0 341116273 37142528 8358 33554432000 4194304 7823515 140733920213984 140733920078600 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 9068 8358 354 887 0 8178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36272

[startup+0.300176 s]
/proc/loadavg: 2.12 2.04 1.96 3/176 12315
/proc/meminfo: memFree=25386456/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=93320 CPUtime=0.28 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 22731 0 0 0 26 2 0 0 20 0 1 0 341116273 95559680 22267 33554432000 4194304 7823515 140733920213984 140733920078600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 23330 22267 404 887 0 22440 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 93320

[startup+0.700285 s]
/proc/loadavg: 2.12 2.04 1.96 3/176 12315
/proc/meminfo: memFree=25386456/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=117468 CPUtime=0.69 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 29032 0 0 0 62 7 0 0 20 0 1 0 341116273 120287232 28325 33554432000 4194304 7823515 140733920213984 140733920078600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 29367 28325 436 887 0 28477 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117468

[startup+1.50028 s]
/proc/loadavg: 2.12 2.04 1.96 3/177 12316
/proc/meminfo: memFree=25271420/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=232024 CPUtime=1.49 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 54719 0 0 0 133 16 0 0 20 0 1 0 341116273 237592576 55126 33554432000 4194304 7823515 140733920213984 140733920209336 6161797 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 58006 55126 507 887 0 57116 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 232024

[startup+3.10026 s]
/proc/loadavg: 2.12 2.04 1.96 3/177 12354
/proc/meminfo: memFree=25209620/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=250024 CPUtime=3.08 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 57946 0 0 0 292 16 0 0 20 0 1 0 341116273 256024576 58203 33554432000 4194304 7823515 140733920213984 140733920209784 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 62506 58203 523 887 0 61616 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 250024

[startup+6.3003 s]
/proc/loadavg: 2.11 2.04 1.96 3/177 12392
/proc/meminfo: memFree=24930512/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=252360 CPUtime=6.29 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 59247 0 0 0 611 18 0 0 20 0 1 0 341116273 258416640 59526 33554432000 4194304 7823515 140733920213984 140733920209672 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 63090 59526 523 887 0 62200 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 252360

[startup+12.7003 s]
/proc/loadavg: 2.10 2.04 1.96 3/177 12392
/proc/meminfo: memFree=24914240/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=256180 CPUtime=12.69 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 60421 0 0 0 1250 19 0 0 20 0 1 0 341116273 262328320 60700 33554432000 4194304 7823515 140733920213984 140733920209320 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 64045 60700 523 887 0 63155 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 256180

[startup+25.5003 s]
/proc/loadavg: 2.08 2.04 1.96 3/177 12392
/proc/meminfo: memFree=24893652/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=258092 CPUtime=25.49 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 61213 0 0 0 2528 21 0 0 20 0 1 0 341116273 264286208 61360 33554432000 4194304 7823515 140733920213984 140733920209320 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 64523 61360 523 887 0 63633 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 258092

[startup+51.1003 s]
/proc/loadavg: 2.05 2.04 1.96 3/177 12392
/proc/meminfo: memFree=24873968/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=268468 CPUtime=51.08 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 63756 0 0 0 5085 23 0 0 20 0 1 0 341116273 274911232 64205 33554432000 4194304 7823515 140733920213984 140733920209672 5924530 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 67117 64205 523 887 0 66227 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 268468

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 12393
/proc/meminfo: memFree=24857024/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=278740 CPUtime=102.28 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 66133 0 0 0 10202 26 0 0 20 0 1 0 341116273 285429760 67229 33554432000 4194304 7823515 140733920213984 140733920209320 6212418 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 69685 67229 523 887 0 68795 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 278740

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/178 12396
/proc/meminfo: memFree=24845192/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=296728 CPUtime=162.26 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 68444 0 0 0 16196 30 0 0 20 0 1 0 341116273 303849472 72089 33554432000 4194304 7823515 140733920213984 140733920209320 6211272 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 74182 72089 523 887 0 73292 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 296728

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/178 12418
/proc/meminfo: memFree=24821656/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=310296 CPUtime=222.24 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 69988 0 0 0 22191 33 0 0 20 0 1 0 341116273 317743104 75912 33554432000 4194304 7823515 140733920213984 140733920208648 6254631 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 77574 75912 523 887 0 76684 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 310296

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 12418
/proc/meminfo: memFree=24815244/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=282.24 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70409 0 0 0 28187 37 0 0 20 0 1 0 341116273 322748416 77355 33554432000 4194304 7823515 140733920213984 140733920209320 6212400 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77355 523 887 0 77906 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 315184

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12418
/proc/meminfo: memFree=24813928/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=342.23 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70409 0 0 0 34183 40 0 0 20 0 1 0 341116273 322748416 77355 33554432000 4194304 7823515 140733920213984 140733920209320 6211646 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77355 523 887 0 77906 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 315184

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12419
/proc/meminfo: memFree=24813924/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=402.22 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70409 0 0 0 40179 43 0 0 20 0 1 0 341116273 322748416 77355 33554432000 4194304 7823515 140733920213984 140733920209320 6254097 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77355 523 887 0 77906 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 315184

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12419
/proc/meminfo: memFree=24814420/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=462.21 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70409 0 0 0 46176 45 0 0 20 0 1 0 341116273 322748416 77355 33554432000 4194304 7823515 140733920213984 140733920209320 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77355 523 887 0 77906 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 315184

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12419
/proc/meminfo: memFree=24814320/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=522.2 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70411 0 0 0 52173 47 0 0 20 0 1 0 341116273 322748416 77355 33554432000 4194304 7823515 140733920213984 140733920208648 6253912 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77355 523 887 0 77906 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 315184

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 12419
/proc/meminfo: memFree=24804824/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=582.19 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70411 0 0 0 58170 49 0 0 20 0 1 0 341116273 322748416 77355 33554432000 4194304 7823515 140733920213984 140733920209320 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77355 523 887 0 77906 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 315184

[startup+642.3 s]

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

/proc/meminfo: memFree=24789820/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=1062.12 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70742 0 0 0 106143 69 0 0 20 0 1 0 341116273 322748416 77356 33554432000 4194304 7823515 140733920213984 140733920209320 6211707 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77356 524 887 0 77906 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 315184

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 12424
/proc/meminfo: memFree=24789212/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=1122.11 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70742 0 0 0 112139 72 0 0 20 0 1 0 341116273 322748416 77356 33554432000 4194304 7823515 140733920213984 140733920209672 6254473 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77356 524 887 0 77906 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 315184

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 12424
/proc/meminfo: memFree=24789276/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=1182.1 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70742 0 0 0 118135 75 0 0 20 0 1 0 341116273 322748416 77356 33554432000 4194304 7823515 140733920213984 140733920209736 6211707 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77356 524 887 0 77906 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 315184

[startup+1242.3 s]
/proc/loadavg: 2.07 2.03 1.98 3/177 12424
/proc/meminfo: memFree=24789276/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=1242.09 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70742 0 0 0 124132 77 0 0 20 0 1 0 341116273 322748416 77356 33554432000 4194304 7823515 140733920213984 140733920208648 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77356 524 887 0 77906 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 315184

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/176 12424
/proc/meminfo: memFree=24788664/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=1302.09 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70742 0 0 0 130128 81 0 0 20 0 1 0 341116273 322748416 77356 33554432000 4194304 7823515 140733920213984 140733920209320 6206144 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77356 524 887 0 77906 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 315184

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 12428
/proc/meminfo: memFree=24788652/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=1362.07 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70742 0 0 0 136124 83 0 0 20 0 1 0 341116273 322748416 77356 33554432000 4194304 7823515 140733920213984 140733920209320 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77356 524 887 0 77906 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 315184

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 12428
/proc/meminfo: memFree=24789528/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=1422.07 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70742 0 0 0 142121 86 0 0 20 0 1 0 341116273 322748416 77356 33554432000 4194304 7823515 140733920213984 140733920209320 6212418 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77356 524 887 0 77906 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 315184

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 12428
/proc/meminfo: memFree=24790372/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=1482.06 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70742 0 0 0 148117 89 0 0 20 0 1 0 341116273 322748416 77356 33554432000 4194304 7823515 140733920213984 140733920209320 6254076 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77356 524 887 0 77906 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 315184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12429
/proc/meminfo: memFree=24789508/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=1542.05 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70742 0 0 0 154113 92 0 0 20 0 1 0 341116273 322748416 77356 33554432000 4194304 7823515 140733920213984 140733920208648 6267021 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77356 524 887 0 77906 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 315184

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12429
/proc/meminfo: memFree=24789636/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=1602.03 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70742 0 0 0 160109 94 0 0 20 0 1 0 341116273 322748416 77356 33554432000 4194304 7823515 140733920213984 140733920209320 5924519 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77356 524 887 0 77906 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 315184

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24789636/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=1662.03 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70742 0 0 0 166106 97 0 0 20 0 1 0 341116273 322748416 77356 33554432000 4194304 7823515 140733920213984 140733920208648 6254153 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77356 524 887 0 77906 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 315184

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24789636/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=315184 CPUtime=1722.02 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 70742 0 0 0 172103 99 0 0 20 0 1 0 341116273 322748416 77356 33554432000 4194304 7823515 140733920213984 140733920209784 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 78796 77356 524 887 0 77906 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 315184

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24783432/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=321112 CPUtime=1782.01 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 71202 0 0 0 178100 101 0 0 20 0 1 0 341116273 328818688 78838 33554432000 4194304 7823515 140733920213984 140733920209672 6216465 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 80278 78838 524 887 0 79388 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 321112

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24783432/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=321112 CPUtime=1785.21 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 71202 0 0 0 178420 101 0 0 20 0 1 0 341116273 328818688 78838 33554432000 4194304 7823515 140733920213984 140733920209320 6908057 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 80278 78838 524 887 0 79388 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 321112

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24783804/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=321112 CPUtime=1788.41 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 71202 0 0 0 178740 101 0 0 20 0 1 0 341116273 328818688 78838 33554432000 4194304 7823515 140733920213984 140733920209320 6254623 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 80278 78838 524 887 0 79388 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 321112

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24783804/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=321112 CPUtime=1791.62 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 71202 0 0 0 179061 101 0 0 20 0 1 0 341116273 328818688 78838 33554432000 4194304 7823515 140733920213984 140733920209672 6212404 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 80278 78838 524 887 0 79388 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 321112

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24783804/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=321112 CPUtime=1793.21 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 71202 0 0 0 179220 101 0 0 20 0 1 0 341116273 328818688 78838 33554432000 4194304 7823515 140733920213984 140733920208648 6254149 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 80278 78838 524 887 0 79388 0
Current children cumulated CPU time (s) 1793.21
Current children cumulated vsize (KiB) 321112

[startup+1793.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24783804/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=321112 CPUtime=1793.61 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 71202 0 0 0 179260 101 0 0 20 0 1 0 341116273 328818688 78838 33554432000 4194304 7823515 140733920213984 140733920208648 6254589 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 80278 78838 524 887 0 79388 0
Current children cumulated CPU time (s) 1793.61
Current children cumulated vsize (KiB) 321112

[startup+1794.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 12430
/proc/meminfo: memFree=24783804/32873648 swapFree=6852/6852
[pid=12315] ppid=12313 vsize=321112 CPUtime=1794.01 cores=0,2,4,6
/proc/12315/stat : 12315 (pbscip.linux.x8) R 12313 12315 12217 0 -1 4202496 71214 0 0 0 179300 101 0 0 20 0 1 0 341116273 328818688 78850 33554432000 4194304 7823515 140733920213984 140733920208648 5875083 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12315/statm: 80278 78850 536 887 0 79388 0
Current children cumulated CPU time (s) 1794.01
Current children cumulated vsize (KiB) 321112

Child status: 0
Real time (s): 1794.34
CPU time (s): 1794.06
CPU user time (s): 1793.04
CPU system time (s): 1.01784
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 335344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.04
system time used= 1.01784
maximum resident set size= 329136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71221
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= 19
involuntary context switches= 2042

runsolver used 3.18552 second user time and 9.38857 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 20:58:10
IDJOB=3737609
IDBENCH=48269
IDSOLVER=2321
FILE ID=node112/3737609-1338749890
RUNJOBID= node112-1338748093-12233
PBS_JOBID= 14636784
Free space on /tmp= 71208 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737609-1338749890/watcher-3737609-1338749890 -o /tmp/evaluation-result-3737609-1338749890/solver-3737609-1338749890 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737609-1338749890.opb

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

MD5SUM BENCH= 24465d104818b01999b811ba346c3d8e
RANDOM SEED=870123616

node112.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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.763
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.763
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.763
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.763
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.763
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.763
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:        25386836 kB
Buffers:          553144 kB
Cached:          5994732 kB
SwapCached:            0 kB
Active:          1830740 kB
Inactive:        4789548 kB
Active(anon):      61368 kB
Inactive(anon):    10924 kB
Active(file):    1769372 kB
Inactive(file):  4778624 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10720 kB
Writeback:             0 kB
AnonPages:         76820 kB
Mapped:            16652 kB
Shmem:               200 kB
Slab:             730960 kB
SReclaimable:     174804 kB
SUnreclaim:       556156 kB
KernelStack:        1456 kB
PageTables:         4088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     184484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 71196 MiB
End job on node112 at 2012-06-03 21:28:05