Trace number 3450852

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1802.08 1802.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f2000.opb
MD5SUMfad56081e554a0467e4020315c4dfc76
Bench CategoryOPT-SMALLINT (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints10500
Number of constraints which are clauses10500
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 constraint3
Number of terms in the objective function 4000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3450852-1307085638.opb>
0.07/0.08	c original problem has 4000 variables (4000 bin, 0 int, 0 impl, 0 cont) and 10500 constraints
0.07/0.08	c problem read
0.07/0.08	c presolving settings loaded
0.09/0.10	c presolving:
0.09/0.11	c (round 1) 5 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 3990 impls, 0 clqs
0.09/0.15	c (round 2) 5 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10437 upgd conss, 3990 impls, 0 clqs
0.09/0.16	c (round 3) 5 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10495 upgd conss, 3990 impls, 0 clqs
0.09/0.19	c    (0.2s) probing: 101/3995 (2.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (4 rounds):
0.09/0.19	c  5 deleted vars, 5 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  3990 implications, 0 cliques
0.09/0.19	c presolved problem has 3995 variables (3995 bin, 0 int, 0 impl, 0 cont) and 10495 constraints
0.09/0.19	c    1995 constraints of type <setppc>
0.09/0.19	c    8500 constraints of type <logicor>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.10
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 2.0.1.5
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1800
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 13950
0.09/0.19	c 
0.09/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19	c # [type: int, range: [1,2], default: 1]
0.09/0.19	c timing/clocktype = 2
0.09/0.19	c 
0.09/0.19	c # belongs reading time to solving time?
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c timing/reading = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/indicator/addCouplingCons = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
89.80/89.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.80/89.83	c  89.8s|     1 |     0 | 44943 |     - |  20M|   0 |3964 |3995 |  10k|3995 |  10k|   0 | 132 |   0 | 1.331000e+03 |      --      |    Inf 
462.61/462.64	c   463s|     1 |     2 |145237 |     - |  20M|   0 |3964 |3995 |  10k|3995 |  10k|   0 | 132 |  18 | 1.331000e+03 |      --      |    Inf 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3450852-1307085638/watcher-3450852-1307085638 -o /tmp/evaluation-result-3450852-1307085638/solver-3450852-1307085638 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450852-1307085638.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.13 2.05 2.01 2/436 18035
/proc/meminfo: memFree=20652148/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=16656 CPUtime=0.01 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 3159 0 0 0 1 0 0 0 25 0 1 0 820161710 17055744 3111 33554432000 4194304 9163163 140736701310448 18446744073709551615 8031106 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18035/statm: 4164 3111 395 1214 0 2946 0

[startup+0.0794969 s]
/proc/loadavg: 2.13 2.05 2.01 2/436 18035
/proc/meminfo: memFree=20652148/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=22224 CPUtime=0.07 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 4560 0 0 0 7 0 0 0 25 0 1 0 820161710 22757376 4512 33554432000 4194304 9163163 140736701310448 18446744073709551615 6137494 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18035/statm: 5556 4512 395 1214 0 4338 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 22224

[startup+0.100496 s]
/proc/loadavg: 2.13 2.05 2.01 2/436 18035
/proc/meminfo: memFree=20652148/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=35456 CPUtime=0.09 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 7581 0 0 0 8 1 0 0 25 0 1 0 820161710 36306944 7533 33554432000 4194304 9163163 140736701310448 18446744073709551615 4342192 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 8864 7543 467 1214 0 7646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35456

[startup+0.300458 s]
/proc/loadavg: 2.13 2.05 2.01 2/436 18035
/proc/meminfo: memFree=20652148/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=58856 CPUtime=0.29 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 14210 0 0 0 28 1 0 0 25 0 1 0 820161710 60268544 13390 33554432000 4194304 9163163 140736701310448 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 14714 13390 660 1214 0 13496 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58856

[startup+0.700381 s]
/proc/loadavg: 2.13 2.05 2.01 2/436 18035
/proc/meminfo: memFree=20652148/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=62368 CPUtime=0.69 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 15219 0 0 0 66 3 0 0 25 0 1 0 820161710 63864832 14243 33554432000 4194304 9163163 140736701310448 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 15592 14243 661 1214 0 14374 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62368

[startup+1.50023 s]
/proc/loadavg: 2.13 2.05 2.01 3/437 18036
/proc/meminfo: memFree=20595240/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=63892 CPUtime=1.49 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 15701 0 0 0 145 4 0 0 25 0 1 0 820161710 65425408 14713 33554432000 4194304 9163163 140736701310448 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 15973 14713 654 1214 0 14755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63892

[startup+3.10093 s]
/proc/loadavg: 2.13 2.05 2.01 3/437 18036
/proc/meminfo: memFree=20593924/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=63892 CPUtime=3.09 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 15722 0 0 0 305 4 0 0 25 0 1 0 820161710 65425408 14729 33554432000 4194304 9163163 140736701310448 18446744073709551615 7311832 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 15973 14729 649 1214 0 14755 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63892

[startup+6.30034 s]
/proc/loadavg: 2.12 2.05 2.01 3/437 18037
/proc/meminfo: memFree=20592852/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=63892 CPUtime=6.29 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 15760 0 0 0 622 7 0 0 25 0 1 0 820161710 65425408 14759 33554432000 4194304 9163163 140736701310448 18446744073709551615 7348556 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 15973 14759 653 1214 0 14755 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63892

[startup+12.7002 s]
/proc/loadavg: 2.11 2.04 2.01 3/437 18037
/proc/meminfo: memFree=20590420/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=65952 CPUtime=12.69 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 16267 0 0 0 1259 10 0 0 25 0 1 0 820161710 67534848 15266 33554432000 4194304 9163163 140736701310448 18446744073709551615 7358002 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 16488 15266 653 1214 0 15270 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65952

[startup+25.5008 s]
/proc/loadavg: 2.17 2.06 2.01 3/437 18037
/proc/meminfo: memFree=20585388/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=68464 CPUtime=25.49 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 19400 0 0 0 2535 14 0 0 25 0 1 0 820161710 70107136 15554 33554432000 4194304 9163163 140736701310448 18446744073709551615 6974022 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 17116 15554 653 1214 0 15898 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68464

[startup+51.1011 s]
/proc/loadavg: 2.11 2.05 2.01 3/437 18038
/proc/meminfo: memFree=20576552/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=76224 CPUtime=51.09 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 23716 0 0 0 5091 18 0 0 25 0 1 0 820161710 78053376 17763 33554432000 4194304 9163163 140736701310448 18446744073709551615 7357856 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 19056 17763 653 1214 0 17838 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76224

[startup+102.317 s]
/proc/loadavg: 2.08 2.06 2.01 3/437 18039
/proc/meminfo: memFree=20579796/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=78136 CPUtime=102.31 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 27879 0 0 0 10206 25 0 0 25 0 1 0 820161710 80011264 18553 33554432000 4194304 9163163 140736701310448 18446744073709551615 7390573 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 19534 18553 677 1214 0 18316 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 78136

[startup+162.3 s]
/proc/loadavg: 2.13 2.08 2.01 3/437 18041
/proc/meminfo: memFree=20575068/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=78136 CPUtime=162.29 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 27908 0 0 0 16195 34 0 0 25 0 1 0 820161710 80011264 18575 33554432000 4194304 9163163 140736701310448 18446744073709551615 7348322 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 19534 18575 670 1214 0 18316 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 78136

[startup+222.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/437 18042
/proc/meminfo: memFree=20566840/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=78136 CPUtime=222.3 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 27908 0 0 0 22186 44 0 0 25 0 1 0 820161710 80011264 18575 33554432000 4194304 9163163 140736701310448 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 19534 18575 670 1214 0 18316 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 78136

[startup+282.3 s]
/proc/loadavg: 2.01 2.05 2.00 4/437 18044
/proc/meminfo: memFree=20562704/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=83892 CPUtime=282.3 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 30643 0 0 0 28178 52 0 0 25 0 1 0 820161710 85905408 19986 33554432000 4194304 9163163 140736701310448 18446744073709551615 7358498 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20973 19986 670 1214 0 19755 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 83892

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 18046
/proc/meminfo: memFree=20554136/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=83892 CPUtime=342.3 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 30643 0 0 0 34168 62 0 0 25 0 1 0 820161710 85905408 19986 33554432000 4194304 9163163 140736701310448 18446744073709551615 7348243 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20973 19986 670 1214 0 19755 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 83892

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 18047
/proc/meminfo: memFree=20565652/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=76200 CPUtime=402.31 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 32621 0 0 0 40160 71 0 0 25 0 1 0 820161710 78028800 18009 33554432000 4194304 9163163 140736701310448 18446744073709551615 7390296 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 19050 18009 670 1214 0 17832 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 76200

[startup+462.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/437 18049
/proc/meminfo: memFree=20550496/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=80964 CPUtime=462.31 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 33955 0 0 0 46150 81 0 0 25 0 1 0 820161710 82907136 19339 33554432000 4194304 9163163 140736701310448 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20241 19339 727 1214 0 19023 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 80964

[startup+522.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/437 18050
/proc/meminfo: memFree=20555560/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=80964 CPUtime=522.3 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 33956 0 0 0 52141 89 0 0 25 0 1 0 820161710 82907136 19340 33554432000 4194304 9163163 140736701310448 18446744073709551615 7345695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20241 19340 728 1214 0 19023 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 80964

[startup+582.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/437 18052
/proc/meminfo: memFree=20548824/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=80964 CPUtime=582.31 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 33956 0 0 0 58130 101 0 0 25 0 1 0 820161710 82907136 19340 33554432000 4194304 9163163 140736701310448 18446744073709551615 7319039 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20241 19340 728 1214 0 19023 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 80964

[startup+642.301 s]

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

/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 100062 171 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 81000

[startup+1062.3 s]
/proc/loadavg: 2.21 2.06 2.02 3/437 18065
/proc/meminfo: memFree=20546696/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1062.32 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 106051 181 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 81000

[startup+1122.3 s]
/proc/loadavg: 2.24 2.09 2.03 3/437 18066
/proc/meminfo: memFree=20542056/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1122.33 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 112042 191 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7348243 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 81000

[startup+1182.3 s]
/proc/loadavg: 2.15 2.09 2.03 3/437 18068
/proc/meminfo: memFree=20546600/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1182.33 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 118031 202 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7417748 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 81000

[startup+1242.3 s]
/proc/loadavg: 2.06 2.07 2.02 3/437 18070
/proc/meminfo: memFree=20543352/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1242.33 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 124021 212 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 81000

[startup+1302.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/437 18071
/proc/meminfo: memFree=20543212/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1302.35 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 130011 224 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7390296 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 81000

[startup+1362.3 s]
/proc/loadavg: 2.02 2.05 2.02 3/437 18073
/proc/meminfo: memFree=20543428/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1362.34 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 136000 234 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7348633 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 81000

[startup+1422.32 s]
/proc/loadavg: 2.01 2.04 2.01 3/437 18074
/proc/meminfo: memFree=20532732/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1422.36 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 141992 244 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7347001 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 81000

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 18076
/proc/meminfo: memFree=20543244/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1482.34 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 147978 256 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7346248 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 81000

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 18078
/proc/meminfo: memFree=20542832/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1542.34 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 153966 268 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7348657 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 81000

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/437 18079
/proc/meminfo: memFree=20554088/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1602.34 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 159955 279 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7348243 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 81000

[startup+1662.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/437 18109
/proc/meminfo: memFree=20709360/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1662.35 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 165942 293 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7390501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 81000

[startup+1722.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/437 18110
/proc/meminfo: memFree=20705284/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1722.35 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 171928 307 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 81000

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/437 18112
/proc/meminfo: memFree=20701076/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1782.35 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 177914 321 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7390145 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 81000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.04 2.00 3/437 18112
/proc/meminfo: memFree=20653688/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1800.06 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 179682 324 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 81000

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18035

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.04 2.00 3/438 18113
/proc/meminfo: memFree=20653432/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1801.45 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 179821 324 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7389757 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 81000

[startup+1801.82 s]
/proc/loadavg: 2.01 2.04 2.00 3/438 18113
/proc/meminfo: memFree=20653680/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1801.87 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 179862 325 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7390821 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 81000

[startup+1802 s]
/proc/loadavg: 2.01 2.04 2.00 3/438 18113
/proc/meminfo: memFree=20653680/32951124 swapFree=60787360/67111528
[pid=18035] ppid=18033 vsize=81000 CPUtime=1802.05 cores=1,3,5,7
/proc/18035/stat : 18035 (scip-2.0.1.4b.l) R 18033 18035 11639 0 -1 4202496 36127 0 0 0 179880 325 0 0 25 0 1 0 820161710 82944000 19334 33554432000 4194304 9163163 140736701310448 18446744073709551615 7348296 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18035/statm: 20250 19334 728 1214 0 19032 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 81000

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.02
CPU time (s): 1802.08
CPU user time (s): 1798.82
CPU system time (s): 3.2575
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 85264

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

runsolver used 7.46586 second user time and 18.7372 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-03 09:20:38
IDJOB=3450852
IDBENCH=2191
IDSOLVER=1948
FILE ID=node135/3450852-1307085638
RUNJOBID= node135-1307083434-17485
PBS_JOBID= 13497851
Free space on /tmp= 73944 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f2000.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450852-1307085638/watcher-3450852-1307085638 -o /tmp/evaluation-result-3450852-1307085638/solver-3450852-1307085638 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450852-1307085638.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= fad56081e554a0467e4020315c4dfc76
RANDOM SEED=123648337

node135.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20652428 kB
Buffers:        213948 kB
Cached:         462476 kB
SwapCached:       6168 kB
Active:       11670852 kB
Inactive:       369776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20652428 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:           12732 kB
Writeback:           0 kB
AnonPages:    11363640 kB
Mapped:          28756 kB
Slab:           125648 kB
PageTables:      66076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124666028 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73936 MiB
End job on node135 at 2011-06-03 09:50:41