Trace number 1885147

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.28 1802.75

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/
edgematching/all/em_12_2_4_all.opb
MD5SUMa0a808e6c65f07a30f4eacdb010dee9c
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark49.3695
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12584
Total number of constraints729136
Number of constraints which are clauses729136
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 constraint2
Maximum length of a constraint100
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 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

10.18/10.22	c SCIP version 1.1.0.7
10.18/10.22	c LP-Solver SoPlex 1.4.1
10.18/10.22	c user parameter file <scip.set> not found - using default parameters
10.18/10.22	c read problem <HOME/instance-1885147-1245263665.opb>
10.18/10.22	c original problem has 12584 variables (12584 bin, 0 int, 0 impl, 0 cont) and 729136 constraints
11.79/11.87	c No objective function, only one solution is needed.
11.79/11.87	c start presolving problem
11.79/11.87	c presolving:
20.09/20.16	c (round 1) 44 del vars, 8844 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 720248 upgd conss, 1472560 impls, 0 clqs
21.28/21.30	c presolving (2 rounds):
21.28/21.30	c  44 deleted vars, 8888 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
21.28/21.30	c  1472560 implications, 0 cliques
21.28/21.30	c presolved problem has 12540 variables (12540 bin, 0 int, 0 impl, 0 cont) and 720248 constraints
21.28/21.30	c  720248 constraints of type <logicor>
21.28/21.30	c transformed objective value is always integral (scale: 1)
21.28/21.30	c Presolving Time: 7.72
21.28/21.30	c PURESAT
21.28/21.30	c -----------------------------------------------------------------------------------------------
21.28/21.30	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 0]
21.28/21.30	c separating/flowcover/freq = c -1
21.28/21.30	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 0]
21.28/21.30	c separating/cmir/freq = c -1
21.28/21.30	c # additional number of allowed LP iterations
21.28/21.30	c # [type: int, range: [0,2147483647], default: 1000]
21.28/21.30	c heuristics/veclendiving/maxlpiterofs = c 1500
21.28/21.30	c # maximal fraction of diving LP iterations compared to node LP iterations
21.28/21.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.28/21.30	c heuristics/veclendiving/maxlpiterquot = c 0.075
21.28/21.30	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 10]
21.28/21.30	c heuristics/veclendiving/freq = c -1
21.28/21.30	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 1]
21.28/21.30	c heuristics/simplerounding/freq = c -1
21.28/21.30	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 10]
21.28/21.30	c heuristics/shifting/freq = c -1
21.28/21.30	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 1]
21.28/21.30	c heuristics/rounding/freq = c -1
21.28/21.30	c # additional number of allowed LP iterations
21.28/21.30	c # [type: int, range: [0,2147483647], default: 1000]
21.28/21.30	c heuristics/rootsoldiving/maxlpiterofs = c 1500
21.28/21.30	c # maximal fraction of diving LP iterations compared to node LP iterations
21.28/21.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
21.28/21.30	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
21.28/21.30	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 20]
21.28/21.30	c heuristics/rootsoldiving/freq = c -1
21.28/21.30	c # number of nodes added to the contingent of the total nodes
21.28/21.30	c # [type: longint, range: [0,9223372036854775807], default: 500]
21.28/21.30	c heuristics/rens/nodesofs = c 2000
21.28/21.30	c # minimum percentage of integer variables that have to be fixable 
21.28/21.30	c # [type: real, range: [0,1], default: 0.5]
21.28/21.30	c heuristics/rens/minfixingrate = c 0.3
21.28/21.30	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 0]
21.28/21.30	c heuristics/rens/freq = c -1
21.28/21.30	c # additional number of allowed LP iterations
21.28/21.30	c # [type: int, range: [0,2147483647], default: 1000]
21.28/21.30	c heuristics/pscostdiving/maxlpiterofs = c 1500
21.28/21.30	c # maximal fraction of diving LP iterations compared to node LP iterations
21.28/21.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.28/21.30	c heuristics/pscostdiving/maxlpiterquot = c 0.075
21.28/21.30	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 10]
21.28/21.30	c heuristics/pscostdiving/freq = c -1
21.28/21.30	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 1]
21.28/21.30	c heuristics/oneopt/freq = c -1
21.28/21.30	c # additional number of allowed LP iterations
21.28/21.30	c # [type: int, range: [0,2147483647], default: 1000]
21.28/21.30	c heuristics/objpscostdiving/maxlpiterofs = c 1500
21.28/21.30	c # maximal fraction of diving LP iterations compared to total iteration number
21.28/21.30	c # [type: real, range: [0,1], default: 0.01]
21.28/21.30	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
21.28/21.30	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 20]
21.28/21.30	c heuristics/objpscostdiving/freq = c -1
21.28/21.30	c # additional number of allowed LP iterations
21.28/21.30	c # [type: int, range: [0,2147483647], default: 1000]
21.28/21.30	c heuristics/linesearchdiving/maxlpiterofs = c 1500
21.28/21.30	c # maximal fraction of diving LP iterations compared to node LP iterations
21.28/21.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.28/21.30	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
21.28/21.30	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 10]
21.28/21.30	c heuristics/linesearchdiving/freq = c -1
21.28/21.30	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 10]
21.28/21.30	c heuristics/intshifting/freq = c -1
21.28/21.30	c # maximal fraction of diving LP iterations compared to node LP iterations
21.28/21.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.28/21.30	c heuristics/intdiving/maxlpiterquot = c 0.075
21.28/21.30	c # additional number of allowed LP iterations
21.28/21.30	c # [type: int, range: [0,2147483647], default: 1000]
21.28/21.30	c heuristics/guideddiving/maxlpiterofs = c 1500
21.28/21.30	c # maximal fraction of diving LP iterations compared to node LP iterations
21.28/21.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.28/21.30	c heuristics/guideddiving/maxlpiterquot = c 0.075
21.28/21.30	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 10]
21.28/21.30	c heuristics/guideddiving/freq = c -1
21.28/21.30	c # additional number of allowed LP iterations
21.28/21.30	c # [type: int, range: [0,2147483647], default: 1000]
21.28/21.30	c heuristics/fracdiving/maxlpiterofs = c 1500
21.28/21.30	c # maximal fraction of diving LP iterations compared to node LP iterations
21.28/21.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.28/21.30	c heuristics/fracdiving/maxlpiterquot = c 0.075
21.28/21.30	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 10]
21.28/21.30	c heuristics/fracdiving/freq = c -1
21.28/21.30	c # additional number of allowed LP iterations
21.28/21.30	c # [type: int, range: [0,2147483647], default: 1000]
21.28/21.30	c heuristics/feaspump/maxlpiterofs = c 2000
21.28/21.30	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 20]
21.28/21.30	c heuristics/feaspump/freq = c -1
21.28/21.30	c # minimum percentage of integer variables that have to be fixed 
21.28/21.30	c # [type: real, range: [0,1], default: 0.666]
21.28/21.30	c heuristics/crossover/minfixingrate = c 0.5
21.28/21.30	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
21.28/21.30	c # [type: real, range: [0,1], default: 0.1]
21.28/21.30	c heuristics/crossover/nodesquot = c 0.15
21.28/21.30	c # number of nodes without incumbent change that heuristic should wait
21.28/21.30	c # [type: longint, range: [0,9223372036854775807], default: 200]
21.28/21.30	c heuristics/crossover/nwaitingnodes = c 100
21.28/21.30	c # number of nodes added to the contingent of the total nodes
21.28/21.30	c # [type: longint, range: [0,9223372036854775807], default: 500]
21.28/21.30	c heuristics/crossover/nodesofs = c 750
21.28/21.30	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 30]
21.28/21.30	c heuristics/crossover/freq = c -1
21.28/21.30	c # additional number of allowed LP iterations
21.28/21.30	c # [type: int, range: [0,2147483647], default: 1000]
21.28/21.30	c heuristics/coefdiving/maxlpiterofs = c 1500
21.28/21.30	c # maximal fraction of diving LP iterations compared to node LP iterations
21.28/21.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.28/21.30	c heuristics/coefdiving/maxlpiterquot = c 0.075
21.28/21.30	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: 10]
21.28/21.30	c heuristics/coefdiving/freq = c -1
21.28/21.30	c # priority of node selection rule <dfs> in standard mode
21.28/21.30	c # [type: int, range: [-536870912,536870911], default: 0]
21.28/21.30	c nodeselection/dfs/stdpriority = c 1000000
21.28/21.30	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
21.28/21.30	c # [type: int, range: [-1,2147483647], default: -1]
21.28/21.30	c presolving/probing/maxrounds = c 0
21.28/21.30	c # should presolving try to simplify knapsacks
21.28/21.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
21.28/21.30	c constraints/knapsack/simplifyinequalities = c TRUE
21.28/21.30	c # should disaggregation of knapsack constraints be allowed in preprocessing?
21.28/21.30	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
21.28/21.30	c constraints/knapsack/disaggregation = c FALSE
21.28/21.30	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
21.28/21.35	c # [type: int, range: [-1,2147483647], default: -1]
21.28/21.35	c constraints/knapsack/maxnumcardlift = c 0
21.28/21.35	c # should presolving try to simplify inequalities
21.28/21.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
21.28/21.35	c constraints/linear/simplifyinequalities = c TRUE
21.28/21.35	c # maximal number of separation rounds in the root node (-1: unlimited)
21.28/21.35	c # [type: int, range: [-1,2147483647], default: -1]
21.28/21.35	c separating/maxroundsroot = c 5
21.28/21.35	c # maximal number of separation rounds per node (-1: unlimited)
21.28/21.35	c # [type: int, range: [-1,2147483647], default: 5]
21.28/21.35	c separating/maxrounds = c 1
21.28/21.35	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)
21.28/21.35	c # [type: char, range: {lafpsqd}, default: l]
21.28/21.35	c lp/pricing = c a
21.28/21.35	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
21.28/21.35	c # [type: int, range: [-1,2147483647], default: 1]
21.28/21.35	c lp/solvefreq = c 0
21.28/21.35	c # solving stops, if the given number of solutions were found (-1: no limit)
21.28/21.35	c # [type: int, range: [-1,2147483647], default: -1]
21.28/21.35	c limits/solutions = c 1
21.28/21.35	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
21.28/21.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
21.28/21.35	c limits/memory = c 1620
21.28/21.35	c # maximal time in seconds to run
21.28/21.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
21.28/21.35	c limits/time = c 1791
21.28/21.35	c # frequency for displaying node information lines
21.28/21.35	c # [type: int, range: [-1,2147483647], default: 100]
21.28/21.35	c display/freq = c 10000
21.28/21.35	c # should enforcement of pseudo solution be disabled?
21.28/21.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
21.28/21.35	c constraints/disableenfops = c TRUE
21.28/21.35	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
21.28/21.35	c # [type: int, range: [-1,2147483647], default: 0]
21.28/21.35	c constraints/agelimit = c 1
21.28/21.35	c # should binary conflicts be preferred?
21.28/21.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
21.28/21.35	c conflict/preferbinary = c TRUE
21.28/21.35	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
21.28/21.35	c # [type: int, range: [-1,2147483647], default: -1]
21.28/21.35	c conflict/interconss = c 0
21.28/21.35	c -----------------------------------------------------------------------------------------------
21.28/21.35	c start solving problem
21.28/21.35	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-1885147-1245263665/watcher-1885147-1245263665 -o /tmp/evaluation-result-1885147-1245263665/solver-1885147-1245263665 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1885147-1245263665.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: 1.00 1.00 0.93 3/64 13767
/proc/meminfo: memFree=1793616/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=4324 CPUtime=0
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 474 0 0 0 0 0 0 0 18 0 1 0 193963792 4427776 459 1992294400 4194304 7823515 548682068736 18446744073709551615 6825072 0 0 4096 0 0 0 0 17 1 0 0
/proc/13767/statm: 1082 466 302 886 0 192 0

