Trace number 1885577

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.92

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
satComp09_BioInstances/ndhf_xits_22_SAT.opb
MD5SUMbbe4a7bae4108a0ac84eb053f8f57ca7
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 benchmark94.1617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4692
Total number of constraints582514
Number of constraints which are clauses582514
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 constraint23
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 24
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

8.48/8.57	c SCIP version 1.1.0.7
8.48/8.57	c LP-Solver SoPlex 1.4.1
8.48/8.57	c user parameter file <scip.set> not found - using default parameters
8.48/8.57	c read problem <HOME/instance-1885577-1245267593.opb>
8.48/8.57	c original problem has 4692 variables (4692 bin, 0 int, 0 impl, 0 cont) and 582514 constraints
10.08/10.12	c No objective function, only one solution is needed.
10.08/10.12	c start presolving problem
10.08/10.12	c presolving:
15.68/15.75	c (round 1) 91 del vars, 91 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 582332 upgd conss, 136254 impls, 0 clqs
16.48/16.55	c (round 2) 91 del vars, 182 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 582332 upgd conss, 136254 impls, 0 clqs
17.28/17.35	c presolving (3 rounds):
17.28/17.35	c  91 deleted vars, 182 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
17.28/17.35	c  136254 implications, 0 cliques
17.28/17.35	c presolved problem has 4601 variables (4601 bin, 0 int, 0 impl, 0 cont) and 582332 constraints
17.28/17.35	c  582332 constraints of type <logicor>
17.28/17.35	c transformed objective value is always integral (scale: 1)
17.28/17.35	c Presolving Time: 5.65
17.28/17.35	c PURESAT
17.28/17.35	c -----------------------------------------------------------------------------------------------
17.28/17.35	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 0]
17.28/17.35	c separating/flowcover/freq = c -1
17.28/17.35	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 0]
17.28/17.35	c separating/cmir/freq = c -1
17.28/17.35	c # additional number of allowed LP iterations
17.28/17.35	c # [type: int, range: [0,2147483647], default: 1000]
17.28/17.35	c heuristics/veclendiving/maxlpiterofs = c 1500
17.28/17.35	c # maximal fraction of diving LP iterations compared to node LP iterations
17.28/17.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.28/17.35	c heuristics/veclendiving/maxlpiterquot = c 0.075
17.28/17.35	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 10]
17.28/17.35	c heuristics/veclendiving/freq = c -1
17.28/17.35	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 1]
17.28/17.35	c heuristics/simplerounding/freq = c -1
17.28/17.35	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 10]
17.28/17.35	c heuristics/shifting/freq = c -1
17.28/17.35	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 1]
17.28/17.35	c heuristics/rounding/freq = c -1
17.28/17.35	c # additional number of allowed LP iterations
17.28/17.35	c # [type: int, range: [0,2147483647], default: 1000]
17.28/17.35	c heuristics/rootsoldiving/maxlpiterofs = c 1500
17.28/17.35	c # maximal fraction of diving LP iterations compared to node LP iterations
17.28/17.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
17.28/17.35	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
17.28/17.35	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 20]
17.28/17.35	c heuristics/rootsoldiving/freq = c -1
17.28/17.35	c # number of nodes added to the contingent of the total nodes
17.28/17.35	c # [type: longint, range: [0,9223372036854775807], default: 500]
17.28/17.35	c heuristics/rens/nodesofs = c 2000
17.28/17.35	c # minimum percentage of integer variables that have to be fixable 
17.28/17.35	c # [type: real, range: [0,1], default: 0.5]
17.28/17.35	c heuristics/rens/minfixingrate = c 0.3
17.28/17.35	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 0]
17.28/17.35	c heuristics/rens/freq = c -1
17.28/17.35	c # additional number of allowed LP iterations
17.28/17.35	c # [type: int, range: [0,2147483647], default: 1000]
17.28/17.35	c heuristics/pscostdiving/maxlpiterofs = c 1500
17.28/17.35	c # maximal fraction of diving LP iterations compared to node LP iterations
17.28/17.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.28/17.35	c heuristics/pscostdiving/maxlpiterquot = c 0.075
17.28/17.35	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 10]
17.28/17.35	c heuristics/pscostdiving/freq = c -1
17.28/17.35	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 1]
17.28/17.35	c heuristics/oneopt/freq = c -1
17.28/17.35	c # additional number of allowed LP iterations
17.28/17.35	c # [type: int, range: [0,2147483647], default: 1000]
17.28/17.35	c heuristics/objpscostdiving/maxlpiterofs = c 1500
17.28/17.35	c # maximal fraction of diving LP iterations compared to total iteration number
17.28/17.35	c # [type: real, range: [0,1], default: 0.01]
17.28/17.35	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
17.28/17.35	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 20]
17.28/17.35	c heuristics/objpscostdiving/freq = c -1
17.28/17.35	c # additional number of allowed LP iterations
17.28/17.35	c # [type: int, range: [0,2147483647], default: 1000]
17.28/17.35	c heuristics/linesearchdiving/maxlpiterofs = c 1500
17.28/17.35	c # maximal fraction of diving LP iterations compared to node LP iterations
17.28/17.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.28/17.35	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
17.28/17.35	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 10]
17.28/17.35	c heuristics/linesearchdiving/freq = c -1
17.28/17.35	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 10]
17.28/17.35	c heuristics/intshifting/freq = c -1
17.28/17.35	c # maximal fraction of diving LP iterations compared to node LP iterations
17.28/17.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.28/17.35	c heuristics/intdiving/maxlpiterquot = c 0.075
17.28/17.35	c # additional number of allowed LP iterations
17.28/17.35	c # [type: int, range: [0,2147483647], default: 1000]
17.28/17.35	c heuristics/guideddiving/maxlpiterofs = c 1500
17.28/17.35	c # maximal fraction of diving LP iterations compared to node LP iterations
17.28/17.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.28/17.35	c heuristics/guideddiving/maxlpiterquot = c 0.075
17.28/17.35	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 10]
17.28/17.35	c heuristics/guideddiving/freq = c -1
17.28/17.35	c # additional number of allowed LP iterations
17.28/17.35	c # [type: int, range: [0,2147483647], default: 1000]
17.28/17.35	c heuristics/fracdiving/maxlpiterofs = c 1500
17.28/17.35	c # maximal fraction of diving LP iterations compared to node LP iterations
17.28/17.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.28/17.35	c heuristics/fracdiving/maxlpiterquot = c 0.075
17.28/17.35	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 10]
17.28/17.35	c heuristics/fracdiving/freq = c -1
17.28/17.35	c # additional number of allowed LP iterations
17.28/17.35	c # [type: int, range: [0,2147483647], default: 1000]
17.28/17.35	c heuristics/feaspump/maxlpiterofs = c 2000
17.28/17.35	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 20]
17.28/17.35	c heuristics/feaspump/freq = c -1
17.28/17.35	c # minimum percentage of integer variables that have to be fixed 
17.28/17.35	c # [type: real, range: [0,1], default: 0.666]
17.28/17.35	c heuristics/crossover/minfixingrate = c 0.5
17.28/17.35	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
17.28/17.35	c # [type: real, range: [0,1], default: 0.1]
17.28/17.35	c heuristics/crossover/nodesquot = c 0.15
17.28/17.35	c # number of nodes without incumbent change that heuristic should wait
17.28/17.35	c # [type: longint, range: [0,9223372036854775807], default: 200]
17.28/17.35	c heuristics/crossover/nwaitingnodes = c 100
17.28/17.35	c # number of nodes added to the contingent of the total nodes
17.28/17.35	c # [type: longint, range: [0,9223372036854775807], default: 500]
17.28/17.35	c heuristics/crossover/nodesofs = c 750
17.28/17.35	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 30]
17.28/17.35	c heuristics/crossover/freq = c -1
17.28/17.35	c # additional number of allowed LP iterations
17.28/17.35	c # [type: int, range: [0,2147483647], default: 1000]
17.28/17.35	c heuristics/coefdiving/maxlpiterofs = c 1500
17.28/17.35	c # maximal fraction of diving LP iterations compared to node LP iterations
17.28/17.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.28/17.35	c heuristics/coefdiving/maxlpiterquot = c 0.075
17.28/17.35	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: 10]
17.28/17.35	c heuristics/coefdiving/freq = c -1
17.28/17.35	c # priority of node selection rule <dfs> in standard mode
17.28/17.35	c # [type: int, range: [-536870912,536870911], default: 0]
17.28/17.35	c nodeselection/dfs/stdpriority = c 1000000
17.28/17.35	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
17.28/17.35	c # [type: int, range: [-1,2147483647], default: -1]
17.28/17.35	c presolving/probing/maxrounds = c 0
17.28/17.35	c # should presolving try to simplify knapsacks
17.28/17.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.28/17.35	c constraints/knapsack/simplifyinequalities = c TRUE
17.28/17.35	c # should disaggregation of knapsack constraints be allowed in preprocessing?
17.28/17.35	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
17.28/17.35	c constraints/knapsack/disaggregation = c FALSE
17.28/17.35	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
17.28/17.39	c # [type: int, range: [-1,2147483647], default: -1]
17.28/17.39	c constraints/knapsack/maxnumcardlift = c 0
17.28/17.39	c # should presolving try to simplify inequalities
17.28/17.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.28/17.39	c constraints/linear/simplifyinequalities = c TRUE
17.28/17.39	c # maximal number of separation rounds in the root node (-1: unlimited)
17.28/17.39	c # [type: int, range: [-1,2147483647], default: -1]
17.28/17.39	c separating/maxroundsroot = c 5
17.28/17.39	c # maximal number of separation rounds per node (-1: unlimited)
17.28/17.39	c # [type: int, range: [-1,2147483647], default: 5]
17.28/17.39	c separating/maxrounds = c 1
17.28/17.39	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)
17.28/17.39	c # [type: char, range: {lafpsqd}, default: l]
17.28/17.39	c lp/pricing = c a
17.28/17.39	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
17.28/17.39	c # [type: int, range: [-1,2147483647], default: 1]
17.28/17.39	c lp/solvefreq = c 0
17.28/17.39	c # solving stops, if the given number of solutions were found (-1: no limit)
17.28/17.39	c # [type: int, range: [-1,2147483647], default: -1]
17.28/17.39	c limits/solutions = c 1
17.28/17.39	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
17.28/17.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
17.28/17.39	c limits/memory = c 1620
17.28/17.39	c # maximal time in seconds to run
17.28/17.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
17.28/17.39	c limits/time = c 1791
17.28/17.39	c # frequency for displaying node information lines
17.28/17.39	c # [type: int, range: [-1,2147483647], default: 100]
17.28/17.39	c display/freq = c 10000
17.28/17.39	c # should enforcement of pseudo solution be disabled?
17.28/17.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.28/17.39	c constraints/disableenfops = c TRUE
17.28/17.39	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
17.28/17.39	c # [type: int, range: [-1,2147483647], default: 0]
17.28/17.39	c constraints/agelimit = c 1
17.28/17.39	c # should binary conflicts be preferred?
17.28/17.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.28/17.39	c conflict/preferbinary = c TRUE
17.28/17.39	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
17.28/17.39	c # [type: int, range: [-1,2147483647], default: -1]
17.28/17.39	c conflict/interconss = c 0
17.28/17.39	c -----------------------------------------------------------------------------------------------
17.28/17.39	c start solving problem
17.28/17.39	c 
34.58/34.64	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.58/34.64	c  23.5s|     1 |     0 |   794 | 638M|   0 | 205 |4601 | 582k| 582k|4601 | 582k|   0 |   0 |   0 | 4.650000e+01 |      --      |    Inf 
63.86/63.90	c  52.6s|     1 |     0 |   903 | 639M|   0 | 171 |4601 | 582k| 582k|4601 | 582k|  20 |   0 |   0 | 4.700000e+01 |      --      |    Inf 
99.25/99.33	c  88.0s|     1 |     0 |  1108 | 639M|   0 | 200 |4601 | 582k| 582k|4601 | 582k|  45 |   0 |   0 | 4.750251e+01 |      --      |    Inf 
168.73/168.89	c   157s|     1 |     0 |  1316 | 639M|   0 | 228 |4601 | 582k| 582k|4601 | 582k|  57 |   0 |   0 | 4.802751e+01 |      --      |    Inf 
265.49/265.63	c   254s|     1 |     0 |  1639 | 639M|   0 | 328 |4601 | 582k| 582k|4601 | 582k|  73 |   0 |   0 | 4.900598e+01 |      --      |    Inf 
499.41/499.65	c   488s|     1 |     0 |  2113 | 639M|   0 | 355 |4601 | 582k| 582k|4601 | 582k|  81 |   0 |   0 | 4.937957e+01 |      --      |    Inf 

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-1885577-1245267593/watcher-1885577-1245267593 -o /tmp/evaluation-result-1885577-1245267593/solver-1885577-1245267593 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1885577-1245267593.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.97 3/64 12032
/proc/meminfo: memFree=1861240/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=4324 CPUtime=0
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 464 0 0 0 0 0 0 0 18 0 1 0 194355742 4427776 448 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/12032/statm: 1081 458 295 886 0 191 0

