Trace number 2665897

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.15 1802.91

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
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

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665897-1276318801.opb>
8.69/8.75	c original problem has 3750 variables (3750 bin, 0 int, 0 impl, 0 cont) and 467625 constraints
8.69/8.75	c problem read
8.69/8.75	c No objective function, only one solution is needed.
8.69/8.75	c presolving settings loaded
11.28/11.36	c presolving:
17.49/17.60	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 467625 upgd conss, 0 impls, 750 clqs
18.48/18.53	c presolving (2 rounds):
18.48/18.53	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
18.48/18.53	c  0 implications, 750 cliques
18.48/18.53	c presolved problem has 3750 variables (3750 bin, 0 int, 0 impl, 0 cont) and 467625 constraints
18.48/18.53	c     750 constraints of type <setppc>
18.48/18.53	c  466875 constraints of type <logicor>
18.48/18.53	c transformed objective value is always integral (scale: 1)
18.48/18.53	c Presolving Time: 6.17
18.48/18.53	c - non default parameters ----------------------------------------------------------------------
18.48/18.53	c # SCIP version 1.2.1.2
18.48/18.53	c 
18.48/18.53	c # frequency for displaying node information lines
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 100]
18.48/18.53	c display/freq = 10000
18.48/18.53	c 
18.48/18.53	c # maximal time in seconds to run
18.48/18.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
18.48/18.53	c limits/time = 1791.26
18.48/18.53	c 
18.48/18.53	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
18.48/18.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
18.48/18.53	c limits/memory = 1620
18.48/18.53	c 
18.48/18.53	c # solving stops, if the given number of solutions were found (-1: no limit)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: -1]
18.48/18.53	c limits/solutions = 1
18.48/18.53	c 
18.48/18.53	c # maximal number of separation rounds per node (-1: unlimited)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 5]
18.48/18.53	c separating/maxrounds = 1
18.48/18.53	c 
18.48/18.53	c # maximal number of separation rounds in the root node (-1: unlimited)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: -1]
18.48/18.53	c separating/maxroundsroot = 5
18.48/18.53	c 
18.48/18.53	c # should presolving try to simplify inequalities
18.48/18.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
18.48/18.53	c constraints/linear/simplifyinequalities = TRUE
18.48/18.53	c 
18.48/18.53	c # should disaggregation of knapsack constraints be allowed in preprocessing?
18.48/18.53	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
18.48/18.53	c constraints/knapsack/disaggregation = FALSE
18.48/18.53	c 
18.48/18.53	c # should presolving try to simplify knapsacks
18.48/18.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
18.48/18.53	c constraints/knapsack/simplifyinequalities = TRUE
18.48/18.53	c 
18.48/18.53	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: -1]
18.48/18.53	c presolving/probing/maxrounds = 0
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 10]
18.48/18.53	c heuristics/coefdiving/freq = -1
18.48/18.53	c 
18.48/18.53	c # maximal fraction of diving LP iterations compared to node LP iterations
18.48/18.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.48/18.53	c heuristics/coefdiving/maxlpiterquot = 0.075
18.48/18.53	c 
18.48/18.53	c # additional number of allowed LP iterations
18.48/18.53	c # [type: int, range: [0,2147483647], default: 1000]
18.48/18.53	c heuristics/coefdiving/maxlpiterofs = 1500
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 30]
18.48/18.53	c heuristics/crossover/freq = -1
18.48/18.53	c 
18.48/18.53	c # number of nodes added to the contingent of the total nodes
18.48/18.53	c # [type: longint, range: [0,9223372036854775807], default: 500]
18.48/18.53	c heuristics/crossover/nodesofs = 750
18.48/18.53	c 
18.48/18.53	c # number of nodes without incumbent change that heuristic should wait
18.48/18.53	c # [type: longint, range: [0,9223372036854775807], default: 200]
18.48/18.53	c heuristics/crossover/nwaitingnodes = 100
18.48/18.53	c 
18.48/18.53	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
18.48/18.53	c # [type: real, range: [0,1], default: 0.1]
18.48/18.53	c heuristics/crossover/nodesquot = 0.15
18.48/18.53	c 
18.48/18.53	c # minimum percentage of integer variables that have to be fixed 
18.48/18.53	c # [type: real, range: [0,1], default: 0.666]
18.48/18.53	c heuristics/crossover/minfixingrate = 0.5
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 20]
18.48/18.53	c heuristics/feaspump/freq = -1
18.48/18.53	c 
18.48/18.53	c # additional number of allowed LP iterations
18.48/18.53	c # [type: int, range: [0,2147483647], default: 1000]
18.48/18.53	c heuristics/feaspump/maxlpiterofs = 2000
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 10]
18.48/18.53	c heuristics/fracdiving/freq = -1
18.48/18.53	c 
18.48/18.53	c # maximal fraction of diving LP iterations compared to node LP iterations
18.48/18.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.48/18.53	c heuristics/fracdiving/maxlpiterquot = 0.075
18.48/18.53	c 
18.48/18.53	c # additional number of allowed LP iterations
18.48/18.53	c # [type: int, range: [0,2147483647], default: 1000]
18.48/18.53	c heuristics/fracdiving/maxlpiterofs = 1500
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 10]
18.48/18.53	c heuristics/guideddiving/freq = -1
18.48/18.53	c 
18.48/18.53	c # maximal fraction of diving LP iterations compared to node LP iterations
18.48/18.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.48/18.53	c heuristics/guideddiving/maxlpiterquot = 0.075
18.48/18.53	c 
18.48/18.53	c # additional number of allowed LP iterations
18.48/18.53	c # [type: int, range: [0,2147483647], default: 1000]
18.48/18.53	c heuristics/guideddiving/maxlpiterofs = 1500
18.48/18.53	c 
18.48/18.53	c # maximal fraction of diving LP iterations compared to node LP iterations
18.48/18.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.48/18.53	c heuristics/intdiving/maxlpiterquot = 0.075
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 10]
18.48/18.53	c heuristics/intshifting/freq = -1
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 10]
18.48/18.53	c heuristics/linesearchdiving/freq = -1
18.48/18.53	c 
18.48/18.53	c # maximal fraction of diving LP iterations compared to node LP iterations
18.48/18.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.48/18.53	c heuristics/linesearchdiving/maxlpiterquot = 0.075
18.48/18.53	c 
18.48/18.53	c # additional number of allowed LP iterations
18.48/18.53	c # [type: int, range: [0,2147483647], default: 1000]
18.48/18.53	c heuristics/linesearchdiving/maxlpiterofs = 1500
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 1]
18.48/18.53	c heuristics/nlp/freq = -1
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 20]
18.48/18.53	c heuristics/objpscostdiving/freq = -1
18.48/18.53	c 
18.48/18.53	c # maximal fraction of diving LP iterations compared to total iteration number
18.48/18.53	c # [type: real, range: [0,1], default: 0.01]
18.48/18.53	c heuristics/objpscostdiving/maxlpiterquot = 0.015
18.48/18.53	c 
18.48/18.53	c # additional number of allowed LP iterations
18.48/18.53	c # [type: int, range: [0,2147483647], default: 1000]
18.48/18.53	c heuristics/objpscostdiving/maxlpiterofs = 1500
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 1]
18.48/18.53	c heuristics/oneopt/freq = -1
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 10]
18.48/18.53	c heuristics/pscostdiving/freq = -1
18.48/18.53	c 
18.48/18.53	c # maximal fraction of diving LP iterations compared to node LP iterations
18.48/18.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.48/18.53	c heuristics/pscostdiving/maxlpiterquot = 0.075
18.48/18.53	c 
18.48/18.53	c # additional number of allowed LP iterations
18.48/18.53	c # [type: int, range: [0,2147483647], default: 1000]
18.48/18.53	c heuristics/pscostdiving/maxlpiterofs = 1500
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 0]
18.48/18.53	c heuristics/rens/freq = -1
18.48/18.53	c 
18.48/18.53	c # minimum percentage of integer variables that have to be fixable 
18.48/18.53	c # [type: real, range: [0,1], default: 0.5]
18.48/18.53	c heuristics/rens/minfixingrate = 0.3
18.48/18.53	c 
18.48/18.53	c # number of nodes added to the contingent of the total nodes
18.48/18.53	c # [type: longint, range: [0,9223372036854775807], default: 500]
18.48/18.53	c heuristics/rens/nodesofs = 2000
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 20]
18.48/18.53	c heuristics/rootsoldiving/freq = -1
18.48/18.53	c 
18.48/18.53	c # maximal fraction of diving LP iterations compared to node LP iterations
18.48/18.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
18.48/18.53	c heuristics/rootsoldiving/maxlpiterquot = 0.015
18.48/18.53	c 
18.48/18.53	c # additional number of allowed LP iterations
18.48/18.53	c # [type: int, range: [0,2147483647], default: 1000]
18.48/18.53	c heuristics/rootsoldiving/maxlpiterofs = 1500
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 1]
18.48/18.53	c heuristics/rounding/freq = -1
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 10]
18.48/18.53	c heuristics/shifting/freq = -1
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 1]
18.48/18.53	c heuristics/simplerounding/freq = -1
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 0]
18.48/18.53	c heuristics/trivial/freq = -1
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 1]
18.48/18.53	c heuristics/trysol/freq = -1
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 10]
18.48/18.53	c heuristics/veclendiving/freq = -1
18.48/18.53	c 
18.48/18.53	c # maximal fraction of diving LP iterations compared to node LP iterations
18.48/18.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
18.48/18.53	c heuristics/veclendiving/maxlpiterquot = 0.075
18.48/18.53	c 
18.48/18.53	c # additional number of allowed LP iterations
18.48/18.53	c # [type: int, range: [0,2147483647], default: 1000]
18.48/18.53	c heuristics/veclendiving/maxlpiterofs = 1500
18.48/18.53	c 
18.48/18.53	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 1]
18.48/18.53	c heuristics/zirounding/freq = -1
18.48/18.53	c 
18.48/18.53	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 0]
18.48/18.53	c separating/cmir/freq = -1
18.48/18.53	c 
18.48/18.53	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: 0]
18.48/18.53	c separating/flowcover/freq = -1
18.48/18.53	c 
18.48/18.53	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
18.48/18.53	c # [type: int, range: [-1,2147483647], default: -1]
18.48/18.53	c separating/rapidlearning/freq = 0
18.48/18.53	c 
18.48/18.53	c -----------------------------------------------------------------------------------------------
18.48/18.53	c start solving
18.48/18.56	c 
68.83/68.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.83/68.93	c  57.7s|     1 |     0 |  1608 |     - | 554M|   0 |1500 |3750 | 467k|3750 | 467k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
493.15/493.43	c   481s|     1 |     0 |  4885 |     - | 562M|   0 |1500 |3750 | 467k|3750 | 467k|   1 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)

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-2665897-1276318801/watcher-2665897-1276318801 -o /tmp/evaluation-result-2665897-1276318801/solver-2665897-1276318801 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665897-1276318801.opb -t 1800 -m 1800 

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.84 1.98 1.85 3/106 12314
/proc/meminfo: memFree=1605068/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=9288 CPUtime=0
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 1044 0 0 0 0 0 0 0 21 0 1 0 7481823 9510912 965 1992294400 4194304 9819077 140734432765152 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12314/statm: 2322 976 371 1374 0 943 0

