Trace number 1884427

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1802.22 1802.84

General information on the benchmark

Name/PURE-SAT/SAT_RACE06/
manol-pipe-g7nidw.opb
MD5SUM21342b3f9ff0e3703cb92fe827fedc3e
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark44.6252
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables75496
Total number of constraints222379
Number of constraints which are clauses222379
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.19/3.27	c SCIP version 1.1.0.7
3.19/3.27	c LP-Solver SoPlex 1.4.1
3.19/3.27	c user parameter file <scip.set> not found - using default parameters
3.19/3.27	c read problem <HOME/instance-1884427-1245258267.opb>
3.19/3.27	c original problem has 75496 variables (75496 bin, 0 int, 0 impl, 0 cont) and 222379 constraints
4.18/4.23	c No objective function, only one solution is needed.
4.18/4.23	c start presolving problem
4.18/4.23	c presolving:
7.09/7.12	c (round 1) 844 del vars, 1349 del conss, 262 chg bounds, 0 chg sides, 26 chg coeffs, 0 upgd conss, 2771103 impls, 0 clqs
7.29/7.34	c (round 2) 844 del vars, 2378 del conss, 262 chg bounds, 0 chg sides, 26 chg coeffs, 0 upgd conss, 2771169 impls, 0 clqs
9.39/9.47	c (round 3) 844 del vars, 2383 del conss, 262 chg bounds, 0 chg sides, 26 chg coeffs, 219996 upgd conss, 2771169 impls, 0 clqs
9.89/9.93	c presolving (4 rounds):
9.89/9.93	c  844 deleted vars, 2383 deleted constraints, 262 tightened bounds, 0 added holes, 0 changed sides, 26 changed coefficients
9.89/9.93	c  2771169 implications, 0 cliques
9.89/9.93	c presolved problem has 74652 variables (74652 bin, 0 int, 0 impl, 0 cont) and 219996 constraints
9.89/9.93	c  219996 constraints of type <logicor>
9.89/9.93	c transformed objective value is always integral (scale: 1)
9.89/9.93	c Presolving Time: 5.06
9.89/9.93	c PURESAT
9.89/9.93	c -----------------------------------------------------------------------------------------------
9.89/9.93	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 0]
9.89/9.93	c separating/flowcover/freq = c -1
9.89/9.93	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 0]
9.89/9.93	c separating/cmir/freq = c -1
9.89/9.93	c # additional number of allowed LP iterations
9.89/9.93	c # [type: int, range: [0,2147483647], default: 1000]
9.89/9.93	c heuristics/veclendiving/maxlpiterofs = c 1500
9.89/9.93	c # maximal fraction of diving LP iterations compared to node LP iterations
9.89/9.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
9.89/9.93	c heuristics/veclendiving/maxlpiterquot = c 0.075
9.89/9.93	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 10]
9.89/9.93	c heuristics/veclendiving/freq = c -1
9.89/9.93	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 1]
9.89/9.93	c heuristics/simplerounding/freq = c -1
9.89/9.93	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 10]
9.89/9.93	c heuristics/shifting/freq = c -1
9.89/9.93	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 1]
9.89/9.93	c heuristics/rounding/freq = c -1
9.89/9.93	c # additional number of allowed LP iterations
9.89/9.93	c # [type: int, range: [0,2147483647], default: 1000]
9.89/9.93	c heuristics/rootsoldiving/maxlpiterofs = c 1500
9.89/9.93	c # maximal fraction of diving LP iterations compared to node LP iterations
9.89/9.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
9.89/9.93	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
9.89/9.93	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 20]
9.89/9.93	c heuristics/rootsoldiving/freq = c -1
9.89/9.93	c # number of nodes added to the contingent of the total nodes
9.89/9.93	c # [type: longint, range: [0,9223372036854775807], default: 500]
9.89/9.93	c heuristics/rens/nodesofs = c 2000
9.89/9.93	c # minimum percentage of integer variables that have to be fixable 
9.89/9.93	c # [type: real, range: [0,1], default: 0.5]
9.89/9.93	c heuristics/rens/minfixingrate = c 0.3
9.89/9.93	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 0]
9.89/9.93	c heuristics/rens/freq = c -1
9.89/9.93	c # additional number of allowed LP iterations
9.89/9.93	c # [type: int, range: [0,2147483647], default: 1000]
9.89/9.93	c heuristics/pscostdiving/maxlpiterofs = c 1500
9.89/9.93	c # maximal fraction of diving LP iterations compared to node LP iterations
9.89/9.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
9.89/9.93	c heuristics/pscostdiving/maxlpiterquot = c 0.075
9.89/9.93	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 10]
9.89/9.93	c heuristics/pscostdiving/freq = c -1
9.89/9.93	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 1]
9.89/9.93	c heuristics/oneopt/freq = c -1
9.89/9.93	c # additional number of allowed LP iterations
9.89/9.93	c # [type: int, range: [0,2147483647], default: 1000]
9.89/9.93	c heuristics/objpscostdiving/maxlpiterofs = c 1500
9.89/9.93	c # maximal fraction of diving LP iterations compared to total iteration number
9.89/9.93	c # [type: real, range: [0,1], default: 0.01]
9.89/9.93	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
9.89/9.93	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 20]
9.89/9.93	c heuristics/objpscostdiving/freq = c -1
9.89/9.93	c # additional number of allowed LP iterations
9.89/9.93	c # [type: int, range: [0,2147483647], default: 1000]
9.89/9.93	c heuristics/linesearchdiving/maxlpiterofs = c 1500
9.89/9.93	c # maximal fraction of diving LP iterations compared to node LP iterations
9.89/9.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
9.89/9.93	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
9.89/9.93	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 10]
9.89/9.93	c heuristics/linesearchdiving/freq = c -1
9.89/9.93	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 10]
9.89/9.93	c heuristics/intshifting/freq = c -1
9.89/9.93	c # maximal fraction of diving LP iterations compared to node LP iterations
9.89/9.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
9.89/9.93	c heuristics/intdiving/maxlpiterquot = c 0.075
9.89/9.93	c # additional number of allowed LP iterations
9.89/9.93	c # [type: int, range: [0,2147483647], default: 1000]
9.89/9.93	c heuristics/guideddiving/maxlpiterofs = c 1500
9.89/9.93	c # maximal fraction of diving LP iterations compared to node LP iterations
9.89/9.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
9.89/9.93	c heuristics/guideddiving/maxlpiterquot = c 0.075
9.89/9.93	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 10]
9.89/9.93	c heuristics/guideddiving/freq = c -1
9.89/9.93	c # additional number of allowed LP iterations
9.89/9.93	c # [type: int, range: [0,2147483647], default: 1000]
9.89/9.93	c heuristics/fracdiving/maxlpiterofs = c 1500
9.89/9.93	c # maximal fraction of diving LP iterations compared to node LP iterations
9.89/9.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
9.89/9.93	c heuristics/fracdiving/maxlpiterquot = c 0.075
9.89/9.93	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 10]
9.89/9.93	c heuristics/fracdiving/freq = c -1
9.89/9.93	c # additional number of allowed LP iterations
9.89/9.93	c # [type: int, range: [0,2147483647], default: 1000]
9.89/9.93	c heuristics/feaspump/maxlpiterofs = c 2000
9.89/9.93	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 20]
9.89/9.93	c heuristics/feaspump/freq = c -1
9.89/9.93	c # minimum percentage of integer variables that have to be fixed 
9.89/9.93	c # [type: real, range: [0,1], default: 0.666]
9.89/9.93	c heuristics/crossover/minfixingrate = c 0.5
9.89/9.93	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
9.89/9.93	c # [type: real, range: [0,1], default: 0.1]
9.89/9.93	c heuristics/crossover/nodesquot = c 0.15
9.89/9.93	c # number of nodes without incumbent change that heuristic should wait
9.89/9.93	c # [type: longint, range: [0,9223372036854775807], default: 200]
9.89/9.93	c heuristics/crossover/nwaitingnodes = c 100
9.89/9.93	c # number of nodes added to the contingent of the total nodes
9.89/9.93	c # [type: longint, range: [0,9223372036854775807], default: 500]
9.89/9.93	c heuristics/crossover/nodesofs = c 750
9.89/9.93	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 30]
9.89/9.93	c heuristics/crossover/freq = c -1
9.89/9.93	c # additional number of allowed LP iterations
9.89/9.93	c # [type: int, range: [0,2147483647], default: 1000]
9.89/9.93	c heuristics/coefdiving/maxlpiterofs = c 1500
9.89/9.93	c # maximal fraction of diving LP iterations compared to node LP iterations
9.89/9.93	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
9.89/9.93	c heuristics/coefdiving/maxlpiterquot = c 0.075
9.89/9.93	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: 10]
9.89/9.93	c heuristics/coefdiving/freq = c -1
9.89/9.93	c # priority of node selection rule <dfs> in standard mode
9.89/9.93	c # [type: int, range: [-536870912,536870911], default: 0]
9.89/9.93	c nodeselection/dfs/stdpriority = c 1000000
9.89/9.93	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
9.89/9.93	c # [type: int, range: [-1,2147483647], default: -1]
9.89/9.93	c presolving/probing/maxrounds = c 0
9.89/9.93	c # should presolving try to simplify knapsacks
9.89/9.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.89/9.93	c constraints/knapsack/simplifyinequalities = c TRUE
9.89/9.93	c # should disaggregation of knapsack constraints be allowed in preprocessing?
9.89/9.93	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
9.89/9.93	c constraints/knapsack/disaggregation = c FALSE
9.89/9.93	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
9.99/10.00	c # [type: int, range: [-1,2147483647], default: -1]
9.99/10.00	c constraints/knapsack/maxnumcardlift = c 0
9.99/10.00	c # should presolving try to simplify inequalities
9.99/10.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.99/10.00	c constraints/linear/simplifyinequalities = c TRUE
9.99/10.00	c # maximal number of separation rounds in the root node (-1: unlimited)
9.99/10.00	c # [type: int, range: [-1,2147483647], default: -1]
9.99/10.00	c separating/maxroundsroot = c 5
9.99/10.00	c # maximal number of separation rounds per node (-1: unlimited)
9.99/10.00	c # [type: int, range: [-1,2147483647], default: 5]
9.99/10.00	c separating/maxrounds = c 1
9.99/10.00	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
9.99/10.00	c # [type: char, range: {lafpsqd}, default: l]
9.99/10.00	c lp/pricing = c a
9.99/10.00	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
9.99/10.00	c # [type: int, range: [-1,2147483647], default: 1]
9.99/10.00	c lp/solvefreq = c 0
9.99/10.00	c # solving stops, if the given number of solutions were found (-1: no limit)
9.99/10.00	c # [type: int, range: [-1,2147483647], default: -1]
9.99/10.00	c limits/solutions = c 1
9.99/10.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.99/10.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.99/10.00	c limits/memory = c 1620
9.99/10.00	c # maximal time in seconds to run
9.99/10.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.99/10.00	c limits/time = c 1791
9.99/10.00	c # frequency for displaying node information lines
9.99/10.00	c # [type: int, range: [-1,2147483647], default: 100]
9.99/10.00	c display/freq = c 10000
9.99/10.00	c # should enforcement of pseudo solution be disabled?
9.99/10.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.99/10.00	c constraints/disableenfops = c TRUE
9.99/10.00	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
9.99/10.00	c # [type: int, range: [-1,2147483647], default: 0]
9.99/10.00	c constraints/agelimit = c 1
9.99/10.00	c # should binary conflicts be preferred?
9.99/10.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.99/10.00	c conflict/preferbinary = c TRUE
9.99/10.00	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
9.99/10.00	c # [type: int, range: [-1,2147483647], default: -1]
9.99/10.00	c conflict/interconss = c 0
9.99/10.00	c -----------------------------------------------------------------------------------------------
9.99/10.00	c start solving problem
9.99/10.00	c 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884427-1245258267/watcher-1884427-1245258267 -o /tmp/evaluation-result-1884427-1245258267/solver-1884427-1245258267 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884427-1245258267.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 11871
/proc/meminfo: memFree=1784824/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=4648 CPUtime=0
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 193427332 4759552 485 1992294400 4194304 7823515 548682068736 18446744073709551615 5939376 0 0 4096 0 0 0 0 17 1 0 0
/proc/11871/statm: 1082 485 320 886 0 192 0