[startup+0.0185801 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 12032
/proc/meminfo: memFree=1861240/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=9916 CPUtime=0
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 1803 0 0 0 0 0 0 0 18 0 1 0 194355742 10153984 1785 1992294400 4194304 7823515 548682068736 18446744073709551615 5537983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12032/statm: 2479 1785 351 886 0 1589 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9916

[startup+0.101594 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 12032
/proc/meminfo: memFree=1861240/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=16524 CPUtime=0.09
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 3439 0 0 0 8 1 0 0 18 0 1 0 194355742 16920576 3421 1992294400 4194304 7823515 548682068736 18446744073709551615 6896323 0 0 4096 0 0 0 0 17 1 0 0
/proc/12032/statm: 4131 3421 351 886 0 3241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16524

[startup+0.301628 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 12032
/proc/meminfo: memFree=1861240/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=21228 CPUtime=0.29
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 4628 0 0 0 28 1 0 0 19 0 1 0 194355742 21737472 4610 1992294400 4194304 7823515 548682068736 18446744073709551615 6908077 0 0 4096 0 0 0 0 17 1 0 0
/proc/12032/statm: 5307 4610 351 886 0 4417 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21228

[startup+0.701696 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 12032
/proc/meminfo: memFree=1861240/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=30636 CPUtime=0.69
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 6982 0 0 0 67 2 0 0 23 0 1 0 194355742 31371264 6964 1992294400 4194304 7823515 548682068736 18446744073709551615 6908036 0 0 4096 0 0 0 0 17 1 0 0
/proc/12032/statm: 7659 6964 351 886 0 6769 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30636

[startup+1.50183 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=1826800/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=50284 CPUtime=1.49
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 11854 0 0 0 144 5 0 0 25 0 1 0 194355742 51490816 11836 1992294400 4194304 7823515 548682068736 18446744073709551615 5010466 0 0 4096 0 0 0 0 17 1 0 0
/proc/12032/statm: 12571 11836 351 886 0 11681 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50284

[startup+3.10111 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=1799976/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=88720 CPUtime=3.09
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 21470 0 0 0 299 10 0 0 25 0 1 0 194355742 90849280 21452 1992294400 4194304 7823515 548682068736 18446744073709551615 5537555 0 0 4096 0 0 0 0 17 1 0 0
/proc/12032/statm: 22180 21452 351 886 0 21290 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88720

[startup+6.30166 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=1720936/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=166484 CPUtime=6.28
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 40818 0 0 0 609 19 0 0 25 0 1 0 194355742 170479616 40800 1992294400 4194304 7823515 548682068736 18446744073709551615 6908072 0 0 4096 0 0 0 0 17 1 0 0
/proc/12032/statm: 41621 40800 351 886 0 40731 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 166484

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=1251504/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=645044 CPUtime=12.68
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 173433 0 0 0 1149 119 0 0 25 0 1 0 194355742 660525056 157916 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 161261 157916 423 886 0 160371 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 645044

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=711984/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1261204 CPUtime=25.47
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 322115 0 0 0 2279 268 0 0 25 0 1 0 194355742 1291472896 287591 1992294400 4194304 7823515 548682068736 18446744073709551615 6263171 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 315301 287591 505 886 0 314411 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1261204

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=643056/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1358340 CPUtime=51.07
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 355737 0 0 0 4826 281 0 0 25 0 1 0 194355742 1390940160 304420 1992294400 4194304 7823515 548682068736 18446744073709551615 6911988 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 339585 304420 527 886 0 338695 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1358340

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=530608/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1483436 CPUtime=102.25
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 403942 0 0 0 9922 303 0 0 25 0 1 0 194355742 1519038464 332441 1992294400 4194304 7823515 548682068736 18446744073709551615 5965398 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 370859 332441 532 886 0 369969 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1483436

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=503344/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1483436 CPUtime=162.22
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 410758 0 0 0 15914 308 0 0 25 0 1 0 194355742 1519038464 339257 1992294400 4194304 7823515 548682068736 18446744073709551615 6211272 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 370859 339257 532 886 0 369969 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1483436

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=503344/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1483436 CPUtime=222.21
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 410764 0 0 0 21908 313 0 0 25 0 1 0 194355742 1519038464 339263 1992294400 4194304 7823515 548682068736 18446744073709551615 6908173 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 370859 339263 532 886 0 369969 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1483436

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=497776/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1469540 CPUtime=282.18
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 428959 0 0 0 27895 323 0 0 25 0 1 0 194355742 1504808960 340621 1992294400 4194304 7823515 548682068736 18446744073709551615 4338498 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 367385 340621 532 886 0 366495 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 1469540

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=497776/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1469540 CPUtime=342.16
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 428959 0 0 0 33891 325 0 0 25 0 1 0 194355742 1504808960 340621 1992294400 4194304 7823515 548682068736 18446744073709551615 6908132 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 367385 340621 532 886 0 366495 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 1469540

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=497712/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1469540 CPUtime=402.14
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 428959 0 0 0 39886 328 0 0 25 0 1 0 194355742 1504808960 340621 1992294400 4194304 7823515 548682068736 18446744073709551615 6908132 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 367385 340621 532 886 0 366495 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 1469540

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=497712/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1469540 CPUtime=462.13
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 428959 0 0 0 45883 330 0 0 25 0 1 0 194355742 1504808960 340621 1992294400 4194304 7823515 548682068736 18446744073709551615 5965373 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 367385 340621 532 886 0 366495 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 1469540

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=532656/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1431904 CPUtime=522.1
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 452198 0 0 0 51870 340 0 0 25 0 1 0 194355742 1466269696 331885 1992294400 4194304 7823515 548682068736 18446744073709551615 6212556 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 357976 331885 535 886 0 357086 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 1431904

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=531824/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1452484 CPUtime=582.08
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 482756 0 0 0 57855 353 0 0 25 0 1 0 194355742 1487343616 332076 1992294400 4194304 7823515 548682068736 18446744073709551615 6212765 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 363121 332076 535 886 0 362231 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 1452484

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12033
/proc/meminfo: memFree=559024/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1452480 CPUtime=642.06
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 514671 0 0 0 63838 368 0 0 25 0 1 0 194355742 1487339520 325276 1992294400 4194304 7823515 548682068736 18446744073709551615 6110644 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 363120 325276 535 886 0 362230 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 1452480

[startup+702.302 s]

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

/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 756703 0 0 0 111712 477 0 0 25 0 1 0 194355742 1448787968 320884 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 353708 320884 535 886 0 352818 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 1414832

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12035
/proc/meminfo: memFree=575600/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1414832 CPUtime=1181.87
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 771921 0 0 0 117702 485 0 0 25 0 1 0 194355742 1448787968 321059 1992294400 4194304 7823515 548682068736 18446744073709551615 6908173 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 353708 321059 535 886 0 352818 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 1414832

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12035
/proc/meminfo: memFree=541168/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1414828 CPUtime=1241.85
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 792064 0 0 0 123692 493 0 0 25 0 1 0 194355742 1448783872 329622 1992294400 4194304 7823515 548682068736 18446744073709551615 6263483 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 353707 329622 535 886 0 352817 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 1414828

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12041
/proc/meminfo: memFree=575984/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1414832 CPUtime=1301.83
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 826455 0 0 0 129675 508 0 0 25 0 1 0 194355742 1448787968 320908 1992294400 4194304 7823515 548682068736 18446744073709551615 6211732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 353708 320908 535 886 0 352818 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 1414832

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12041
/proc/meminfo: memFree=558704/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1452452 CPUtime=1361.8
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 851815 0 0 0 135660 520 0 0 25 0 1 0 194355742 1487310848 325217 1992294400 4194304 7823515 548682068736 18446744073709551615 6109349 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 363113 325217 535 886 0 362223 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 1452452

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12041
/proc/meminfo: memFree=534128/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1486592 CPUtime=1421.78
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 875079 0 0 0 141648 530 0 0 25 0 1 0 194355742 1522270208 331363 1992294400 4194304 7823515 548682068736 18446744073709551615 6211603 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 371648 331363 535 886 0 370758 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 1486592

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12041
/proc/meminfo: memFree=530800/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1452640 CPUtime=1481.75
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 900104 0 0 0 147634 541 0 0 25 0 1 0 194355742 1487503360 332196 1992294400 4194304 7823515 548682068736 18446744073709551615 6110647 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 363160 332196 535 886 0 362270 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 1452640

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12041
/proc/meminfo: memFree=533680/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1486984 CPUtime=1541.73
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 918711 0 0 0 153622 551 0 0 25 0 1 0 194355742 1522671616 331462 1992294400 4194304 7823515 548682068736 18446744073709551615 6263490 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 371746 331462 535 886 0 370856 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 1486984

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12041
/proc/meminfo: memFree=558064/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1414828 CPUtime=1601.72
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 938885 0 0 0 159611 561 0 0 25 0 1 0 194355742 1448783872 325376 1992294400 4194304 7823515 548682068736 18446744073709551615 6263492 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 353707 325376 535 886 0 352817 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 1414828

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12041
/proc/meminfo: memFree=576048/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1414832 CPUtime=1661.7
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 970980 0 0 0 165595 575 0 0 25 0 1 0 194355742 1448787968 320868 1992294400 4194304 7823515 548682068736 18446744073709551615 6211001 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 353708 320868 535 886 0 352818 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 1414832

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12041
/proc/meminfo: memFree=575920/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1414832 CPUtime=1721.67
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 992050 0 0 0 171583 584 0 0 25 0 1 0 194355742 1448787968 320905 1992294400 4194304 7823515 548682068736 18446744073709551615 5924524 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 353708 320905 535 886 0 352818 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 1414832

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12041
/proc/meminfo: memFree=541168/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1414824 CPUtime=1781.65
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 1024331 0 0 0 177568 597 0 0 25 0 1 0 194355742 1448779776 329546 1992294400 4194304 7823515 548682068736 18446744073709551615 6157620 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 353706 329546 535 886 0 352816 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 1414824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12041
/proc/meminfo: memFree=496880/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1486832 CPUtime=1800.05
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 1037912 0 0 0 179405 600 0 0 25 0 1 0 194355742 1522515968 340635 1992294400 4194304 7823515 548682068736 18446744073709551615 6212430 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 371708 340635 535 886 0 370818 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1486832

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12032

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12041
/proc/meminfo: memFree=496880/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1486832 CPUtime=1800.74
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 1037912 0 0 0 179474 600 0 0 25 0 1 0 194355742 1522515968 340635 1992294400 4194304 7823515 548682068736 18446744073709551615 6211563 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 371708 340635 535 886 0 370818 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 1486832

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 12042
/proc/meminfo: memFree=496872/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1486832 CPUtime=1801.54
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 1037912 0 0 0 179554 600 0 0 25 0 1 0 194355742 1522515968 340635 1992294400 4194304 7823515 548682068736 18446744073709551615 6150539 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 371708 340635 535 886 0 370818 0
Current children cumulated CPU time (s) 1801.54
Current children cumulated vsize (KiB) 1486832

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 12042
/proc/meminfo: memFree=496872/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=1486892 CPUtime=1801.94
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4194304 1037912 0 0 0 179594 600 0 0 25 0 1 0 194355742 1522577408 340635 1992294400 4194304 7823515 548682068736 18446744073709551615 6911980 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 371723 340635 535 886 0 370833 0
Current children cumulated CPU time (s) 1801.94
Current children cumulated vsize (KiB) 1486892

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12042
/proc/meminfo: memFree=1078896/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=0 CPUtime=1802.14
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4195332 1037919 0 0 0 179605 609 0 0 25 0 1 0 194355742 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

[startup+1802.91 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 12042
/proc/meminfo: memFree=1078896/2055920 swapFree=4181252/4192956
[pid=12032] ppid=12030 vsize=0 CPUtime=1802.24
/proc/12032/stat : 12032 (pbscip.linux.x8) R 12030 12032 11221 0 -1 4195332 1037919 0 0 0 179605 619 0 0 25 0 1 0 194355742 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12032/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.92
CPU time (s): 1802.28
CPU user time (s): 1796.06
CPU system time (s): 6.21805
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 1539320

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

runsolver used 2.11368 second user time and 4.00339 second system time

The end

Launcher Data

Begin job on node48 at 2009-06-17 21:39:54
IDJOB=1885577
IDBENCH=72071
IDSOLVER=683
FILE ID=node48/1885577-1245267593
PBS_JOBID= 9372406
Free space on /tmp= 66216 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/APPLICATIONS/satComp09_BioInstances/ndhf_xits_22_SAT.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-1885577-1245267593/watcher-1885577-1245267593 -o /tmp/evaluation-result-1885577-1245267593/solver-1885577-1245267593 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1885577-1245267593.opb

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

MD5SUM BENCH= bbe4a7bae4108a0ac84eb053f8f57ca7
RANDOM SEED=735554546

node48.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.270
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.270
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:       1861656 kB
Buffers:         10092 kB
Cached:         120944 kB
SwapCached:       5440 kB
Active:          88428 kB
Inactive:        50432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861656 kB
SwapTotal:     4192956 kB
SwapFree:      4181252 kB
Dirty:           28708 kB
Writeback:           0 kB
Mapped:          13544 kB
Slab:            41392 kB
Committed_AS:   179936 kB
PageTables:       1372 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= 66208 MiB
End job on node48 at 2009-06-17 22:09:57