[startup+0.031194 s]
/proc/loadavg: 1.84 1.98 1.85 3/106 12314
/proc/meminfo: memFree=1605068/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=11928 CPUtime=0.02
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 1913 0 0 0 2 0 0 0 21 0 1 0 7481823 12214272 1834 1992294400 4194304 9819077 140734432765152 18446744073709551615 5650586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12314/statm: 2982 1835 386 1374 0 1603 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11928

[startup+0.101208 s]
/proc/loadavg: 1.84 1.98 1.85 3/106 12314
/proc/meminfo: memFree=1605068/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=16320 CPUtime=0.09
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 3018 0 0 0 8 1 0 0 21 0 1 0 7481823 16711680 2939 1992294400 4194304 9819077 140734432765152 18446744073709551615 8668380 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12314/statm: 4080 2939 386 1374 0 2701 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16320

[startup+0.301245 s]
/proc/loadavg: 1.84 1.98 1.85 3/106 12314
/proc/meminfo: memFree=1605068/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=20516 CPUtime=0.29
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 4043 0 0 0 28 1 0 0 21 0 1 0 7481823 21008384 3964 1992294400 4194304 9819077 140734432765152 18446744073709551615 5652166 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12314/statm: 5129 3964 386 1374 0 3750 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20516

[startup+0.701324 s]
/proc/loadavg: 1.84 1.98 1.85 3/106 12314
/proc/meminfo: memFree=1605068/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=29184 CPUtime=0.69
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 6208 0 0 0 67 2 0 0 22 0 1 0 7481823 29884416 6129 1992294400 4194304 9819077 140734432765152 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12314/statm: 7296 6129 386 1374 0 5917 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29184

