Trace number 1884557

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.25 1802.78

General information on the benchmark

Name/PURE-SAT/SAT09/
CRAFTED/ramseycube/Q3inK11.opb
MD5SUM9974c39530204bf665729cefd35195fb
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 benchmark4.40033
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55
Total number of constraints277200
Number of constraints which are clauses277200
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 constraint12
Maximum length of a constraint12
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 23
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

6.79/6.87	c SCIP version 1.1.0.7
6.79/6.87	c LP-Solver SoPlex 1.4.1
6.79/6.87	c user parameter file <scip.set> not found - using default parameters
6.79/6.87	c read problem <HOME/instance-1884557-1245259545.opb>
6.79/6.87	c original problem has 55 variables (55 bin, 0 int, 0 impl, 0 cont) and 277200 constraints
8.49/8.57	c No objective function, only one solution is needed.
8.49/8.57	c start presolving problem
8.49/8.57	c presolving:
13.88/13.93	c (round 1) 0 del vars, 138600 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
20.18/20.28	c presolving (2 rounds):
20.18/20.28	c  0 deleted vars, 138600 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
20.18/20.28	c  0 implications, 0 cliques
20.18/20.28	c presolved problem has 55 variables (55 bin, 0 int, 0 impl, 0 cont) and 138600 constraints
20.18/20.28	c  138600 constraints of type <linear>
20.18/20.28	c transformed objective value is always integral (scale: 1)
20.18/20.28	c Presolving Time: 11.18
20.18/20.28	c SATUNSAT-LIN
20.18/20.28	c -----------------------------------------------------------------------------------------------
20.18/20.28	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 0]
20.18/20.28	c separating/flowcover/freq = c -1
20.18/20.28	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 0]
20.18/20.28	c separating/cmir/freq = c -1
20.18/20.28	c # additional number of allowed LP iterations
20.18/20.28	c # [type: int, range: [0,2147483647], default: 1000]
20.18/20.28	c heuristics/veclendiving/maxlpiterofs = c 1500
20.18/20.28	c # maximal fraction of diving LP iterations compared to node LP iterations
20.18/20.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
20.18/20.28	c heuristics/veclendiving/maxlpiterquot = c 0.075
20.18/20.28	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 10]
20.18/20.28	c heuristics/veclendiving/freq = c -1
20.18/20.28	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 1]
20.18/20.28	c heuristics/simplerounding/freq = c -1
20.18/20.28	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 10]
20.18/20.28	c heuristics/shifting/freq = c -1
20.18/20.28	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 1]
20.18/20.28	c heuristics/rounding/freq = c -1
20.18/20.28	c # additional number of allowed LP iterations
20.18/20.28	c # [type: int, range: [0,2147483647], default: 1000]
20.18/20.28	c heuristics/rootsoldiving/maxlpiterofs = c 1500
20.18/20.28	c # maximal fraction of diving LP iterations compared to node LP iterations
20.18/20.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
20.18/20.28	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
20.18/20.28	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 20]
20.18/20.28	c heuristics/rootsoldiving/freq = c -1
20.18/20.28	c # number of nodes added to the contingent of the total nodes
20.18/20.28	c # [type: longint, range: [0,9223372036854775807], default: 500]
20.18/20.28	c heuristics/rens/nodesofs = c 2000
20.18/20.28	c # minimum percentage of integer variables that have to be fixable 
20.18/20.28	c # [type: real, range: [0,1], default: 0.5]
20.18/20.28	c heuristics/rens/minfixingrate = c 0.3
20.18/20.28	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 0]
20.18/20.28	c heuristics/rens/freq = c -1
20.18/20.28	c # additional number of allowed LP iterations
20.18/20.28	c # [type: int, range: [0,2147483647], default: 1000]
20.18/20.28	c heuristics/pscostdiving/maxlpiterofs = c 1500
20.18/20.28	c # maximal fraction of diving LP iterations compared to node LP iterations
20.18/20.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
20.18/20.28	c heuristics/pscostdiving/maxlpiterquot = c 0.075
20.18/20.28	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 10]
20.18/20.28	c heuristics/pscostdiving/freq = c -1
20.18/20.28	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 1]
20.18/20.28	c heuristics/oneopt/freq = c -1
20.18/20.28	c # additional number of allowed LP iterations
20.18/20.28	c # [type: int, range: [0,2147483647], default: 1000]
20.18/20.28	c heuristics/objpscostdiving/maxlpiterofs = c 1500
20.18/20.28	c # maximal fraction of diving LP iterations compared to total iteration number
20.18/20.28	c # [type: real, range: [0,1], default: 0.01]
20.18/20.28	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
20.18/20.28	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 20]
20.18/20.28	c heuristics/objpscostdiving/freq = c -1
20.18/20.28	c # additional number of allowed LP iterations
20.18/20.28	c # [type: int, range: [0,2147483647], default: 1000]
20.18/20.28	c heuristics/linesearchdiving/maxlpiterofs = c 1500
20.18/20.28	c # maximal fraction of diving LP iterations compared to node LP iterations
20.18/20.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
20.18/20.28	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
20.18/20.28	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 10]
20.18/20.28	c heuristics/linesearchdiving/freq = c -1
20.18/20.28	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 10]
20.18/20.28	c heuristics/intshifting/freq = c -1
20.18/20.28	c # maximal fraction of diving LP iterations compared to node LP iterations
20.18/20.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
20.18/20.28	c heuristics/intdiving/maxlpiterquot = c 0.075
20.18/20.28	c # additional number of allowed LP iterations
20.18/20.28	c # [type: int, range: [0,2147483647], default: 1000]
20.18/20.28	c heuristics/guideddiving/maxlpiterofs = c 1500
20.18/20.28	c # maximal fraction of diving LP iterations compared to node LP iterations
20.18/20.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
20.18/20.28	c heuristics/guideddiving/maxlpiterquot = c 0.075
20.18/20.28	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 10]
20.18/20.28	c heuristics/guideddiving/freq = c -1
20.18/20.28	c # additional number of allowed LP iterations
20.18/20.28	c # [type: int, range: [0,2147483647], default: 1000]
20.18/20.28	c heuristics/fracdiving/maxlpiterofs = c 1500
20.18/20.28	c # maximal fraction of diving LP iterations compared to node LP iterations
20.18/20.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
20.18/20.28	c heuristics/fracdiving/maxlpiterquot = c 0.075
20.18/20.28	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 10]
20.18/20.28	c heuristics/fracdiving/freq = c -1
20.18/20.28	c # additional number of allowed LP iterations
20.18/20.28	c # [type: int, range: [0,2147483647], default: 1000]
20.18/20.28	c heuristics/feaspump/maxlpiterofs = c 2000
20.18/20.28	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 20]
20.18/20.28	c heuristics/feaspump/freq = c -1
20.18/20.28	c # minimum percentage of integer variables that have to be fixed 
20.18/20.28	c # [type: real, range: [0,1], default: 0.666]
20.18/20.28	c heuristics/crossover/minfixingrate = c 0.5
20.18/20.28	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
20.18/20.28	c # [type: real, range: [0,1], default: 0.1]
20.18/20.28	c heuristics/crossover/nodesquot = c 0.15
20.18/20.28	c # number of nodes without incumbent change that heuristic should wait
20.18/20.28	c # [type: longint, range: [0,9223372036854775807], default: 200]
20.18/20.28	c heuristics/crossover/nwaitingnodes = c 100
20.18/20.28	c # number of nodes added to the contingent of the total nodes
20.18/20.28	c # [type: longint, range: [0,9223372036854775807], default: 500]
20.18/20.28	c heuristics/crossover/nodesofs = c 750
20.18/20.28	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 30]
20.18/20.28	c heuristics/crossover/freq = c -1
20.18/20.28	c # additional number of allowed LP iterations
20.18/20.28	c # [type: int, range: [0,2147483647], default: 1000]
20.18/20.28	c heuristics/coefdiving/maxlpiterofs = c 1500
20.18/20.28	c # maximal fraction of diving LP iterations compared to node LP iterations
20.18/20.28	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
20.18/20.28	c heuristics/coefdiving/maxlpiterquot = c 0.075
20.18/20.28	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: 10]
20.18/20.28	c heuristics/coefdiving/freq = c -1
20.18/20.28	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: -1]
20.18/20.28	c presolving/probing/maxrounds = c 0
20.18/20.28	c # should presolving try to simplify knapsacks
20.18/20.28	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
20.18/20.28	c constraints/knapsack/simplifyinequalities = c TRUE
20.18/20.28	c # should disaggregation of knapsack constraints be allowed in preprocessing?
20.18/20.28	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
20.18/20.28	c constraints/knapsack/disaggregation = c FALSE
20.18/20.28	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
20.18/20.28	c # [type: int, range: [-1,2147483647], default: -1]
20.18/20.28	c constraints/knapsack/maxnumcardlift = c 0
20.18/20.28	c # should presolving try to simplify inequalities
20.18/20.29	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
20.18/20.29	c constraints/linear/simplifyinequalities = c TRUE
20.18/20.29	c # maximal number of separation rounds in the root node (-1: unlimited)
20.18/20.29	c # [type: int, range: [-1,2147483647], default: -1]
20.18/20.29	c separating/maxroundsroot = c 5
20.18/20.29	c # maximal number of separation rounds per node (-1: unlimited)
20.18/20.29	c # [type: int, range: [-1,2147483647], default: 5]
20.18/20.29	c separating/maxrounds = c 1
20.18/20.29	c # solving stops, if the given number of solutions were found (-1: no limit)
20.18/20.29	c # [type: int, range: [-1,2147483647], default: -1]
20.18/20.29	c limits/solutions = c 1
20.18/20.29	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
20.18/20.29	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
20.18/20.29	c limits/memory = c 1620
20.18/20.29	c # maximal time in seconds to run
20.18/20.29	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
20.18/20.29	c limits/time = c 1791
20.18/20.29	c # frequency for displaying node information lines
20.18/20.29	c # [type: int, range: [-1,2147483647], default: 100]
20.18/20.29	c display/freq = c 10000
20.18/20.29	c -----------------------------------------------------------------------------------------------
20.18/20.29	c start solving problem
20.18/20.29	c 
56.88/56.95	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.88/56.95	c  48.6s|     1 |     0 |    73 | 447M|   0 |  55 |  55 | 138k| 138k|  55 | 138k|   0 |   0 |   0 | 4.583333e+00 |      --      |    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-1884557-1245259545/watcher-1884557-1245259545 -o /tmp/evaluation-result-1884557-1245259545/solver-1884557-1245259545 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884557-1245259545.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 0.99 0.91 3/64 8486
/proc/meminfo: memFree=1802608/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=4324 CPUtime=0
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 464 0 0 0 0 0 0 0 18 0 1 0 193555346 4427776 448 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/8486/statm: 1081 450 287 886 0 191 0