[startup+0.075222 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 13767
/proc/meminfo: memFree=1793616/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=18576 CPUtime=0.06
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 3951 0 0 0 5 1 0 0 18 0 1 0 193963792 19021824 3933 1992294400 4194304 7823515 548682068736 18446744073709551615 6908089 0 0 4096 0 0 0 0 17 1 0 0
/proc/13767/statm: 4644 3933 351 886 0 3754 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18576

[startup+0.101223 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 13767
/proc/meminfo: memFree=1793616/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=19296 CPUtime=0.09
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 4163 0 0 0 8 1 0 0 18 0 1 0 193963792 19759104 4145 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/13767/statm: 4824 4145 351 886 0 3934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19296

[startup+0.301245 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 13767
/proc/meminfo: memFree=1793616/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=25648 CPUtime=0.29
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 5714 0 0 0 27 2 0 0 19 0 1 0 193963792 26263552 5696 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 1 0 0
/proc/13767/statm: 6412 5696 351 886 0 5522 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25648

[startup+0.701288 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 13767
/proc/meminfo: memFree=1793616/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=35588 CPUtime=0.69
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 8224 0 0 0 66 3 0 0 22 0 1 0 193963792 36442112 8206 1992294400 4194304 7823515 548682068736 18446744073709551615 4211839 0 0 4096 0 0 0 0 17 1 0 0
/proc/13767/statm: 8897 8206 351 886 0 8007 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35588

[startup+1.50138 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=1754504/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=55376 CPUtime=1.49
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 13142 0 0 0 144 5 0 0 25 0 1 0 193963792 56705024 13124 1992294400 4194304 7823515 548682068736 18446744073709551615 6896413 0 0 4096 0 0 0 0 17 1 0 0
/proc/13767/statm: 13844 13124 351 886 0 12954 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55376

[startup+3.10155 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=1726472/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=95460 CPUtime=3.09
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 23173 0 0 0 299 10 0 0 25 0 1 0 193963792 97751040 23155 1992294400 4194304 7823515 548682068736 18446744073709551615 6908036 0 0 4096 0 0 0 0 17 1 0 0
/proc/13767/statm: 23865 23155 351 886 0 22975 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95460

[startup+6.3019 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=1644744/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=176180 CPUtime=6.29
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 43327 0 0 0 610 19 0 0 25 0 1 0 193963792 180408320 43309 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/13767/statm: 44045 43309 351 886 0 43155 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 176180

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=1108680/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=695404 CPUtime=12.69
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 171696 0 0 0 1180 89 0 0 25 0 1 0 193963792 712093696 171324 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 173851 171324 417 886 0 172961 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 695404

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=409992/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1475496 CPUtime=25.48
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 382252 0 0 0 2251 297 0 0 25 0 1 0 193963792 1510907904 345617 1992294400 4194304 7823515 548682068736 18446744073709551615 6263490 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 368874 345617 503 886 0 367984 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1475496

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=348744/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1537332 CPUtime=51.08
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 397610 0 0 0 4803 305 0 0 25 0 1 0 193963792 1574227968 360896 1992294400 4194304 7823515 548682068736 18446744073709551615 6212066 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 384333 360896 509 886 0 383443 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1537332

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=311240/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1572620 CPUtime=102.27
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 413732 0 0 0 9915 312 0 0 25 0 1 0 193963792 1610362880 370238 1992294400 4194304 7823515 548682068736 18446744073709551615 6212321 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 393155 370238 509 886 0 392265 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1572620

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=289864/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1593704 CPUtime=162.25
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 442594 0 0 0 15901 324 0 0 25 0 1 0 193963792 1631952896 375579 1992294400 4194304 7823515 548682068736 18446744073709551615 6101528 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 398426 375579 509 886 0 397536 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1593704

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=246984/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1636676 CPUtime=222.23
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 512845 0 0 0 21869 354 0 0 25 0 1 0 193963792 1675956224 386220 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 409169 386220 509 886 0 408279 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 1636676

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=217864/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1667872 CPUtime=282.22
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 520491 0 0 0 27865 357 0 0 25 0 1 0 193963792 1707900928 393487 1992294400 4194304 7823515 548682068736 18446744073709551615 6211030 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416968 393487 509 886 0 416078 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 1667872

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=219784/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1664388 CPUtime=342.2
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 531238 0 0 0 33858 362 0 0 25 0 1 0 193963792 1704333312 393000 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416097 393000 509 886 0 415207 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 1664388

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=219208/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1664388 CPUtime=402.19
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 533566 0 0 0 39855 364 0 0 25 0 1 0 193963792 1704333312 393118 1992294400 4194304 7823515 548682068736 18446744073709551615 6212418 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416097 393118 509 886 0 415207 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1664388

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=218952/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1664484 CPUtime=462.18
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 535125 0 0 0 45852 366 0 0 25 0 1 0 193963792 1704431616 393177 1992294400 4194304 7823515 548682068736 18446744073709551615 6263480 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416121 393177 509 886 0 415231 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 1664484

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=218696/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1664852 CPUtime=522.15
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 536425 0 0 0 51848 367 0 0 25 0 1 0 193963792 1704808448 393225 1992294400 4194304 7823515 548682068736 18446744073709551615 6212556 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416213 393225 509 886 0 415323 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 1664852

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=218440/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665512 CPUtime=582.14
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 538306 0 0 0 57845 369 0 0 25 0 1 0 193963792 1705484288 393313 1992294400 4194304 7823515 548682068736 18446744073709551615 6908143 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416378 393313 509 886 0 415488 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1665512

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13768
/proc/meminfo: memFree=218248/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665600 CPUtime=642.13
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 540351 0 0 0 63842 371 0 0 25 0 1 0 193963792 1705574400 393362 1992294400 4194304 7823515 548682068736 18446744073709551615 5925260 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416400 393362 509 886 0 415510 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 1665600

[startup+702.302 s]

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

/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 553881 0 0 0 105820 382 0 0 25 0 1 0 193963792 1705877504 393596 1992294400 4194304 7823515 548682068736 18446744073709551615 6211732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393596 509 886 0 415584 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 1665896

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13770
/proc/meminfo: memFree=216840/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1122
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 556482 0 0 0 111816 384 0 0 25 0 1 0 193963792 1705877504 393624 1992294400 4194304 7823515 548682068736 18446744073709551615 6212687 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393624 509 886 0 415584 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 1665896

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13770
/proc/meminfo: memFree=216840/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1181.98
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 558361 0 0 0 117812 386 0 0 25 0 1 0 193963792 1705877504 393642 1992294400 4194304 7823515 548682068736 18446744073709551615 6177714 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393642 509 886 0 415584 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 1665896

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13770
/proc/meminfo: memFree=216712/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1241.97
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 560275 0 0 0 123809 388 0 0 25 0 1 0 193963792 1705877504 393655 1992294400 4194304 7823515 548682068736 18446744073709551615 6212439 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393655 509 886 0 415584 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 1665896

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13770
/proc/meminfo: memFree=216584/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1301.96
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 562219 0 0 0 129807 389 0 0 25 0 1 0 193963792 1705877504 393677 1992294400 4194304 7823515 548682068736 18446744073709551615 6211406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393677 509 886 0 415584 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1665896

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13770
/proc/meminfo: memFree=216520/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1361.94
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 564955 0 0 0 135803 391 0 0 25 0 1 0 193963792 1705877504 393700 1992294400 4194304 7823515 548682068736 18446744073709551615 6211603 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393700 509 886 0 415584 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 1665896

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13770
/proc/meminfo: memFree=216456/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1421.93
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 567126 0 0 0 141800 393 0 0 25 0 1 0 193963792 1705877504 393732 1992294400 4194304 7823515 548682068736 18446744073709551615 6212682 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393732 509 886 0 415584 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1665896

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13770
/proc/meminfo: memFree=216328/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1481.91
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 569298 0 0 0 147797 394 0 0 25 0 1 0 193963792 1705877504 393752 1992294400 4194304 7823515 548682068736 18446744073709551615 6151321 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393752 509 886 0 415584 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1665896

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13770
/proc/meminfo: memFree=216136/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1541.89
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 572368 0 0 0 153793 396 0 0 25 0 1 0 193963792 1705877504 393783 1992294400 4194304 7823515 548682068736 18446744073709551615 6211327 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393783 509 886 0 415584 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1665896

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13776
/proc/meminfo: memFree=216120/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1601.87
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 574630 0 0 0 159790 397 0 0 25 0 1 0 193963792 1705877504 393811 1992294400 4194304 7823515 548682068736 18446744073709551615 5925270 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393811 509 886 0 415584 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 1665896

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13776
/proc/meminfo: memFree=215872/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1661.85
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 576905 0 0 0 165786 399 0 0 25 0 1 0 193963792 1705877504 393825 1992294400 4194304 7823515 548682068736 18446744073709551615 6211574 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393825 509 886 0 415584 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1665896

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13776
/proc/meminfo: memFree=215808/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1721.83
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 579231 0 0 0 171783 400 0 0 25 0 1 0 193963792 1705877504 393854 1992294400 4194304 7823515 548682068736 18446744073709551615 6212412 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393854 509 886 0 415584 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 1665896

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13776
/proc/meminfo: memFree=215616/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1781.82
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 581724 0 0 0 177780 402 0 0 25 0 1 0 193963792 1705877504 393881 1992294400 4194304 7823515 548682068736 18446744073709551615 6175270 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393881 509 886 0 415584 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1665896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 13776
/proc/meminfo: memFree=215616/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1800.02
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 583413 0 0 0 179599 403 0 0 25 0 1 0 193963792 1705877504 393884 1992294400 4194304 7823515 548682068736 18446744073709551615 6212437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393884 509 886 0 415584 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1665896

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13767

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 13777
/proc/meminfo: memFree=215608/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1800.91
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 583413 0 0 0 179688 403 0 0 25 0 1 0 193963792 1705877504 393884 1992294400 4194304 7823515 548682068736 18446744073709551615 6211331 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393884 509 886 0 415584 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 1665896

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 13777
/proc/meminfo: memFree=215608/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=1665896 CPUtime=1801.71
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4194304 583413 0 0 0 179768 403 0 0 25 0 1 0 193963792 1705877504 393884 1992294400 4194304 7823515 548682068736 18446744073709551615 6150570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 416474 393884 509 886 0 415584 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 1665896

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 13777
/proc/meminfo: memFree=215608/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=0 CPUtime=1802.12
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4195332 583413 0 0 0 179799 413 0 0 25 0 1 0 193963792 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 13777
/proc/meminfo: memFree=215608/2055920 swapFree=4181928/4192956
[pid=13767] ppid=13765 vsize=0 CPUtime=1802.22
/proc/13767/stat : 13767 (pbscip.linux.x8) R 13765 13767 13415 0 -1 4195332 583413 0 0 0 179799 423 0 0 25 0 1 0 193963792 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/13767/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.75
CPU time (s): 1802.28
CPU user time (s): 1797.99
CPU system time (s): 4.28535
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 1733420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.99
system time used= 4.28535
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 583413
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= 2450

runsolver used 1.9447 second user time and 3.9654 second system time

The end

Launcher Data

Begin job on node37 at 2009-06-17 20:34:26
IDJOB=1885147
IDBENCH=72028
IDSOLVER=683
FILE ID=node37/1885147-1245263665
PBS_JOBID= 9372416
Free space on /tmp= 66148 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/edgematching/all/em_12_2_4_all.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-1885147-1245263665/watcher-1885147-1245263665 -o /tmp/evaluation-result-1885147-1245263665/solver-1885147-1245263665 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1885147-1245263665.opb

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

MD5SUM BENCH= a0a808e6c65f07a30f4eacdb010dee9c
RANDOM SEED=1579158021

node37.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.232
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.232
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:       1794096 kB
Buffers:         31876 kB
Cached:         146476 kB
SwapCached:       5044 kB
Active:          67800 kB
Inactive:       118680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794096 kB
SwapTotal:     4192956 kB
SwapFree:      4181928 kB
Dirty:           30584 kB
Writeback:           0 kB
Mapped:          14384 kB
Slab:            61500 kB
Committed_AS:   189316 kB
PageTables:       1376 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= 66136 MiB
End job on node37 at 2009-06-17 21:04:29