[startup+1.50148 s]
/proc/loadavg: 1.84 1.98 1.85 2/107 12315
/proc/meminfo: memFree=1576168/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=44820 CPUtime=1.49
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 10091 0 0 0 145 4 0 0 25 0 1 0 7481823 45895680 10012 1992294400 4194304 9819077 140734432765152 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12314/statm: 11205 10012 386 1374 0 9826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44820

[startup+3.10079 s]
/proc/loadavg: 1.78 1.97 1.85 2/107 12315
/proc/meminfo: memFree=1553972/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=77288 CPUtime=3.09
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 18195 0 0 0 302 7 0 0 25 0 1 0 7481823 79142912 18116 1992294400 4194304 9819077 140734432765152 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12314/statm: 19322 18116 386 1374 0 17943 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77288

[startup+6.30142 s]
/proc/loadavg: 1.78 1.97 1.85 2/107 12315
/proc/meminfo: memFree=1487508/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=140548 CPUtime=6.29
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 33927 0 0 0 616 13 0 0 25 0 1 0 7481823 143921152 33849 1992294400 4194304 9819077 140734432765152 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12314/statm: 35137 33861 386 1374 0 33758 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 140548

[startup+12.7007 s]
/proc/loadavg: 1.66 1.93 1.84 2/107 12315
/proc/meminfo: memFree=1024616/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=587164 CPUtime=12.68
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 161141 0 0 0 1180 88 0 0 25 0 1 0 7481823 601255936 145166 1992294400 4194304 9819077 140734432765152 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 146791 145166 478 1374 0 145412 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 587164