[startup+0.0500401 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 8486
/proc/meminfo: memFree=1802608/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=9772 CPUtime=0.04
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 1750 0 0 0 4 0 0 0 18 0 1 0 193555346 10006528 1732 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/8486/statm: 2443 1732 351 886 0 1553 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9772

[startup+0.101045 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 8486
/proc/meminfo: memFree=1802608/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=10976 CPUtime=0.09
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 2070 0 0 0 9 0 0 0 18 0 1 0 193555346 11239424 2052 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/8486/statm: 2744 2052 351 886 0 1854 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10976

[startup+0.301065 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 8486
/proc/meminfo: memFree=1802608/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=16144 CPUtime=0.29
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 3345 0 0 0 28 1 0 0 19 0 1 0 193555346 16531456 3327 1992294400 4194304 7823515 548682068736 18446744073709551615 6908077 0 0 4096 0 0 0 0 17 1 0 0
/proc/8486/statm: 4036 3327 351 886 0 3146 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16144

[startup+0.701111 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 8486
/proc/meminfo: memFree=1802608/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=24424 CPUtime=0.69
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 5405 0 0 0 68 1 0 0 22 0 1 0 193555346 25010176 5387 1992294400 4194304 7823515 548682068736 18446744073709551615 5010604 0 0 4096 0 0 0 0 17 1 0 0
/proc/8486/statm: 6106 5387 351 886 0 5216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24424

[startup+1.5012 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=1775848/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=40376 CPUtime=1.49
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 9405 0 0 0 145 4 0 0 25 0 1 0 193555346 41345024 9387 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/8486/statm: 10094 9387 351 886 0 9204 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40376

[startup+3.10138 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=1754856/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=71844 CPUtime=3.09
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 17247 0 0 0 302 7 0 0 25 0 1 0 193555346 73568256 17229 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/8486/statm: 17961 17229 351 886 0 17071 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71844

[startup+6.30174 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=1688872/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=135084 CPUtime=6.28
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 33042 0 0 0 613 15 0 0 25 0 1 0 193555346 138326016 33024 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/8486/statm: 33771 33024 351 886 0 32881 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 135084

[startup+12.7014 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=1062440/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=766920 CPUtime=12.69
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 185862 0 0 0 1174 95 0 0 25 0 1 0 193555346 785326080 185490 1992294400 4194304 7823515 548682068736 18446744073709551615 5003702 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 191730 185490 413 886 0 190840 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 766920

[startup+25.5019 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=810664/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1078300 CPUtime=25.49
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 276485 0 0 0 2397 152 0 0 25 0 1 0 193555346 1104179200 248023 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 269575 248023 490 886 0 268685 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1078300

[startup+51.1017 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=678696/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1288952 CPUtime=51.08
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 309643 0 0 0 4946 162 0 0 25 0 1 0 193555346 1319886848 280940 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 322238 280940 492 886 0 321348 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1288952

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=760552/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254560 CPUtime=102.26
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 331454 0 0 0 10042 184 0 0 25 0 1 0 193555346 1284669440 260517 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313640 260517 519 886 0 312750 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1254560

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=778472/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=162.24
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 359860 0 0 0 16026 198 0 0 25 0 1 0 193555346 1284116480 260536 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260536 519 886 0 312615 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1254020

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=760296/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=222.23
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 380958 0 0 0 22016 207 0 0 25 0 1 0 193555346 1284116480 260561 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260561 519 886 0 312615 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 1254020

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=760168/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=282.2
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 408457 0 0 0 28001 219 0 0 25 0 1 0 193555346 1284116480 260598 1992294400 4194304 7823515 548682068736 18446744073709551615 6212430 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260598 519 886 0 312615 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1254020

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=760040/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=342.19
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 429541 0 0 0 33989 230 0 0 25 0 1 0 193555346 1284116480 260610 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260610 519 886 0 312615 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 1254020

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=759400/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=402.18
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 453870 0 0 0 39977 241 0 0 25 0 1 0 193555346 1284116480 260766 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260766 519 886 0 312615 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1254020

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=757288/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1236692 CPUtime=462.15
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 488471 0 0 0 45958 257 0 0 25 0 1 0 193555346 1266372608 256122 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 309173 256122 519 886 0 308283 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1236692

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=777896/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=522.14
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 517263 0 0 0 51943 271 0 0 25 0 1 0 193555346 1284116480 260641 1992294400 4194304 7823515 548682068736 18446744073709551615 6237441 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260641 519 886 0 312615 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 1254020

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=759720/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=582.13
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 541544 0 0 0 57930 283 0 0 25 0 1 0 193555346 1284116480 260674 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260674 519 886 0 312615 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 1254020

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=759720/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=642.1
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 566294 0 0 0 63917 293 0 0 25 0 1 0 193555346 1284116480 260661 1992294400 4194304 7823515 548682068736 18446744073709551615 5924484 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260661 519 886 0 312615 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 1254020

[startup+702.301 s]

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

/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 748987 0 0 0 105816 382 0 0 25 0 1 0 193555346 1284116480 260701 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260701 519 886 0 312615 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 1254020

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=758760/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=1121.97
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 770364 0 0 0 111804 393 0 0 25 0 1 0 193555346 1284116480 260841 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260841 519 886 0 312615 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 1254020

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=777320/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1236692 CPUtime=1181.95
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 806059 0 0 0 117784 411 0 0 25 0 1 0 193555346 1266372608 256187 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 309173 256187 519 886 0 308283 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 1236692

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=777320/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1236692 CPUtime=1241.93
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 830334 0 0 0 123771 422 0 0 25 0 1 0 193555346 1266372608 256189 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 309173 256189 519 886 0 308283 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 1236692

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=777256/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1236692 CPUtime=1301.92
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 854642 0 0 0 129759 433 0 0 25 0 1 0 193555346 1266372608 256187 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 309173 256187 519 886 0 308283 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 1236692

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=759208/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=1361.9
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 883893 0 0 0 135743 447 0 0 25 0 1 0 193555346 1284116480 260701 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260701 519 886 0 312615 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 1254020

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=759144/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=1421.88
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 908264 0 0 0 141730 458 0 0 25 0 1 0 193555346 1284116480 260703 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260703 519 886 0 312615 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 1254020

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=759080/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=1481.87
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 933901 0 0 0 147717 470 0 0 25 0 1 0 193555346 1284116480 260709 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260709 519 886 0 312615 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 1254020

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8487
/proc/meminfo: memFree=758632/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=1541.84
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 959101 0 0 0 153703 481 0 0 25 0 1 0 193555346 1284116480 260816 1992294400 4194304 7823515 548682068736 18446744073709551615 6234853 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260816 519 886 0 312615 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 1254020

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8489
/proc/meminfo: memFree=756200/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=1601.83
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 984016 0 0 0 159690 493 0 0 25 0 1 0 193555346 1284116480 261389 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 261389 519 886 0 312615 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 1254020

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8489
/proc/meminfo: memFree=776936/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1236692 CPUtime=1661.81
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 1015273 0 0 0 165672 509 0 0 25 0 1 0 193555346 1266372608 256197 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 309173 256197 519 886 0 308283 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 1236692

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8489
/proc/meminfo: memFree=776872/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1236692 CPUtime=1721.79
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 1040474 0 0 0 171659 520 0 0 25 0 1 0 193555346 1266372608 256197 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 309173 256197 519 886 0 308283 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 1236692

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8489
/proc/meminfo: memFree=758824/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=1781.77
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 1069332 0 0 0 177643 534 0 0 25 0 1 0 193555346 1284116480 260707 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260707 519 886 0 312615 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 1254020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 0.99 0.91 3/65 8489
/proc/meminfo: memFree=758760/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=1800.08
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 1072639 0 0 0 179472 536 0 0 25 0 1 0 193555346 1284116480 260717 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260717 519 886 0 312615 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1254020

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8486

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

[startup+1801.4 s]
/proc/loadavg: 1.00 0.99 0.91 3/65 8489
/proc/meminfo: memFree=758760/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=1800.87
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 1072639 0 0 0 179551 536 0 0 25 0 1 0 193555346 1284116480 260717 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260717 519 886 0 312615 0
Current children cumulated CPU time (s) 1800.87
Current children cumulated vsize (KiB) 1254020

[startup+1802.2 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 8490
/proc/meminfo: memFree=758752/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=1801.67
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 1072639 0 0 0 179631 536 0 0 25 0 1 0 193555346 1284116480 260717 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260717 519 886 0 312615 0
Current children cumulated CPU time (s) 1801.67
Current children cumulated vsize (KiB) 1254020

[startup+1802.6 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 8490
/proc/meminfo: memFree=758752/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=1254020 CPUtime=1802.07
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4194304 1072639 0 0 0 179671 536 0 0 25 0 1 0 193555346 1284116480 260717 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 313505 260717 519 886 0 312615 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 1254020

[startup+1802.7 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 8490
/proc/meminfo: memFree=758752/2055920 swapFree=4182436/4192956
[pid=8486] ppid=8484 vsize=0 CPUtime=1802.16
/proc/8486/stat : 8486 (pbscip.linux.x8) R 8484 8486 8323 0 -1 4195332 1072639 0 0 0 179672 544 0 0 25 0 1 0 193555346 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8486/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.78
CPU time (s): 1802.25
CPU user time (s): 1796.73
CPU system time (s): 5.52316
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 1288952

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

runsolver used 1.85872 second user time and 4.03739 second system time

The end

Launcher Data

Begin job on node9 at 2009-06-17 19:25:46
IDJOB=1884557
IDBENCH=71969
IDSOLVER=683
FILE ID=node9/1884557-1245259545
PBS_JOBID= 9372444
Free space on /tmp= 66140 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/ramseycube/Q3inK11.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-1884557-1245259545/watcher-1884557-1245259545 -o /tmp/evaluation-result-1884557-1245259545/solver-1884557-1245259545 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884557-1245259545.opb

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

MD5SUM BENCH= 9974c39530204bf665729cefd35195fb
RANDOM SEED=571841967

node9.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.231
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.231
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:       1803024 kB
Buffers:         21368 kB
Cached:         171032 kB
SwapCached:       4596 kB
Active:          67028 kB
Inactive:       133040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803024 kB
SwapTotal:     4192956 kB
SwapFree:      4182436 kB
Dirty:           34216 kB
Writeback:           0 kB
Mapped:          13712 kB
Slab:            38820 kB
Committed_AS:   199184 kB
PageTables:       1392 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= 66128 MiB
End job on node9 at 2009-06-17 19:55:49