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-3740928-1338746228.opb>
57.66/57.74 c original problem has 311827 variables (311827 bin, 0 int, 0 impl, 0 cont) and 7317246 constraints
57.66/57.74 c problem read
57.66/57.74 c No objective function, only one solution is needed.
57.66/57.75 c presolving settings loaded
66.66/66.74 c presolving:
115.65/115.77 c (round 1) 1 del vars, 8 del conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 7317237 upgd conss, 3118162 impls, 11481 clqs
127.95/128.05 c presolving (2 rounds):
127.95/128.05 c 1 deleted vars, 30 deleted constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
127.95/128.05 c 3118162 implications, 11481 cliques
127.95/128.05 c presolved problem has 311826 variables (311826 bin, 0 int, 0 impl, 0 cont) and 7317216 constraints
127.95/128.05 c 732181 constraints of type <knapsack>
127.95/128.05 c 1539825 constraints of type <setppc>
127.95/128.05 c 1 constraints of type <linear>
127.95/128.05 c 5045209 constraints of type <logicor>
127.95/128.05 c transformed objective value is always integral (scale: 1)
127.95/128.05 c Presolving Time: 61.86
127.95/128.05 c - non default parameters ----------------------------------------------------------------------
127.95/128.05 c # SCIP version 1.2.1.3
127.95/128.05 c
127.95/128.05 c # frequency for displaying node information lines
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 100]
127.95/128.05 c display/freq = 10000
127.95/128.05 c
127.95/128.05 c # maximal time in seconds to run
127.95/128.05 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
127.95/128.05 c limits/time = 1732.29
127.95/128.05 c
127.95/128.05 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
127.95/128.05 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
127.95/128.05 c limits/memory = 13950
127.95/128.05 c
127.95/128.05 c # solving stops, if the given number of solutions were found (-1: no limit)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: -1]
127.95/128.05 c limits/solutions = 1
127.95/128.05 c
127.95/128.05 c # maximal number of separation rounds per node (-1: unlimited)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 5]
127.95/128.05 c separating/maxrounds = 1
127.95/128.05 c
127.95/128.05 c # maximal number of separation rounds in the root node (-1: unlimited)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: -1]
127.95/128.05 c separating/maxroundsroot = 5
127.95/128.05 c
127.95/128.05 c # default clock type (1: CPU user seconds, 2: wall clock time)
127.95/128.05 c # [type: int, range: [1,2], default: 1]
127.95/128.05 c timing/clocktype = 2
127.95/128.05 c
127.95/128.05 c # should presolving try to simplify inequalities
127.95/128.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
127.95/128.05 c constraints/linear/simplifyinequalities = TRUE
127.95/128.05 c
127.95/128.05 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
127.95/128.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
127.95/128.05 c constraints/indicator/addCouplingCons = TRUE
127.95/128.05 c
127.95/128.05 c # should disaggregation of knapsack constraints be allowed in preprocessing?
127.95/128.05 c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
127.95/128.05 c constraints/knapsack/disaggregation = FALSE
127.95/128.05 c
127.95/128.05 c # should presolving try to simplify knapsacks
127.95/128.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
127.95/128.05 c constraints/knapsack/simplifyinequalities = TRUE
127.95/128.05 c
127.95/128.05 c # maximal number of presolving rounds the presolver participates in (-1: no limit)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: -1]
127.95/128.05 c presolving/probing/maxrounds = 0
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 10]
127.95/128.05 c heuristics/coefdiving/freq = -1
127.95/128.05 c
127.95/128.05 c # maximal fraction of diving LP iterations compared to node LP iterations
127.95/128.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
127.95/128.05 c heuristics/coefdiving/maxlpiterquot = 0.075
127.95/128.05 c
127.95/128.05 c # additional number of allowed LP iterations
127.95/128.05 c # [type: int, range: [0,2147483647], default: 1000]
127.95/128.05 c heuristics/coefdiving/maxlpiterofs = 1500
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 30]
127.95/128.05 c heuristics/crossover/freq = -1
127.95/128.05 c
127.95/128.05 c # number of nodes added to the contingent of the total nodes
127.95/128.05 c # [type: longint, range: [0,9223372036854775807], default: 500]
127.95/128.05 c heuristics/crossover/nodesofs = 750
127.95/128.05 c
127.95/128.05 c # number of nodes without incumbent change that heuristic should wait
127.95/128.05 c # [type: longint, range: [0,9223372036854775807], default: 200]
127.95/128.05 c heuristics/crossover/nwaitingnodes = 100
127.95/128.05 c
127.95/128.05 c # contingent of sub problem nodes in relation to the number of nodes of the original problem
127.95/128.05 c # [type: real, range: [0,1], default: 0.1]
127.95/128.05 c heuristics/crossover/nodesquot = 0.15
127.95/128.05 c
127.95/128.05 c # minimum percentage of integer variables that have to be fixed
127.95/128.05 c # [type: real, range: [0,1], default: 0.666]
127.95/128.05 c heuristics/crossover/minfixingrate = 0.5
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 20]
127.95/128.05 c heuristics/feaspump/freq = -1
127.95/128.05 c
127.95/128.05 c # additional number of allowed LP iterations
127.95/128.05 c # [type: int, range: [0,2147483647], default: 1000]
127.95/128.05 c heuristics/feaspump/maxlpiterofs = 2000
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 10]
127.95/128.05 c heuristics/fracdiving/freq = -1
127.95/128.05 c
127.95/128.05 c # maximal fraction of diving LP iterations compared to node LP iterations
127.95/128.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
127.95/128.05 c heuristics/fracdiving/maxlpiterquot = 0.075
127.95/128.05 c
127.95/128.05 c # additional number of allowed LP iterations
127.95/128.05 c # [type: int, range: [0,2147483647], default: 1000]
127.95/128.05 c heuristics/fracdiving/maxlpiterofs = 1500
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 10]
127.95/128.05 c heuristics/guideddiving/freq = -1
127.95/128.05 c
127.95/128.05 c # maximal fraction of diving LP iterations compared to node LP iterations
127.95/128.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
127.95/128.05 c heuristics/guideddiving/maxlpiterquot = 0.075
127.95/128.05 c
127.95/128.05 c # additional number of allowed LP iterations
127.95/128.05 c # [type: int, range: [0,2147483647], default: 1000]
127.95/128.05 c heuristics/guideddiving/maxlpiterofs = 1500
127.95/128.05 c
127.95/128.05 c # maximal fraction of diving LP iterations compared to node LP iterations
127.95/128.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
127.95/128.05 c heuristics/intdiving/maxlpiterquot = 0.075
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 10]
127.95/128.05 c heuristics/intshifting/freq = -1
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 10]
127.95/128.05 c heuristics/linesearchdiving/freq = -1
127.95/128.05 c
127.95/128.05 c # maximal fraction of diving LP iterations compared to node LP iterations
127.95/128.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
127.95/128.05 c heuristics/linesearchdiving/maxlpiterquot = 0.075
127.95/128.05 c
127.95/128.05 c # additional number of allowed LP iterations
127.95/128.05 c # [type: int, range: [0,2147483647], default: 1000]
127.95/128.05 c heuristics/linesearchdiving/maxlpiterofs = 1500
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 1]
127.95/128.05 c heuristics/nlp/freq = -1
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 20]
127.95/128.05 c heuristics/objpscostdiving/freq = -1
127.95/128.05 c
127.95/128.05 c # maximal fraction of diving LP iterations compared to total iteration number
127.95/128.05 c # [type: real, range: [0,1], default: 0.01]
127.95/128.05 c heuristics/objpscostdiving/maxlpiterquot = 0.015
127.95/128.05 c
127.95/128.05 c # additional number of allowed LP iterations
127.95/128.05 c # [type: int, range: [0,2147483647], default: 1000]
127.95/128.05 c heuristics/objpscostdiving/maxlpiterofs = 1500
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 1]
127.95/128.05 c heuristics/oneopt/freq = -1
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 10]
127.95/128.05 c heuristics/pscostdiving/freq = -1
127.95/128.05 c
127.95/128.05 c # maximal fraction of diving LP iterations compared to node LP iterations
127.95/128.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
127.95/128.05 c heuristics/pscostdiving/maxlpiterquot = 0.075
127.95/128.05 c
127.95/128.05 c # additional number of allowed LP iterations
127.95/128.05 c # [type: int, range: [0,2147483647], default: 1000]
127.95/128.05 c heuristics/pscostdiving/maxlpiterofs = 1500
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 0]
127.95/128.05 c heuristics/rens/freq = -1
127.95/128.05 c
127.95/128.05 c # minimum percentage of integer variables that have to be fixable
127.95/128.05 c # [type: real, range: [0,1], default: 0.5]
127.95/128.05 c heuristics/rens/minfixingrate = 0.3
127.95/128.05 c
127.95/128.05 c # number of nodes added to the contingent of the total nodes
127.95/128.05 c # [type: longint, range: [0,9223372036854775807], default: 500]
127.95/128.05 c heuristics/rens/nodesofs = 2000
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 20]
127.95/128.05 c heuristics/rootsoldiving/freq = -1
127.95/128.05 c
127.95/128.05 c # maximal fraction of diving LP iterations compared to node LP iterations
127.95/128.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
127.95/128.05 c heuristics/rootsoldiving/maxlpiterquot = 0.015
127.95/128.05 c
127.95/128.05 c # additional number of allowed LP iterations
127.95/128.05 c # [type: int, range: [0,2147483647], default: 1000]
127.95/128.05 c heuristics/rootsoldiving/maxlpiterofs = 1500
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 1]
127.95/128.05 c heuristics/rounding/freq = -1
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 10]
127.95/128.05 c heuristics/shifting/freq = -1
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 1]
127.95/128.05 c heuristics/simplerounding/freq = -1
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 0]
127.95/128.05 c heuristics/trivial/freq = -1
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 1]
127.95/128.05 c heuristics/trysol/freq = -1
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 10]
127.95/128.05 c heuristics/veclendiving/freq = -1
127.95/128.05 c
127.95/128.05 c # maximal fraction of diving LP iterations compared to node LP iterations
127.95/128.05 c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
127.95/128.05 c heuristics/veclendiving/maxlpiterquot = 0.075
127.95/128.05 c
127.95/128.05 c # additional number of allowed LP iterations
127.95/128.05 c # [type: int, range: [0,2147483647], default: 1000]
127.95/128.05 c heuristics/veclendiving/maxlpiterofs = 1500
127.95/128.05 c
127.95/128.05 c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 1]
127.95/128.05 c heuristics/zirounding/freq = -1
127.95/128.05 c
127.95/128.05 c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 0]
127.95/128.05 c separating/cmir/freq = -1
127.95/128.05 c
127.95/128.05 c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: 0]
127.95/128.05 c separating/flowcover/freq = -1
127.95/128.05 c
127.95/128.05 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
127.95/128.05 c # [type: int, range: [-1,2147483647], default: -1]
127.95/128.05 c separating/rapidlearning/freq = 0
127.95/128.05 c
127.95/128.05 c -----------------------------------------------------------------------------------------------
127.95/128.05 c start solving
128.66/128.73 c
145.15/145.27 EMALLC02 realloc: Out of memory - cannot allocate 58537728 bytes
145.15/145.27 c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XMALLC02 realloc: Could not allocate enough memory
145.26/145.30 c pressed CTRL-C 1 times (5 times for forcing termination)
145.36/145.47 EMALLC02 realloc: Out of memory - cannot allocate 58537728 bytes
145.36/145.47 c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XMALLC02 realloc: Could not allocate enough memory
145.65/145.70 EMALLC02 realloc: Out of memory - cannot allocate 58537728 bytes
145.65/145.70 c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XMALLC02 realloc: Could not allocate enough memory
145.65/145.70 c [src/scip/lp.c:11052] ERROR: (node 1) error or unknown return status of primal simplex in LP 0 (internal status: 0)
145.65/145.70 c [src/scip/lp.c:11105] ERROR: Error <-6> in function call
145.65/145.70 c [src/scip/lp.c:11274] ERROR: Error <-6> in function call
145.65/145.70 c [src/scip/solve.c:801] ERROR: Error <-6> in function call
145.65/145.70 c [src/scip/solve.c:1912] ERROR: Error <-6> in function call
145.65/145.70 c [src/scip/solve.c:2591] ERROR: Error <-6> in function call
145.65/145.70 c [src/scip/solve.c:3206] ERROR: Error <-6> in function call
145.65/145.70 c [src/scip/scip.c:6312] ERROR: Error <-6> in function call
145.65/145.70 c [src/cmain.c:674] ERROR: Error <-6> in function call
145.65/145.70 c [src/cmain.c:849] ERROR: Error <-6> in function call
145.65/145.70 c [src/cmain.c:925] ERROR: Error <-6> in function call
145.65/145.70 c SCIP Error (-6): c error in LP solverc
145.65/145.70 c Time complete: 145.65.
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-3740928-1338746228/watcher-3740928-1338746228 -o /tmp/evaluation-result-3740928-1338746228/solver-3740928-1338746228 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3740928-1338746228.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.15 2.03 2.01 3/176 14681
/proc/meminfo: memFree=25501380/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 1374 0 0 0 0 0 0 0 20 0 1 0 340752214 9158656 1320 33554432000 4194304 8395647 140733382525456 140737477019832 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14681/statm: 2236 1320 374 1026 0 1206 0
[startup+0.0384949 s]
/proc/loadavg: 2.15 2.03 2.01 3/176 14681
/proc/meminfo: memFree=25501380/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=12472 CPUtime=0.03 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 2374 0 0 0 3 0 0 0 20 0 1 0 340752214 12771328 2320 33554432000 4194304 8395647 140733382525456 140737477019832 5758564 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14681/statm: 3118 2320 390 1026 0 2088 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12472
[startup+0.100217 s]
/proc/loadavg: 2.15 2.03 2.01 3/176 14681
/proc/meminfo: memFree=25501380/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=17112 CPUtime=0.09 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 3515 0 0 0 9 0 0 0 20 0 1 0 340752214 17522688 3461 33554432000 4194304 8395647 140733382525456 140737477019832 6349013 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14681/statm: 4278 3461 390 1026 0 3248 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17112
[startup+0.300219 s]
/proc/loadavg: 2.15 2.03 2.01 3/176 14681
/proc/meminfo: memFree=25501380/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=28120 CPUtime=0.29 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 6286 0 0 0 28 1 0 0 20 0 1 0 340752214 28794880 6232 33554432000 4194304 8395647 140733382525456 140737477019832 7301504 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14681/statm: 7030 6232 390 1026 0 6000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28120
[startup+0.700219 s]
/proc/loadavg: 2.15 2.03 2.01 3/176 14681
/proc/meminfo: memFree=25501380/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=50016 CPUtime=0.69 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 11737 0 0 0 67 2 0 0 20 0 1 0 340752214 51216384 11683 33554432000 4194304 8395647 140733382525456 140733382390664 7278653 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14681/statm: 12504 11683 390 1026 0 11474 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50016
[startup+1.50022 s]
/proc/loadavg: 2.15 2.03 2.01 3/177 14682
/proc/meminfo: memFree=25443208/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=91200 CPUtime=1.49 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 21997 0 0 0 146 3 0 0 20 0 1 0 340752214 93388800 21943 33554432000 4194304 8395647 140733382525456 140733382390664 7382016 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14681/statm: 22800 21943 390 1026 0 21770 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91200
[startup+3.1002 s]
/proc/loadavg: 2.15 2.03 2.01 3/177 14682
/proc/meminfo: memFree=25392864/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=173672 CPUtime=3.09 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 42516 0 0 0 302 7 0 0 20 0 1 0 340752214 177840128 42462 33554432000 4194304 8395647 140733382525456 140733382390216 7370087 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14681/statm: 43418 42462 390 1026 0 42388 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 173672
[startup+6.30022 s]
/proc/loadavg: 2.14 2.03 2.01 3/177 14682
/proc/meminfo: memFree=25223860/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=336704 CPUtime=6.28 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 83384 0 0 0 615 13 0 0 20 0 1 0 340752214 344784896 83330 33554432000 4194304 8395647 140733382525456 140733382390328 7382041 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14681/statm: 84176 83330 390 1026 0 83146 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 336704
[startup+12.7002 s]
/proc/loadavg: 2.13 2.03 2.01 3/177 14682
/proc/meminfo: memFree=24888696/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=662072 CPUtime=12.68 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 164565 0 0 0 1242 26 0 0 20 0 1 0 340752214 677961728 164511 33554432000 4194304 8395647 140733382525456 140733382390664 7382041 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14681/statm: 165518 164511 390 1026 0 164488 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 662072
[startup+25.5002 s]
/proc/loadavg: 2.10 2.03 2.01 3/177 14682
/proc/meminfo: memFree=24226468/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=1306580 CPUtime=25.48 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 323844 0 0 0 2497 51 0 0 20 0 1 0 340752214 1337937920 325323 33554432000 4194304 8395647 140733382525456 140733382390664 4245985 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14681/statm: 326645 325323 390 1026 0 325615 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306580
[startup+51.1002 s]
/proc/loadavg: 2.06 2.03 2.01 3/177 14682
/proc/meminfo: memFree=22956376/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=2590632 CPUtime=51.07 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 639387 0 0 0 5007 100 0 0 20 0 1 0 340752214 2652807168 644954 33554432000 4194304 8395647 140733382525456 140733382390664 5753573 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14681/statm: 647658 644954 390 1026 0 646628 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2590632
[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 14683
/proc/meminfo: memFree=16359352/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=9230552 CPUtime=102.26 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 2212435 0 0 0 9898 328 0 0 20 0 1 0 340752214 9452085248 2288773 33554432000 4194304 8395647 140733382525456 140733382521288 6347101 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14681/statm: 2307638 2288804 481 1026 0 2306608 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9230552
Maximum VSize exceeded: sending SIGTERM then SIGKILL
[startup+145.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14683
/proc/meminfo: memFree=11173464/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=15918372 CPUtime=145.26 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 2723555 0 0 0 14025 501 0 0 20 0 1 0 340752214 16300412928 3578499 33554432000 4194304 8395647 140733382525456 140733382520952 6470683 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14681/statm: 3979593 3578499 657 1026 0 3978563 0
Current children cumulated CPU time (s) 145.26
Current children cumulated vsize (KiB) 15918372
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Solver just ended. Dumping a history of the last processes samples
[startup+145.407 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14683
/proc/meminfo: memFree=11173464/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=15918372 CPUtime=145.36 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202496 2723555 0 0 0 14035 501 0 0 20 0 1 0 340752214 16300412928 3578499 33554432000 4194304 8395647 140733382525456 140733382520952 6514086 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14681/statm: 3979593 3578499 657 1026 0 3978563 0
Current children cumulated CPU time (s) 145.36
Current children cumulated vsize (KiB) 15918372
[startup+146.2 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 14684
/proc/meminfo: memFree=21927240/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=0 CPUtime=146.15 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202500 2723555 0 0 0 14064 551 0 0 20 0 1 0 340752214 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14681/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 146.15
Current children cumulated vsize (KiB) 0
[startup+146.4 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 14684
/proc/meminfo: memFree=21927240/32873844 swapFree=7628/7628
[pid=14681] ppid=14679 vsize=0 CPUtime=146.34 cores=0,2,4,6
/proc/14681/stat : 14681 (pbscip.linux.x8) R 14679 14681 25613 0 -1 4202500 2723555 0 0 0 14064 570 0 0 20 0 1 0 340752214 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14681/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 146.34
Current children cumulated vsize (KiB) 0
Child status: 255
Real time (s): 146.404
CPU time (s): 146.36
CPU user time (s): 140.649
CPU system time (s): 5.71113
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 15918372
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.649
system time used= 5.71113
maximum resident set size= 14313996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2723555
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= 3
involuntary context switches= 268
runsolver used 0.340948 second user time and 0.667898 second system time
The end