[startup+25.5012 s]
/proc/loadavg: 1.55 1.90 1.83 2/107 12317
/proc/meminfo: memFree=603016/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1192752 CPUtime=25.48
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 366821 0 0 0 2306 242 0 0 25 0 1 0 7481823 1221378048 250698 1992294400 4194304 9819077 140734432765152 18446744073709551615 7292346 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 298188 250699 619 1374 0 296809 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1192752

[startup+51.1012 s]
/proc/loadavg: 1.36 1.83 1.80 2/107 12317
/proc/meminfo: memFree=586772/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1284372 CPUtime=51.05
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 386970 0 0 0 4854 251 0 0 25 0 1 0 7481823 1315196928 254646 1992294400 4194304 9819077 140734432765152 18446744073709551615 6191156 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 321093 254646 620 1374 0 319714 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1284372

[startup+102.309 s]
/proc/loadavg: 1.14 1.69 1.75 2/107 12328
/proc/meminfo: memFree=583052/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1344028 CPUtime=102.22
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 463193 0 0 0 9921 301 0 0 25 0 1 0 7481823 1376284672 255530 1992294400 4194304 9819077 140734432765152 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 336007 255530 644 1374 0 334628 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 1344028

[startup+162.301 s]
/proc/loadavg: 1.05 1.56 1.70 2/107 12328
/proc/meminfo: memFree=551680/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1344028 CPUtime=162.19
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 471010 0 0 0 15914 305 0 0 25 0 1 0 7481823 1376284672 263347 1992294400 4194304 9819077 140734432765152 18446744073709551615 6198376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 336007 263347 644 1374 0 334628 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 1344028

