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-3740216-1338733954.opb>
0.79/0.81 c original problem has 36722 variables (36722 bin, 0 int, 0 impl, 0 cont) and 123313 constraints
0.79/0.81 c problem read
0.79/0.81 c presolving settings loaded
1.00/1.06 c presolving:
4.19/4.24 c (round 1) 2588 del vars, 7291 del conss, 1789 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 8494710 impls, 0 clqs
5.09/5.17 c (round 2) 6027 del vars, 19586 del conss, 5029 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 8511944 impls, 0 clqs
5.29/5.40 c (round 3) 7185 del vars, 25034 del conss, 5612 chg bounds, 33 chg sides, 32 chg coeffs, 0 upgd conss, 8518096 impls, 0 clqs
5.39/5.48 c (round 4) 7564 del vars, 26732 del conss, 5777 chg bounds, 41 chg sides, 44 chg coeffs, 0 upgd conss, 8520867 impls, 0 clqs
5.49/5.53 c (round 5) 7667 del vars, 27255 del conss, 5827 chg bounds, 41 chg sides, 44 chg coeffs, 0 upgd conss, 8521916 impls, 0 clqs
5.49/5.57 c (round 6) 7699 del vars, 27445 del conss, 5842 chg bounds, 41 chg sides, 44 chg coeffs, 0 upgd conss, 8522022 impls, 0 clqs
5.49/5.59 c (round 7) 7699 del vars, 27475 del conss, 5842 chg bounds, 41 chg sides, 44 chg coeffs, 0 upgd conss, 8522022 impls, 0 clqs
5.89/5.93 c (round 8) 7699 del vars, 27476 del conss, 5842 chg bounds, 41 chg sides, 44 chg coeffs, 95837 upgd conss, 8522022 impls, 0 clqs
6.29/6.32 c (round 9) 7699 del vars, 27493 del conss, 5842 chg bounds, 107 chg sides, 293 chg coeffs, 95837 upgd conss, 8522022 impls, 0 clqs
284.23/284.38 c (283.6s) probing: 1000/29023 (3.4%) - 0 fixings, 0 aggregations, 7020543 implications, 0 bound changes
548.86/549.08 c (548.3s) probing: 2000/29023 (6.9%) - 0 fixings, 0 aggregations, 11547310 implications, 0 bound changes
549.26/549.43 c (548.6s) probing: 2001/29023 (6.9%) - 0 fixings, 0 aggregations, 11552072 implications, 0 bound changes
549.26/549.43 c (548.6s) probing aborted: 2000/2000 successive useless probings
549.26/549.43 c presolving (10 rounds):
549.26/549.43 c 7699 deleted vars, 27501 deleted constraints, 5842 tightened bounds, 0 added holes, 107 changed sides, 309 changed coefficients
549.26/549.43 c 45965780 implications, 0 cliques
549.26/549.43 c presolved problem has 29023 variables (29023 bin, 0 int, 0 impl, 0 cont) and 95859 constraints
549.26/549.43 c 1121 constraints of type <knapsack>
549.26/549.43 c 80418 constraints of type <setppc>
549.26/549.43 c 14320 constraints of type <logicor>
549.26/549.43 c transformed objective value is always integral (scale: 1)
549.26/549.43 c Presolving Time: 548.43
549.26/549.43 c - non default parameters ----------------------------------------------------------------------
549.26/549.43 c # SCIP version 1.2.1.3
549.26/549.43 c
549.26/549.43 c # frequency for displaying node information lines
549.26/549.43 c # [type: int, range: [-1,2147483647], default: 100]
549.26/549.43 c display/freq = 10000
549.26/549.43 c
549.26/549.43 c # maximal time in seconds to run
549.26/549.43 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
549.26/549.43 c limits/time = 1789.2
549.26/549.43 c
549.26/549.43 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
549.26/549.43 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
549.26/549.43 c limits/memory = 13950
549.26/549.43 c
549.26/549.43 c # default clock type (1: CPU user seconds, 2: wall clock time)
549.26/549.43 c # [type: int, range: [1,2], default: 1]
549.26/549.43 c timing/clocktype = 2
549.26/549.43 c
549.26/549.43 c # should presolving try to simplify inequalities
549.26/549.43 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
549.26/549.43 c constraints/linear/simplifyinequalities = TRUE
549.26/549.43 c
549.26/549.43 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
549.26/549.43 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
549.26/549.43 c constraints/indicator/addCouplingCons = TRUE
549.26/549.43 c
549.26/549.43 c # should presolving try to simplify knapsacks
549.26/549.43 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
549.26/549.43 c constraints/knapsack/simplifyinequalities = TRUE
549.26/549.43 c
549.26/549.43 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
549.26/549.43 c # [type: int, range: [-1,2147483647], default: -1]
549.26/549.43 c separating/rapidlearning/freq = 0
549.26/549.43 c
549.26/549.43 c -----------------------------------------------------------------------------------------------
549.26/549.43 c start solving
549.26/549.45 c
652.64/652.83 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
652.64/652.83 c 652s| 1 | 0 | 34822 | - |1374M| 0 | 242 | 29k| 95k| 29k| 95k| 0 | 0 | 0 | 7.200000e+01 | -- | Inf
1790.05/1790.47 c 1790s| 1 | 0 |126297 | - |1379M| 0 | - | 29k| 95k| 29k| 95k| 24 | 0 | 0 | 7.200000e+01 | -- | Inf
1790.15/1790.51 c 1790s| 1 | 2 |126297 | - |1379M| 0 | - | 29k| 95k| 29k| 95k| 24 | 0 | 0 | 7.200000e+01 | -- | Inf
1790.15/1790.51 c
1790.15/1790.51 c SCIP Status : solving was interrupted [time limit reached]
1790.15/1790.51 c Solving Time (sec) : 1789.70
1790.15/1790.51 c Solving Nodes : 1
1790.15/1790.51 c Primal Bound : +1.00000000000000e+20 (0 solutions)
1790.15/1790.51 c Dual Bound : +7.20000000000000e+01
1790.15/1790.51 c Gap : infinite
1790.15/1790.51 s UNKNOWN
1790.15/1790.51 c SCIP Status : solving was interrupted [time limit reached]
1790.15/1790.51 c Solving Time : 1789.70
1790.15/1790.51 c Original Problem :
1790.15/1790.51 c Problem name : HOME/instance-3740216-1338733954.opb
1790.15/1790.51 c Variables : 36722 (36722 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.15/1790.51 c Constraints : 123313 initial, 123313 maximal
1790.15/1790.51 c Presolved Problem :
1790.15/1790.51 c Problem name : t_HOME/instance-3740216-1338733954.opb
1790.15/1790.51 c Variables : 29023 (29023 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.15/1790.51 c Constraints : 95859 initial, 95859 maximal
1790.15/1790.51 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
1790.15/1790.51 c trivial : 0.01 544 0 0 0 0 0 0 0
1790.15/1790.51 c dualfix : 0.02 60 0 0 0 0 0 0 0
1790.15/1790.51 c boundshift : 0.00 0 0 0 0 0 0 0 0
1790.15/1790.51 c inttobinary : 0.00 0 0 0 0 0 0 0 0
1790.15/1790.51 c implics : 0.17 0 0 0 0 0 0 0 0
1790.15/1790.51 c probing : 542.99 0 0 0 0 0 0 0 0
1790.15/1790.51 c knapsack : 0.31 0 0 0 0 0 9 66 265
1790.15/1790.51 c setppc : 0.13 0 0 0 0 0 16 0 0
1790.15/1790.51 c linear : 4.60 5298 1797 0 5842 0 27476 41 44
1790.15/1790.51 c logicor : 0.04 0 0 0 0 0 0 0 0
1790.15/1790.51 c root node : - 0 - - 0 - - - -
1790.15/1790.51 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
1790.15/1790.51 c integral : 0 0 0 0 0 0 0 0 0 0
1790.15/1790.51 c knapsack : 1121 1 108411 0 1 0 0 32 0 0
1790.15/1790.51 c setppc : 80418 1 108411 0 1 0 0 0 0 0
1790.15/1790.51 c logicor : 14320 1 98067 0 1 0 0 0 0 0
1790.15/1790.51 c countsols : 0 0 0 0 1 0 0 0 0 0
1790.15/1790.51 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
1790.15/1790.51 c integral : 0.00 0.00 0.00 0.00 0.00
1790.15/1790.51 c knapsack : 7.28 0.00 7.28 0.00 0.00
1790.15/1790.51 c setppc : 318.55 0.01 318.51 0.00 0.03
1790.15/1790.51 c logicor : 3.44 0.00 3.43 0.00 0.01
1790.15/1790.51 c countsols : 0.00 0.00 0.00 0.00 0.00
1790.15/1790.51 c Propagators : Time Calls Cutoffs DomReds
1790.15/1790.51 c vbounds : 0.03 2 0 0
1790.15/1790.51 c rootredcost : 0.02 0 0 0
1790.15/1790.51 c pseudoobj : 0.02 2 0 0
1790.15/1790.51 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
1790.15/1790.51 c propagation : 0.00 0 0 0 0.0 0 0.0 -
1790.15/1790.51 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
1790.15/1790.51 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
1790.15/1790.51 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
1790.15/1790.51 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
1790.15/1790.51 c applied globally : - - - 0 0.0 - - -
1790.15/1790.51 c applied locally : - - - 0 0.0 - - -
1790.15/1790.51 c Separators : Time Calls Cutoffs DomReds Cuts Conss
1790.15/1790.51 c cut pool : 0.00 0 - - 0 - (maximal pool size: 314)
1790.15/1790.51 c redcost : 0.00 1 0 0 0 0
1790.15/1790.51 c impliedbounds : 0.00 1 0 0 0 0
1790.15/1790.51 c intobj : 0.00 0 0 0 0 0
1790.15/1790.51 c cgmip : 0.00 0 0 0 0 0
1790.15/1790.51 c gomory : 1.00 1 0 0 500 0
1790.15/1790.51 c strongcg : 0.68 1 0 0 500 0
1790.15/1790.51 c cmir : 6.12 1 0 0 0 0
1790.15/1790.51 c flowcover : 6.35 1 0 0 30 0
1790.15/1790.51 c clique : 422.61 1 0 0 0 0
1790.15/1790.51 c zerohalf : 0.00 0 0 0 0 0
1790.15/1790.51 c mcf : 10.83 1 0 0 56 0
1790.15/1790.51 c rapidlearning : 0.00 0 0 0 0 0
1790.15/1790.51 c Pricers : Time Calls Vars
1790.15/1790.51 c problem variables: 0.00 0 0
1790.15/1790.51 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
1790.15/1790.51 c relpscost : 0.00 0 0 0 0 0 0
1790.15/1790.51 c pscost : 0.00 0 0 0 0 0 0
1790.15/1790.51 c inference : 0.01 1 0 0 0 0 2
1790.15/1790.51 c mostinf : 0.00 0 0 0 0 0 0
1790.15/1790.51 c leastinf : 0.00 0 0 0 0 0 0
1790.15/1790.51 c fullstrong : 0.00 0 0 0 0 0 0
1790.15/1790.51 c allfullstrong : 0.00 0 0 0 0 0 0
1790.15/1790.51 c random : 0.00 0 0 0 0 0 0
1790.15/1790.51 c Primal Heuristics : Time Calls Found
1790.15/1790.51 c LP solutions : 0.00 - 0
1790.15/1790.51 c pseudo solutions : 0.00 - 0
1790.15/1790.51 c oneopt : 0.00 0 0
1790.15/1790.51 c trivial : 0.04 2 0
1790.15/1790.51 c simplerounding : 0.00 0 0
1790.15/1790.51 c zirounding : 0.00 0 0
1790.15/1790.51 c rounding : 0.00 1 0
1790.15/1790.51 c shifting : 0.00 1 0
1790.15/1790.51 c intshifting : 0.00 0 0
1790.15/1790.51 c twoopt : 0.00 0 0
1790.15/1790.51 c fixandinfer : 0.00 0 0
1790.15/1790.51 c feaspump : 51.91 1 0
1790.15/1790.51 c coefdiving : 0.00 0 0
1790.15/1790.51 c pscostdiving : 0.00 0 0
1790.15/1790.51 c fracdiving : 0.00 0 0
1790.15/1790.51 c veclendiving : 0.00 0 0
1790.15/1790.51 c intdiving : 0.00 0 0
1790.15/1790.51 c actconsdiving : 0.00 0 0
1790.15/1790.51 c objpscostdiving : 0.00 0 0
1790.15/1790.51 c rootsoldiving : 0.00 0 0
1790.15/1790.51 c linesearchdiving : 0.00 0 0
1790.15/1790.51 c guideddiving : 0.00 0 0
1790.15/1790.51 c octane : 0.00 0 0
1790.15/1790.51 c rens : 0.00 0 0
1790.15/1790.51 c rins : 0.00 0 0
1790.15/1790.51 c localbranching : 0.00 0 0
1790.15/1790.51 c mutation : 0.00 0 0
1790.15/1790.51 c crossover : 0.00 0 0
1790.15/1790.51 c dins : 0.00 0 0
1790.15/1790.51 c undercover : 0.00 0 0
1790.15/1790.51 c nlp : 0.00 0 0
1790.15/1790.51 c trysol : 0.00 0 0
1790.15/1790.51 c LP : Time Calls Iterations Iter/call Iter/sec
1790.15/1790.51 c primal LP : 0.00 0 0 0.00 -
1790.15/1790.51 c dual LP : 741.21 2 95992 47996.00 129.51
1790.15/1790.51 c lex dual LP : 0.00 0 0 0.00 -
1790.15/1790.51 c barrier LP : 0.00 0 0 0.00 -
1790.15/1790.51 c diving/probing LP: 51.39 32 30305 947.03 589.68
1790.15/1790.51 c strong branching : 0.00 0 0 0.00 -
1790.15/1790.51 c (at root node) : - 0 0 0.00 -
1790.15/1790.51 c conflict analysis: 0.00 0 0 0.00 -
1790.15/1790.51 c B&B Tree :
1790.15/1790.51 c number of runs : 1
1790.15/1790.51 c nodes : 1
1790.15/1790.51 c nodes (total) : 1
1790.15/1790.51 c nodes left : 2
1790.15/1790.51 c max depth : 0
1790.15/1790.51 c max depth (total): 0
1790.15/1790.51 c backtracks : 0 (0.0%)
1790.15/1790.51 c delayed cutoffs : 0
1790.15/1790.51 c repropagations : 0 (0 domain reductions, 0 cutoffs)
1790.15/1790.51 c avg switch length: 1.00
1790.15/1790.51 c switching time : 0.00
1790.15/1790.51 c Solution :
1790.15/1790.51 c Solutions found : 0 (0 improvements)
1790.15/1790.51 c Primal Bound : -
1790.15/1790.51 c Dual Bound : +7.20000000000000e+01
1790.15/1790.51 c Gap : infinite
1790.15/1790.51 c Root Dual Bound : +7.20000000000000e+01
1790.15/1790.51 c Root Iterations : 126297
1790.54/1790.93 c Time complete: 1790.58.
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-3740216-1338733954/watcher-3740216-1338733954 -o /tmp/evaluation-result-3740216-1338733954/solver-3740216-1338733954 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3740216-1338733954.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 19299
/proc/meminfo: memFree=26330396/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 1641 0 0 0 0 0 0 0 20 0 1 0 339522309 10211328 1587 33554432000 4194304 8395647 140734353459584 140734020499544 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 2493 1597 374 1026 0 1463 0
[startup+0.089809 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 19299
/proc/meminfo: memFree=26330396/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=26212 CPUtime=0.07 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 5788 0 0 0 7 0 0 0 20 0 1 0 339522309 26841088 5734 33554432000 4194304 8395647 140734353459584 140734020499544 7382036 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 6553 5734 393 1026 0 5523 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26212
[startup+0.100322 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 19299
/proc/meminfo: memFree=26330396/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=27236 CPUtime=0.08 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 6083 0 0 0 8 0 0 0 20 0 1 0 339522309 27889664 6029 33554432000 4194304 8395647 140734353459584 140734020499544 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 6809 6029 393 1026 0 5779 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27236
[startup+0.300268 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 19299
/proc/meminfo: memFree=26330396/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=42752 CPUtime=0.29 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 9914 0 0 0 28 1 0 0 20 0 1 0 339522309 43778048 9860 33554432000 4194304 8395647 140734353459584 140734020499544 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 10688 9860 393 1026 0 9658 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42752
[startup+0.700276 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 19299
/proc/meminfo: memFree=26330396/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=74956 CPUtime=0.69 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 17936 0 0 0 67 2 0 0 20 0 1 0 339522309 76754944 17882 33554432000 4194304 8395647 140734353459584 140734353324792 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 18739 17882 393 1026 0 17709 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74956
[startup+1.50028 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 19300
/proc/meminfo: memFree=26153176/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=250368 CPUtime=1.49 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 61486 0 0 0 141 8 0 0 20 0 1 0 339522309 256376832 61078 33554432000 4194304 8395647 140734353459584 140734353324792 6347101 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 62592 61078 469 1026 0 61562 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 250368
[startup+3.10028 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 19300
/proc/meminfo: memFree=26025092/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=397692 CPUtime=3.09 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 97881 0 0 0 296 13 0 0 20 0 1 0 339522309 407236608 97473 33554432000 4194304 8395647 140734353459584 140734353455336 6069578 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 99423 97473 469 1026 0 98393 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 397692
[startup+6.30029 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 19300
/proc/meminfo: memFree=25878756/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=507276 CPUtime=6.29 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 123499 0 0 0 612 17 0 0 20 0 1 0 339522309 519450624 123693 33554432000 4194304 8395647 140734353459584 140734353455384 4327586 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 126819 123693 499 1026 0 125789 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 507276
[startup+12.7003 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 19300
/proc/meminfo: memFree=25782552/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=566832 CPUtime=12.69 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 137657 0 0 0 1250 19 0 0 20 0 1 0 339522309 580435968 137835 33554432000 4194304 8395647 140734353459584 140734353455656 4684112 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 141708 137835 510 1026 0 140678 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 566832
[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 19300
/proc/meminfo: memFree=25724372/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=628468 CPUtime=25.48 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 152212 0 0 0 2527 21 0 0 20 0 1 0 339522309 643551232 152390 33554432000 4194304 8395647 140734353459584 140734353455512 6080665 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 157117 152390 510 1026 0 156087 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 628468
[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 19300
/proc/meminfo: memFree=25611772/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=740680 CPUtime=51.09 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 179783 0 0 0 5084 25 0 0 20 0 1 0 339522309 758456320 179961 33554432000 4194304 8395647 140734353459584 140734353455656 4660425 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 185170 179961 510 1026 0 184140 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 740680
[startup+102.306 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 19300
/proc/meminfo: memFree=25382168/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=960048 CPUtime=102.28 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 234515 0 0 0 10196 32 0 0 20 0 1 0 339522309 983089152 234693 33554432000 4194304 8395647 140734353459584 140734353455448 6080336 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 240012 234693 510 1026 0 238982 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 960048
[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 19301
/proc/meminfo: memFree=25169632/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=1172284 CPUtime=162.26 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 287524 0 0 0 16185 41 0 0 20 0 1 0 339522309 1200418816 287702 33554432000 4194304 8395647 140734353459584 140734353455656 5210338 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 293071 287702 510 1026 0 292041 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1172284
[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 19301
/proc/meminfo: memFree=25025656/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=1314516 CPUtime=222.25 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 322401 0 0 0 22177 48 0 0 20 0 1 0 339522309 1346064384 322579 33554432000 4194304 8395647 140734353459584 140734353455448 4705393 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 328629 322579 510 1026 0 327599 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1314516
[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19301
/proc/meminfo: memFree=24920544/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=1419476 CPUtime=282.23 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 348792 0 0 0 28170 53 0 0 20 0 1 0 339522309 1453543424 349043 33554432000 4194304 8395647 140734353459584 140734353455448 4918181 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 354869 349043 510 1026 0 353839 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 1419476
[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19301
/proc/meminfo: memFree=24849768/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=1489964 CPUtime=342.21 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 365955 0 0 0 34165 56 0 0 20 0 1 0 339522309 1525723136 366514 33554432000 4194304 8395647 140734353459584 140734353455656 5210321 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 372491 366514 515 1026 0 371461 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1489964
[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 19301
/proc/meminfo: memFree=24754192/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=1589612 CPUtime=402.2 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 389925 0 0 0 40160 60 0 0 20 0 1 0 339522309 1627762688 390483 33554432000 4194304 8395647 140734353459584 140734353455656 4911197 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 397403 390483 515 1026 0 396373 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 1589612
[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 19304
/proc/meminfo: memFree=24698860/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=1640068 CPUtime=462.18 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 403501 0 0 0 46156 62 0 0 20 0 1 0 339522309 1679429632 404055 33554432000 4194304 8395647 140734353459584 140734353455656 5210311 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 410017 404055 515 1026 0 408987 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 1640068
[startup+522.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 19305
/proc/meminfo: memFree=24633100/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=1706428 CPUtime=522.16 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 420028 0 0 0 52151 65 0 0 20 0 1 0 339522309 1747382272 420647 33554432000 4194304 8395647 140734353459584 140734353455656 5215872 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 426607 420647 515 1026 0 425577 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1706428
[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19305
/proc/meminfo: memFree=24461916/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=1889008 CPUtime=582.15 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 454683 0 0 0 58143 72 0 0 20 0 1 0 339522309 1934344192 463220 33554432000 4194304 8395647 140734353459584 140734353454712 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 472252 463220 586 1026 0 471222 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 1889008
[startup+642.3 s]
################
# More data... #
################
/proc/meminfo: memFree=25826548/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=1914868 CPUtime=1002.08 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 463670 0 0 0 100124 84 0 0 20 0 1 0 339522309 1960824832 472602 33554432000 4194304 8395647 140734353459584 140734353454872 5792689 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 478717 472602 613 1026 0 477687 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 1914868
[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19348
/proc/meminfo: memFree=25352052/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=1915884 CPUtime=1062.07 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 463760 0 0 0 106123 84 0 0 20 0 1 0 339522309 1961865216 472888 33554432000 4194304 8395647 140734353459584 140734353455608 5794573 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 478971 472888 613 1026 0 477941 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 1915884
[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19349
/proc/meminfo: memFree=24975468/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2052908 CPUtime=1122.06 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 468896 0 0 0 112119 87 0 0 20 0 1 0 339522309 2102177792 502285 33554432000 4194304 8395647 140734353459584 140734353455800 5794576 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 513227 502285 613 1026 0 512197 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 2052908
[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19349
/proc/meminfo: memFree=24683532/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1182.04 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471318 0 0 0 118114 90 0 0 20 0 1 0 339522309 2180472832 523727 33554432000 4194304 8395647 140734353459584 140734353454712 6697003 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 523727 628 1026 0 531312 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 2129368
[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19349
/proc/meminfo: memFree=24542448/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1242.03 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471318 0 0 0 124109 94 0 0 20 0 1 0 339522309 2180472832 526339 33554432000 4194304 8395647 140734353459584 140734353454712 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 526339 628 1026 0 531312 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 2129368
[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19349
/proc/meminfo: memFree=24437596/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1302.03 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471325 0 0 0 130105 98 0 0 20 0 1 0 339522309 2180472832 527794 33554432000 4194304 8395647 140734353459584 140734353454712 6698157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 527794 628 1026 0 531312 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 2129368
[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19349
/proc/meminfo: memFree=24326064/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1362.01 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471331 0 0 0 136099 102 0 0 20 0 1 0 339522309 2180472832 528040 33554432000 4194304 8395647 140734353459584 140734353454712 6697363 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 528040 628 1026 0 531312 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 2129368
[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19350
/proc/meminfo: memFree=24243832/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1422.01 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471336 0 0 0 142096 105 0 0 20 0 1 0 339522309 2180472832 528503 33554432000 4194304 8395647 140734353459584 140734353455144 6697383 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 528503 628 1026 0 531312 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 2129368
[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19350
/proc/meminfo: memFree=24164760/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1481.99 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471337 0 0 0 148090 109 0 0 20 0 1 0 339522309 2180472832 528504 33554432000 4194304 8395647 140734353459584 140734353454712 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 528504 628 1026 0 531312 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 2129368
[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19350
/proc/meminfo: memFree=24000716/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1541.98 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471337 0 0 0 154086 112 0 0 20 0 1 0 339522309 2180472832 528506 33554432000 4194304 8395647 140734353459584 140734353454712 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 528506 628 1026 0 531312 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 2129368
[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19350
/proc/meminfo: memFree=23997152/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1601.98 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471337 0 0 0 160083 115 0 0 20 0 1 0 339522309 2180472832 528506 33554432000 4194304 8395647 140734353459584 140734353454712 6697250 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 528506 628 1026 0 531312 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 2129368
[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19353
/proc/meminfo: memFree=23997488/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1661.97 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471337 0 0 0 166079 118 0 0 20 0 1 0 339522309 2180472832 528506 33554432000 4194304 8395647 140734353459584 140734353453992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 528506 628 1026 0 531312 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 2129368
[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19376
/proc/meminfo: memFree=23995968/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1721.96 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471337 0 0 0 172076 120 0 0 20 0 1 0 339522309 2180472832 528506 33554432000 4194304 8395647 140734353459584 140734353454712 6698055 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 528506 628 1026 0 531312 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 2129368
[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19376
/proc/meminfo: memFree=23996228/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1781.95 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471342 0 0 0 178072 123 0 0 20 0 1 0 339522309 2180472832 528511 33554432000 4194304 8395647 140734353459584 140734353454712 6698043 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 528511 628 1026 0 531312 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 2129368
Solver just ended. Dumping a history of the last processes samples
[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19376
/proc/meminfo: memFree=23996228/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1785.15 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471344 0 0 0 178392 123 0 0 20 0 1 0 339522309 2180472832 528513 33554432000 4194304 8395647 140734353459584 140734353454712 6699317 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 528513 628 1026 0 531312 0
Current children cumulated CPU time (s) 1785.15
Current children cumulated vsize (KiB) 2129368
[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19376
/proc/meminfo: memFree=23996212/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1788.35 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471344 0 0 0 178712 123 0 0 20 0 1 0 339522309 2180472832 528513 33554432000 4194304 8395647 140734353459584 140734353454712 6697663 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 528513 628 1026 0 531312 0
Current children cumulated CPU time (s) 1788.35
Current children cumulated vsize (KiB) 2129368
[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19376
/proc/meminfo: memFree=23996212/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=2129368 CPUtime=1789.95 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471345 0 0 0 178872 123 0 0 20 0 1 0 339522309 2180472832 528514 33554432000 4194304 8395647 140734353459584 140734353454712 6752539 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 532342 528514 628 1026 0 531312 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 2129368
[startup+1790.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19376
/proc/meminfo: memFree=24167188/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=1948924 CPUtime=1790.35 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471353 0 0 0 178912 123 0 0 20 0 1 0 339522309 1995698176 485741 33554432000 4194304 8395647 140734353459584 140734353458744 6063821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 487231 485741 636 1026 0 486201 0
Current children cumulated CPU time (s) 1790.35
Current children cumulated vsize (KiB) 1948924
[startup+1790.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19376
/proc/meminfo: memFree=24167188/32873648 swapFree=6864/6864
[pid=19299] ppid=19297 vsize=1900088 CPUtime=1790.54 cores=0,2,4,6
/proc/19299/stat : 19299 (pbscip.linux.x8) R 19297 19299 16401 0 -1 4202496 471353 0 0 0 178931 123 0 0 20 0 1 0 339522309 1945690112 474572 33554432000 4194304 8395647 140734353459584 140734353458744 6345887 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19299/statm: 475022 474572 636 1026 0 473992 0
Current children cumulated CPU time (s) 1790.54
Current children cumulated vsize (KiB) 1900088
Child status: 0
Real time (s): 1790.93
CPU time (s): 1790.59
CPU user time (s): 1789.34
CPU system time (s): 1.24881
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 2129368
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.34
system time used= 1.24881
maximum resident set size= 2114076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471359
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= 101
involuntary context switches= 1867
runsolver used 3.69744 second user time and 8.63769 second system time
The end