[startup+0.014662 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 11871
/proc/meminfo: memFree=1784824/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=8856 CPUtime=0
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 1523 0 0 0 0 0 0 0 18 0 1 0 193427332 9068544 1505 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11871/statm: 2214 1505 351 886 0 1324 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8856

[startup+0.102678 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 11871
/proc/meminfo: memFree=1784824/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=14592 CPUtime=0.09
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 2952 0 0 0 9 0 0 0 18 0 1 0 193427332 14942208 2934 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 1 0 0
/proc/11871/statm: 3648 2934 351 886 0 2758 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14592

[startup+0.301712 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 11871
/proc/meminfo: memFree=1784824/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=23492 CPUtime=0.29
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 5023 0 0 0 28 1 0 0 19 0 1 0 193427332 24055808 5005 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/11871/statm: 5873 5014 352 886 0 4983 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23492

[startup+0.701784 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 11871
/proc/meminfo: memFree=1784824/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=37916 CPUtime=0.69
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 8802 0 0 0 66 3 0 0 22 0 1 0 193427332 38825984 8784 1992294400 4194304 7823515 548682068736 18446744073709551615 5537911 0 0 4096 0 0 0 0 17 1 0 0
/proc/11871/statm: 9479 8784 351 886 0 8589 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37916

[startup+1.50193 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=1738928/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=68640 CPUtime=1.49
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 16473 0 0 0 143 6 0 0 25 0 1 0 193427332 70287360 16455 1992294400 4194304 7823515 548682068736 18446744073709551615 6896440 0 0 4096 0 0 0 0 17 1 0 0
/proc/11871/statm: 17160 16455 351 886 0 16270 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68640

[startup+3.10121 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=1696688/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=129656 CPUtime=3.09
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 31679 0 0 0 296 13 0 0 25 0 1 0 193427332 132767744 31661 1992294400 4194304 7823515 548682068736 18446744073709551615 5542720 0 0 4096 0 0 0 0 17 1 0 0
/proc/11871/statm: 32462 31666 351 886 0 31572 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129656

[startup+6.30179 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=1432496/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=385268 CPUtime=6.29
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 95525 0 0 0 577 52 0 0 25 0 1 0 193427332 394514432 95153 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 96317 95153 432 886 0 95427 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 385268

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=1064440/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=748564 CPUtime=12.69
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 189438 0 0 0 1135 134 0 0 25 0 1 0 193427332 766529536 180170 1992294400 4194304 7823515 548682068736 18446744073709551615 6018751 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 187141 180170 509 886 0 186251 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 748564

[startup+25.5022 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=1042040/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=799512 CPUtime=25.48
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 195814 0 0 0 2411 137 0 0 25 0 1 0 193427332 818700288 185807 1992294400 4194304 7823515 548682068736 18446744073709551615 6151351 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 199878 185807 515 886 0 198988 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 799512

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=1031672/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=802872 CPUtime=51.06
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 198801 0 0 0 4967 139 0 0 25 0 1 0 193427332 822140928 188393 1992294400 4194304 7823515 548682068736 18446744073709551615 6110803 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 200718 188393 515 886 0 199828 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 802872

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=1009528/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=811012 CPUtime=102.24
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 204606 0 0 0 10079 145 0 0 25 0 1 0 193427332 830476288 193952 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 202753 193952 515 886 0 201863 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 811012

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=999032/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=823572 CPUtime=162.22
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 207222 0 0 0 16072 150 0 0 25 0 1 0 193427332 843337728 196567 1992294400 4194304 7823515 548682068736 18446744073709551615 6212100 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 205893 196567 515 886 0 205003 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 823572

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=998520/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=823572 CPUtime=222.2
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 207328 0 0 0 22068 152 0 0 25 0 1 0 193427332 843337728 196673 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 205893 196673 515 886 0 205003 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 823572

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=998456/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=823572 CPUtime=282.17
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 207367 0 0 0 28063 154 0 0 25 0 1 0 193427332 843337728 196712 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 205893 196712 515 886 0 205003 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 823572

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=997184/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=823572 CPUtime=342.16
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 207683 0 0 0 34059 157 0 0 25 0 1 0 193427332 843337728 197028 1992294400 4194304 7823515 548682068736 18446744073709551615 6212348 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 205893 197028 515 886 0 205003 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 823572

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=996544/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=823572 CPUtime=402.14
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 207858 0 0 0 40055 159 0 0 25 0 1 0 193427332 843337728 197203 1992294400 4194304 7823515 548682068736 18446744073709551615 6212437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 205893 197203 515 886 0 205003 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 823572

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=996224/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=823572 CPUtime=462.12
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 207918 0 0 0 46051 161 0 0 25 0 1 0 193427332 843337728 197263 1992294400 4194304 7823515 548682068736 18446744073709551615 6212556 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 205893 197263 515 886 0 205003 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 823572

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=995968/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=823572 CPUtime=522.1
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 207963 0 0 0 52048 162 0 0 25 0 1 0 193427332 843337728 197308 1992294400 4194304 7823515 548682068736 18446744073709551615 6211711 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 205893 197308 515 886 0 205003 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 823572

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=995776/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=823572 CPUtime=582.08
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 208009 0 0 0 58044 164 0 0 25 0 1 0 193427332 843337728 197354 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 205893 197354 515 886 0 205003 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 823572

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=993856/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=825892 CPUtime=642.07
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 208474 0 0 0 64041 166 0 0 25 0 1 0 193427332 845713408 197819 1992294400 4194304 7823515 548682068736 18446744073709551615 6212306 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 206473 197819 515 886 0 205583 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 825892

[startup+702.302 s]

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

/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 209253 0 0 0 106016 176 0 0 25 0 1 0 193427332 845713408 198569 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 206473 198569 515 886 0 205583 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 825892

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=987328/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=831764 CPUtime=1121.91
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 210307 0 0 0 112013 178 0 0 25 0 1 0 193427332 851726336 199416 1992294400 4194304 7823515 548682068736 18446744073709551615 6212302 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 207941 199416 515 886 0 207051 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 831764

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=983296/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=831896 CPUtime=1181.88
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211322 0 0 0 118009 179 0 0 25 0 1 0 193427332 851861504 200431 1992294400 4194304 7823515 548682068736 18446744073709551615 6211327 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 207974 200431 515 886 0 207084 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 831896

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=982976/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832028 CPUtime=1241.86
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211387 0 0 0 124005 181 0 0 25 0 1 0 193427332 851996672 200496 1992294400 4194304 7823515 548682068736 18446744073709551615 6211574 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208007 200496 515 886 0 207117 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 832028

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 11872
/proc/meminfo: memFree=982784/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832164 CPUtime=1301.85
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211432 0 0 0 130003 182 0 0 25 0 1 0 193427332 852135936 200541 1992294400 4194304 7823515 548682068736 18446744073709551615 6151365 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208041 200541 515 886 0 207151 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 832164

[startup+1362.3 s]
/proc/loadavg: 1.12 1.02 0.92 2/65 11872
/proc/meminfo: memFree=982656/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832164 CPUtime=1361.82
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211465 0 0 0 135999 183 0 0 25 0 1 0 193427332 852135936 200574 1992294400 4194304 7823515 548682068736 18446744073709551615 6212552 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208041 200574 515 886 0 207151 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 832164

[startup+1422.31 s]
/proc/loadavg: 1.09 1.03 0.93 2/65 11872
/proc/meminfo: memFree=982528/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832296 CPUtime=1421.8
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211498 0 0 0 141996 184 0 0 25 0 1 0 193427332 852271104 200607 1992294400 4194304 7823515 548682068736 18446744073709551615 6150539 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208074 200607 515 886 0 207184 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 832296

[startup+1482.3 s]
/proc/loadavg: 1.09 1.03 0.93 2/65 11872
/proc/meminfo: memFree=982336/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832432 CPUtime=1481.79
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211529 0 0 0 147993 186 0 0 25 0 1 0 193427332 852410368 200638 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208108 200638 515 886 0 207218 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 832432

[startup+1542.3 s]
/proc/loadavg: 1.07 1.04 0.94 2/65 11872
/proc/meminfo: memFree=982272/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832432 CPUtime=1541.76
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211553 0 0 0 153990 186 0 0 25 0 1 0 193427332 852410368 200662 1992294400 4194304 7823515 548682068736 18446744073709551615 6211224 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208108 200662 515 886 0 207218 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 832432

[startup+1602.3 s]
/proc/loadavg: 1.03 1.03 0.94 2/65 11872
/proc/meminfo: memFree=982144/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832564 CPUtime=1601.74
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211582 0 0 0 159987 187 0 0 25 0 1 0 193427332 852545536 200691 1992294400 4194304 7823515 548682068736 18446744073709551615 6908153 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208141 200691 515 886 0 207251 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 832564

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 0.94 2/65 11872
/proc/meminfo: memFree=982080/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832708 CPUtime=1661.73
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211615 0 0 0 165984 189 0 0 25 0 1 0 193427332 852692992 200724 1992294400 4194304 7823515 548682068736 18446744073709551615 5924524 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208177 200724 515 886 0 207287 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 832708

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 0.94 2/65 11872
/proc/meminfo: memFree=981888/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832708 CPUtime=1721.7
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211640 0 0 0 171980 190 0 0 25 0 1 0 193427332 852692992 200749 1992294400 4194304 7823515 548682068736 18446744073709551615 6211692 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208177 200749 515 886 0 207287 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 832708

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 11872
/proc/meminfo: memFree=981824/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832708 CPUtime=1781.69
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211663 0 0 0 177978 191 0 0 25 0 1 0 193427332 852692992 200772 1992294400 4194304 7823515 548682068736 18446744073709551615 6211707 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208177 200772 515 886 0 207287 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 832708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 11872
/proc/meminfo: memFree=981760/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832844 CPUtime=1800.09
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211671 0 0 0 179818 191 0 0 25 0 1 0 193427332 852832256 200780 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208211 200780 515 886 0 207321 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 832844

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11871

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 11872
/proc/meminfo: memFree=981760/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832844 CPUtime=1800.78
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211671 0 0 0 179887 191 0 0 25 0 1 0 193427332 852832256 200780 1992294400 4194304 7823515 548682068736 18446744073709551615 6211638 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208211 200780 515 886 0 207321 0
Current children cumulated CPU time (s) 1800.78
Current children cumulated vsize (KiB) 832844

[startup+1802.2 s]
/proc/loadavg: 1.00 1.01 0.94 2/66 11873
/proc/meminfo: memFree=981752/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832844 CPUtime=1801.58
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211671 0 0 0 179967 191 0 0 25 0 1 0 193427332 852832256 200780 1992294400 4194304 7823515 548682068736 18446744073709551615 6211711 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208211 200780 515 886 0 207321 0
Current children cumulated CPU time (s) 1801.58
Current children cumulated vsize (KiB) 832844

[startup+1802.6 s]
/proc/loadavg: 1.00 1.01 0.94 2/66 11873
/proc/meminfo: memFree=981752/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=832844 CPUtime=1801.98
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4194304 211671 0 0 0 180007 191 0 0 25 0 1 0 193427332 852832256 200780 1992294400 4194304 7823515 548682068736 18446744073709551615 6212291 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 208211 200780 515 886 0 207321 0
Current children cumulated CPU time (s) 1801.98
Current children cumulated vsize (KiB) 832844

[startup+1802.8 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 11873
/proc/meminfo: memFree=1573312/2055920 swapFree=4180900/4192956
[pid=11871] ppid=11869 vsize=0 CPUtime=1802.18
/proc/11871/stat : 11871 (pbscip.linux.x8) R 11869 11871 11699 0 -1 4195332 211671 0 0 0 180018 200 0 0 25 0 1 0 193427332 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11871/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.84
CPU time (s): 1802.22
CPU user time (s): 1800.18
CPU system time (s): 2.03669
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 832844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.18
system time used= 2.03669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211671
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= 5
involuntary context switches= 1618

runsolver used 2.06469 second user time and 4.13237 second system time

The end

Launcher Data

Begin job on node12 at 2009-06-17 19:04:27
IDJOB=1884427
IDBENCH=71956
IDSOLVER=683
FILE ID=node12/1884427-1245258267
PBS_JOBID= 9372441
Free space on /tmp= 66228 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT_RACE06/manol-pipe-g7nidw.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-1884427-1245258267/watcher-1884427-1245258267 -o /tmp/evaluation-result-1884427-1245258267/solver-1884427-1245258267 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884427-1245258267.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 21342b3f9ff0e3703cb92fe827fedc3e
RANDOM SEED=571841967

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1785304 kB
Buffers:         60264 kB
Cached:         157668 kB
SwapCached:       6264 kB
Active:         119788 kB
Inactive:       106556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785304 kB
SwapTotal:     4192956 kB
SwapFree:      4180900 kB
Dirty:           16360 kB
Writeback:           0 kB
Mapped:          13604 kB
Slab:            30352 kB
Committed_AS:   198076 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66216 MiB
End job on node12 at 2009-06-17 19:34:30