[startup+222.301 s]
/proc/loadavg: 1.02 1.45 1.66 2/107 12330
/proc/meminfo: memFree=546720/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1344028 CPUtime=222.16
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 472264 0 0 0 21910 306 0 0 25 0 1 0 7481823 1376284672 264601 1992294400 4194304 9819077 140734432765152 18446744073709551615 7304818 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 336007 264601 644 1374 0 334628 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 1344028

[startup+282.301 s]
/proc/loadavg: 1.00 1.38 1.62 2/107 12332
/proc/meminfo: memFree=563336/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1344028 CPUtime=282.14
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 497799 0 0 0 27897 317 0 0 25 0 1 0 7481823 1376284672 260730 1992294400 4194304 9819077 140734432765152 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 336007 260730 644 1374 0 334628 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 1344028

[startup+342.301 s]
/proc/loadavg: 1.00 1.30 1.57 2/107 12334
/proc/meminfo: memFree=543248/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1344028 CPUtime=342.11
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 502508 0 0 0 33891 320 0 0 25 0 1 0 7481823 1376284672 265439 1992294400 4194304 9819077 140734432765152 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 336007 265439 644 1374 0 334628 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 1344028

[startup+402.302 s]
/proc/loadavg: 1.00 1.25 1.54 2/107 12336
/proc/meminfo: memFree=549572/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1344028 CPUtime=402.09
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 530500 0 0 0 39877 332 0 0 25 0 1 0 7481823 1376284672 263887 1992294400 4194304 9819077 140734432765152 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 336007 263887 644 1374 0 334628 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 1344028

[startup+462.301 s]
/proc/loadavg: 1.00 1.20 1.50 2/107 12336
/proc/meminfo: memFree=541388/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1344028 CPUtime=462.07
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 532525 0 0 0 45873 334 0 0 25 0 1 0 7481823 1376284672 265912 1992294400 4194304 9819077 140734432765152 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 336007 265912 644 1374 0 334628 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 1344028

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.47 2/107 12338
/proc/meminfo: memFree=589004/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1344284 CPUtime=522.04
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 627456 0 0 0 51811 393 0 0 25 0 1 0 7481823 1376546816 254011 1992294400 4194304 9819077 140734432765152 18446744073709551615 7304794 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 336071 254011 644 1374 0 334692 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1344284

[startup+582.301 s]
/proc/loadavg: 1.00 1.13 1.43 2/107 12340
/proc/meminfo: memFree=555896/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1344284 CPUtime=582.02
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 635705 0 0 0 57805 397 0 0 25 0 1 0 7481823 1376546816 262260 1992294400 4194304 9819077 140734432765152 18446744073709551615 7292302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 336071 262260 644 1374 0 334692 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 1344284

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.40 2/107 12342
/proc/meminfo: memFree=549572/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1344284 CPUtime=642
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 637261 0 0 0 63802 398 0 0 25 0 1 0 7481823 1376546816 263816 1992294400 4194304 9819077 140734432765152 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 336071 263816 644 1374 0 334692 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 1344284

[startup+702.301 s]

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

/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 785033 0 0 0 111715 465 0 0 25 0 1 0 7481823 1411088384 262427 1992294400 4194304 9819077 140734432765152 18446744073709551615 7294778 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 344504 262427 644 1374 0 343125 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 1378016

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.21 2/107 12359
/proc/meminfo: memFree=576480/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1379516 CPUtime=1181.77
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 810279 0 0 0 117701 476 0 0 25 0 1 0 7481823 1412624384 256943 1992294400 4194304 9819077 140734432765152 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 344879 256943 644 1374 0 343500 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 1379516

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.19 2/107 12361
/proc/meminfo: memFree=576480/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1382624 CPUtime=1241.75
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 840799 0 0 0 123685 490 0 0 25 0 1 0 7481823 1415806976 256884 1992294400 4194304 9819077 140734432765152 18446744073709551615 7304786 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 345656 256884 644 1374 0 344277 0
Current children cumulated CPU time (s) 1241.75
Current children cumulated vsize (KiB) 1382624

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/107 12363
/proc/meminfo: memFree=575488/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1385244 CPUtime=1301.74
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 871616 0 0 0 129669 505 0 0 25 0 1 0 7481823 1418489856 257109 1992294400 4194304 9819077 140734432765152 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 346311 257109 644 1374 0 344932 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 1385244

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/107 12363
/proc/meminfo: memFree=536800/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1385244 CPUtime=1361.7
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 881255 0 0 0 135661 509 0 0 25 0 1 0 7481823 1418489856 266748 1992294400 4194304 9819077 140734432765152 18446744073709551615 6198708 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 346311 266748 644 1374 0 344932 0
Current children cumulated CPU time (s) 1361.7
Current children cumulated vsize (KiB) 1385244

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 12365
/proc/meminfo: memFree=556516/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1388860 CPUtime=1421.68
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 907612 0 0 0 141648 520 0 0 25 0 1 0 7481823 1422192640 261873 1992294400 4194304 9819077 140734432765152 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 347215 261873 644 1374 0 345836 0
Current children cumulated CPU time (s) 1421.68
Current children cumulated vsize (KiB) 1388860

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 12367
/proc/meminfo: memFree=546596/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1391416 CPUtime=1481.66
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 939276 0 0 0 147631 535 0 0 25 0 1 0 7481823 1424809984 264580 1992294400 4194304 9819077 140734432765152 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 347854 264580 644 1374 0 346475 0
Current children cumulated CPU time (s) 1481.66
Current children cumulated vsize (KiB) 1391416

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 12369
/proc/meminfo: memFree=535188/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1391224 CPUtime=1541.63
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 973806 0 0 0 153612 551 0 0 25 0 1 0 7481823 1424613376 267348 1992294400 4194304 9819077 140734432765152 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 347806 267348 644 1374 0 346427 0
Current children cumulated CPU time (s) 1541.63
Current children cumulated vsize (KiB) 1391224

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 12371
/proc/meminfo: memFree=532832/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1393400 CPUtime=1601.6
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 1005240 0 0 0 159595 565 0 0 25 0 1 0 7481823 1426841600 267862 1992294400 4194304 9819077 140734432765152 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 348350 267862 644 1374 0 346971 0
Current children cumulated CPU time (s) 1601.6
Current children cumulated vsize (KiB) 1393400

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 12371
/proc/meminfo: memFree=542132/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1394016 CPUtime=1661.58
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 1034154 0 0 0 165580 578 0 0 25 0 1 0 7481823 1427472384 265551 1992294400 4194304 9819077 140734432765152 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 348504 265551 644 1374 0 347125 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 1394016

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 12373
/proc/meminfo: memFree=566436/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1395320 CPUtime=1721.56
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 1059817 0 0 0 171566 590 0 0 25 0 1 0 7481823 1428807680 259531 1992294400 4194304 9819077 140734432765152 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 348830 259531 644 1374 0 347451 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 1395320

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 12375
/proc/meminfo: memFree=580696/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1317232 CPUtime=1781.53
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 1409088 0 0 0 177426 727 0 0 25 0 1 0 7481823 1348845568 256831 1992294400 4194304 9819077 140734432765152 18446744073709551615 7235169 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 329308 256831 644 1374 0 327929 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (KiB) 1317232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 12375
/proc/meminfo: memFree=568792/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1396192 CPUtime=1800.04
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 1586040 0 0 0 179205 799 0 0 25 0 1 0 7481823 1429700608 258805 1992294400 4194304 9819077 140734432765152 18446744073709551615 6198314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 349048 258805 644 1374 0 347669 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1396192

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12314

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 12375
/proc/meminfo: memFree=568792/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1283028 CPUtime=1800.63
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 1602530 0 0 0 179258 805 0 0 25 0 1 0 7481823 1313820672 257202 1992294400 4194304 9819077 140734432765152 18446744073709551615 7277419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 320757 257202 644 1374 0 319378 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 1283028

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 12376
/proc/meminfo: memFree=580068/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1396668 CPUtime=1801.43
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 1607097 0 0 0 179336 807 0 0 25 0 1 0 7481823 1430188032 258568 1992294400 4194304 9819077 140734432765152 18446744073709551615 6361868 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 349167 258568 644 1374 0 347788 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 1396668

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 12376
/proc/meminfo: memFree=580068/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1396668 CPUtime=1801.83
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 1607889 0 0 0 179376 807 0 0 25 0 1 0 7481823 1430188032 258703 1992294400 4194304 9819077 140734432765152 18446744073709551615 6391563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 349167 258703 644 1374 0 347788 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 1396668

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 12376
/proc/meminfo: memFree=569156/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=1396668 CPUtime=1802.03
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4202496 1607901 0 0 0 179396 807 0 0 25 0 1 0 7481823 1430188032 258715 1992294400 4194304 9819077 140734432765152 18446744073709551615 7294712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12314/statm: 349167 258715 644 1374 0 347788 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 1396668

[startup+1802.91 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 12376
/proc/meminfo: memFree=569156/2059040 swapFree=4192076/4192956
[pid=12314] ppid=12312 vsize=0 CPUtime=1802.14
/proc/12314/stat : 12314 (pbscip.linux.x8) R 12312 12314 12220 0 -1 4203524 1607901 0 0 0 179397 817 0 0 25 0 1 0 7481823 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/12314/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.91
CPU time (s): 1802.15
CPU user time (s): 1793.97
CPU system time (s): 8.17676
CPU usage (%): 99.9577
Max. virtual memory (cumulated for all children) (KiB): 1396668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.97
system time used= 8.17676
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1607901
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= 2
involuntary context switches= 24002

runsolver used 3.00754 second user time and 8.50171 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-12 07:00:03
IDJOB=2665897
IDBENCH=1373
IDSOLVER=1168
FILE ID=node011/2665897-1276318801
PBS_JOBID= 11173152
Free space on /tmp= 62244 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665897-1276318801/watcher-2665897-1276318801 -o /tmp/evaluation-result-2665897-1276318801/solver-2665897-1276318801 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665897-1276318801.opb -t 1800 -m 1800

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=1034957327

node011.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
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.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1605472 kB
Buffers:         67704 kB
Cached:         244880 kB
SwapCached:          0 kB
Active:         162624 kB
Inactive:       208288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1605472 kB
SwapTotal:     4192956 kB
SwapFree:      4192076 kB
Dirty:           25940 kB
Writeback:           8 kB
AnonPages:       58176 kB
Mapped:          15456 kB
Slab:            60944 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62236 MiB
End job on node011 at 2010-06-12 07:30:06