Trace number 3450745

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.06 1802.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_2.opb
MD5SUM24465d104818b01999b811ba346c3d8e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-127
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -152
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63088
Sum of products size (including duplicates)126176
Number of different products31544
Sum of products size63088

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-3450745-1307111058.opb>
0.09/0.19	c original problem has 33544 variables (33544 bin, 0 int, 0 impl, 0 cont) and 36545 constraints
0.09/0.19	c problem read
0.09/0.19	c presolving settings loaded
0.29/0.39	o 0
0.29/0.39	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.29/0.39	c presolving:
0.79/0.82	c (round 1) 0 del vars, 33544 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1000 upgd conss, 254352 impls, 1999 clqs
0.89/0.93	c (round 2) 31544 del vars, 33544 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 254352 impls, 0 clqs
1.00/1.05	c    (1.1s) probing: 101/2000 (5.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.00/1.05	c    (1.1s) probing aborted: 100/100 successive totally useless probings
1.00/1.05	c presolving (3 rounds):
1.00/1.05	c  31544 deleted vars, 33544 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.00/1.05	c  254352 implications, 0 cliques
1.00/1.05	c presolved problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
1.00/1.05	c    2000 constraints of type <knapsack>
1.00/1.05	c    1000 constraints of type <setppc>
1.00/1.05	c       1 constraints of type <linear>
1.00/1.05	c transformed objective value is always integral (scale: 1)
1.00/1.05	c Presolving Time: 0.75
1.00/1.05	c - non default parameters ----------------------------------------------------------------------
1.00/1.05	c # SCIP version 2.0.1.5
1.00/1.05	c 
1.00/1.05	c # frequency for displaying node information lines
1.00/1.05	c # [type: int, range: [-1,2147483647], default: 100]
1.00/1.05	c display/freq = 10000
1.00/1.05	c 
1.00/1.05	c # maximal time in seconds to run
1.00/1.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.05	c limits/time = 1800
1.00/1.05	c 
1.00/1.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.05	c limits/memory = 13950
1.00/1.05	c 
1.00/1.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.00/1.05	c # [type: int, range: [1,2], default: 1]
1.00/1.05	c timing/clocktype = 2
1.00/1.05	c 
1.00/1.05	c # belongs reading time to solving time?
1.00/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.05	c timing/reading = TRUE
1.00/1.05	c 
1.00/1.05	c # should presolving try to simplify inequalities
1.00/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.05	c constraints/linear/simplifyinequalities = TRUE
1.00/1.05	c 
1.00/1.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.00/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.05	c constraints/indicator/addCouplingCons = TRUE
1.00/1.05	c 
1.00/1.05	c # should presolving try to simplify knapsacks
1.00/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.05	c constraints/knapsack/simplifyinequalities = TRUE
1.00/1.05	c 
1.00/1.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.05	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.05	c separating/rapidlearning/freq = 0
1.00/1.05	c 
1.00/1.05	c -----------------------------------------------------------------------------------------------
1.00/1.05	c start solving
1.00/1.05	c 
115.59/115.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.59/115.67	c t 116s|     1 |     0 | 18459 |     - |  86M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
115.80/115.81	o -1
115.80/115.81	c R 116s|     1 |     0 | 18459 |     - |  86M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |   0 |-5.000000e+02 |-1.000000e+00 |  99.80%
634.98/635.08	c   635s|     1 |     2 | 28647 |     - |  87M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |  21 |-5.000000e+02 |-1.000000e+00 |  99.80%
1500.72/1500.79	o -2
1500.72/1500.79	c R1501s|     4 |     3 | 32407 |4649.3 |  87M|   3 |1966 |2000 |3001 |2000 |3001 |   0 |   0 |  62 |-5.000000e+02 |-2.000000e+00 |  99.60%

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-3450745-1307111058/watcher-3450745-1307111058 -o /tmp/evaluation-result-3450745-1307111058/solver-3450745-1307111058 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450745-1307111058.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: 1.92 2.01 1.99 3/423 25034
/proc/meminfo: memFree=25953012/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=16216 CPUtime=0 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 3074 0 0 0 0 0 0 0 22 0 1 0 822704037 16605184 3027 33554432000 4194304 9163163 140734322949664 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25034/statm: 4054 3027 410 1214 0 2836 0

[startup+0.0759219 s]
/proc/loadavg: 1.92 2.01 1.99 3/423 25034
/proc/meminfo: memFree=25953012/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=36104 CPUtime=0.06 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 8009 0 0 0 6 0 0 0 22 0 1 0 822704037 36970496 7962 33554432000 4194304 9163163 140734322949664 18446744073709551615 4339651 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25034/statm: 9026 7967 410 1214 0 7808 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36104

[startup+0.100939 s]
/proc/loadavg: 1.92 2.01 1.99 3/423 25034
/proc/meminfo: memFree=25953012/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=41404 CPUtime=0.09 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 9342 0 0 0 9 0 0 0 22 0 1 0 822704037 42397696 9295 33554432000 4194304 9163163 140734322949664 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25034/statm: 10351 9295 410 1214 0 9133 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41404

[startup+0.300893 s]
/proc/loadavg: 1.92 2.01 1.99 3/423 25034
/proc/meminfo: memFree=25953012/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=102240 CPUtime=0.29 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 24647 0 0 0 27 2 0 0 23 0 1 0 822704037 104693760 24406 33554432000 4194304 9163163 140734322949664 18446744073709551615 4339518 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25034/statm: 25560 24406 461 1214 0 24342 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102240

[startup+0.700808 s]
/proc/loadavg: 1.92 2.01 1.99 3/423 25034
/proc/meminfo: memFree=25953012/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=126496 CPUtime=0.69 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 31459 0 0 0 67 2 0 0 25 0 1 0 822704037 129531904 30207 33554432000 4194304 9163163 140734322949664 18446744073709551615 18446744073699065863 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25034/statm: 31624 30209 531 1214 0 30406 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126496

[startup+1.50066 s]
/proc/loadavg: 1.92 2.01 1.99 3/425 25063
/proc/meminfo: memFree=25786964/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=154856 CPUtime=1.49 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 38454 0 0 0 144 5 0 0 25 0 1 0 822704037 158572544 36940 33554432000 4194304 9163163 140734322949664 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25034/statm: 38714 36940 705 1214 0 37496 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154856

[startup+3.10037 s]
/proc/loadavg: 1.92 2.01 1.99 3/425 25063
/proc/meminfo: memFree=25779912/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=157508 CPUtime=3.09 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 39423 0 0 0 303 6 0 0 25 0 1 0 822704037 161288192 37825 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25034/statm: 39377 37825 669 1214 0 38159 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 157508

[startup+6.3008 s]
/proc/loadavg: 1.93 2.01 1.99 3/425 25063
/proc/meminfo: memFree=25775732/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=161428 CPUtime=6.29 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 41085 0 0 0 622 7 0 0 25 0 1 0 822704037 165302272 38775 33554432000 4194304 9163163 140734322949664 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25034/statm: 40357 38775 662 1214 0 39139 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 161428

[startup+12.7006 s]
/proc/loadavg: 1.93 2.01 1.99 3/425 25063
/proc/meminfo: memFree=25758664/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=180908 CPUtime=12.69 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 48954 0 0 0 1260 9 0 0 25 0 1 0 822704037 185249792 43002 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25034/statm: 45227 43002 788 1214 0 44009 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180908

[startup+25.5003 s]
/proc/loadavg: 1.95 2.01 1.99 3/425 25064
/proc/meminfo: memFree=25748996/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=191512 CPUtime=25.49 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 53490 0 0 0 2539 10 0 0 25 0 1 0 822704037 196108288 45140 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390316 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25034/statm: 47878 45140 665 1214 0 46660 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 191512

[startup+51.1006 s]
/proc/loadavg: 1.96 2.01 1.99 3/425 25065
/proc/meminfo: memFree=25721352/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=214500 CPUtime=51.09 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 66272 0 0 0 5096 13 0 0 25 0 1 0 822704037 219648000 52047 33554432000 4194304 9163163 140734322949664 18446744073709551615 7360932 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25034/statm: 53625 52047 665 1214 0 52407 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 214500

[startup+102.316 s]
/proc/loadavg: 1.98 2.00 1.99 3/425 25066
/proc/meminfo: memFree=25694612/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=238736 CPUtime=102.31 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 75777 0 0 0 10214 17 0 0 25 0 1 0 822704037 244465664 58106 33554432000 4194304 9163163 140734322949664 18446744073709551615 7360928 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25034/statm: 59684 58106 666 1214 0 58466 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 238736

[startup+162.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/425 25067
/proc/meminfo: memFree=25703888/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=234512 CPUtime=162.29 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 87304 0 0 0 16208 21 0 0 25 0 1 0 822704037 240140288 54952 33554432000 4194304 9163163 140734322949664 18446744073709551615 7391789 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25034/statm: 58628 54952 734 1214 0 57410 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 234512

[startup+222.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/425 25069
/proc/meminfo: memFree=25696308/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=231752 CPUtime=222.29 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 120449 0 0 0 22198 31 0 0 25 0 1 0 822704037 237314048 56011 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/25034/statm: 57938 56011 738 1214 0 56720 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 231752

[startup+282.301 s]
/proc/loadavg: 2.08 2.04 2.00 3/425 25071
/proc/meminfo: memFree=25704600/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=217640 CPUtime=282.28 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 155922 0 0 0 28191 37 0 0 25 0 1 0 822704037 222863360 53305 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390342 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 54410 53305 738 1214 0 53192 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 217640

[startup+342.301 s]
/proc/loadavg: 2.10 2.05 2.00 3/425 25072
/proc/meminfo: memFree=25708408/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=217640 CPUtime=342.28 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 199813 0 0 0 34183 45 0 0 25 0 1 0 822704037 222863360 52135 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390377 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 54410 52135 738 1214 0 53192 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 217640

[startup+402.301 s]
/proc/loadavg: 2.15 2.07 2.01 3/425 25074
/proc/meminfo: memFree=25692760/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=228932 CPUtime=402.28 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 238480 0 0 0 40175 53 0 0 25 0 1 0 822704037 234426368 54761 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390357 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 57233 54761 779 1214 0 56015 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 228932

[startup+462.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/425 25075
/proc/meminfo: memFree=25701544/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=228864 CPUtime=462.28 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 275793 0 0 0 46167 61 0 0 25 0 1 0 822704037 234356736 54085 33554432000 4194304 9163163 140734322949664 18446744073709551615 7348633 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 57216 54085 779 1214 0 55998 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 228864

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/425 25077
/proc/meminfo: memFree=25680068/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=217640 CPUtime=522.28 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 327497 0 0 0 52159 69 0 0 25 0 1 0 822704037 222863360 52016 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390821 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 54410 52016 738 1214 0 53192 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 217640

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 25079
/proc/meminfo: memFree=25693668/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=217640 CPUtime=582.29 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 355933 0 0 0 58154 75 0 0 25 0 1 0 822704037 222863360 53300 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390839 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 54410 53300 738 1214 0 53192 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 217640

[startup+642.301 s]

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

/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 662455 0 0 0 100102 128 0 0 25 0 1 0 822704037 247443456 57875 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390357 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 60411 57875 738 1214 0 59193 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 241644

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 25091
/proc/meminfo: memFree=25651124/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=202976 CPUtime=1062.3 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 710753 0 0 0 106094 136 0 0 25 0 1 0 822704037 207847424 49562 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390839 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 50744 49562 738 1214 0 49526 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 202976

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 25093
/proc/meminfo: memFree=25663496/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=226672 CPUtime=1122.3 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 761955 0 0 0 112086 144 0 0 25 0 1 0 822704037 232112128 54469 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 56668 54469 738 1214 0 55450 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 226672

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 25095
/proc/meminfo: memFree=25651320/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=231208 CPUtime=1182.3 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 801136 0 0 0 118080 150 0 0 25 0 1 0 822704037 236756992 55770 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390368 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 57802 55770 738 1214 0 56584 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 231208

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/425 25096
/proc/meminfo: memFree=25660096/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=217208 CPUtime=1242.31 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 819810 0 0 0 124077 154 0 0 25 0 1 0 822704037 222420992 53201 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390360 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 54302 53201 738 1214 0 53084 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 217208

[startup+1302.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/425 25098
/proc/meminfo: memFree=25658336/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=215896 CPUtime=1302.32 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 873921 0 0 0 130071 161 0 0 25 0 1 0 822704037 221077504 52861 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 53974 52861 738 1214 0 52756 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 215896

[startup+1362.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/425 25099
/proc/meminfo: memFree=25657328/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=214764 CPUtime=1362.31 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 901988 0 0 0 136065 166 0 0 25 0 1 0 822704037 219918336 52578 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390296 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 53691 52578 738 1214 0 52473 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 214764

[startup+1422.32 s]
/proc/loadavg: 2.03 2.05 2.01 3/425 25101
/proc/meminfo: memFree=25649972/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=216856 CPUtime=1422.33 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 920839 0 0 0 142063 170 0 0 25 0 1 0 822704037 222060544 53114 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 54214 53114 738 1214 0 52996 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 216856

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/425 25103
/proc/meminfo: memFree=25647340/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=217208 CPUtime=1482.31 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 929722 0 0 0 148058 173 0 0 25 0 1 0 822704037 222420992 53201 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 54302 53201 738 1214 0 53084 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 217208

[startup+1542.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/425 25104
/proc/meminfo: memFree=25638228/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=225296 CPUtime=1542.31 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 969426 0 0 0 154051 180 0 0 25 0 1 0 822704037 230703104 55211 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390342 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 56324 55211 738 1214 0 55106 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 225296

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 25106
/proc/meminfo: memFree=25642292/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=237548 CPUtime=1602.32 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 1026622 0 0 0 160044 188 0 0 25 0 1 0 822704037 243249152 56207 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390800 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 59387 56207 738 1214 0 58169 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 237548

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 25107
/proc/meminfo: memFree=25623556/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=242372 CPUtime=1662.32 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 1082039 0 0 0 166036 196 0 0 25 0 1 0 822704037 248188928 57697 33554432000 4194304 9163163 140734322949664 18446744073709551615 7391789 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 60593 57697 738 1214 0 59375 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 242372

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 25109
/proc/meminfo: memFree=25620308/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=242432 CPUtime=1722.32 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 1128473 0 0 0 172028 204 0 0 25 0 1 0 822704037 248250368 57698 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390101 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 60608 57698 738 1214 0 59390 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 242432

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 25111
/proc/meminfo: memFree=25626480/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=225316 CPUtime=1782.32 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 1171440 0 0 0 178021 211 0 0 25 0 1 0 822704037 230723584 55208 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 56329 55208 738 1214 0 55111 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 225316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 25111
/proc/meminfo: memFree=25617544/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=242244 CPUtime=1800.04 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 1180728 0 0 0 179791 213 0 0 25 0 1 0 822704037 248057856 57684 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390296 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 60561 57684 738 1214 0 59343 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 242244

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25034

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.01 2.00 2/424 25113
/proc/meminfo: memFree=25725304/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=242244 CPUtime=1801.43 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 1180728 0 0 0 179930 213 0 0 25 0 1 0 822704037 248057856 57684 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390800 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 60561 57684 738 1214 0 59343 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 242244

[startup+1801.82 s]
/proc/loadavg: 2.00 2.01 2.00 2/424 25113
/proc/meminfo: memFree=25725552/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=242244 CPUtime=1801.84 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 1180728 0 0 0 179971 213 0 0 25 0 1 0 822704037 248057856 57684 33554432000 4194304 9163163 140734322949664 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 60561 57684 738 1214 0 59343 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 242244

[startup+1802 s]
/proc/loadavg: 2.00 2.01 2.00 2/424 25113
/proc/meminfo: memFree=25725552/32951124 swapFree=44043512/67111528
[pid=25034] ppid=25032 vsize=242244 CPUtime=1802.03 cores=1,3,5,7
/proc/25034/stat : 25034 (scip-2.0.1.4b.l) R 25032 25034 23890 0 -1 4202496 1180728 0 0 0 179990 213 0 0 25 0 1 0 822704037 248057856 57684 33554432000 4194304 9163163 140734322949664 18446744073709551615 7392240 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25034/statm: 60561 57684 738 1214 0 59343 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 242244

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1802.06
CPU user time (s): 1799.92
CPU system time (s): 2.14367
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 248648

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

runsolver used 7.05193 second user time and 17.5403 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-03 16:24:18
IDJOB=3450745
IDBENCH=48269
IDSOLVER=1948
FILE ID=node134/3450745-1307111058
RUNJOBID= node134-1307111058-25016
PBS_JOBID= 13498008
Free space on /tmp= 74000 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_2.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-3450745-1307111058/watcher-3450745-1307111058 -o /tmp/evaluation-result-3450745-1307111058/solver-3450745-1307111058 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450745-1307111058.opb -t 1800 -m 15500

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

MD5SUM BENCH= 24465d104818b01999b811ba346c3d8e
RANDOM SEED=1988259937

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25956020 kB
Buffers:        262320 kB
Cached:         613624 kB
SwapCached:       9540 kB
Active:        6123288 kB
Inactive:       579524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25956020 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:           25284 kB
Writeback:           0 kB
AnonPages:     5825192 kB
Mapped:          22360 kB
Slab:           136252 kB
PageTables:      88916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110759576 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= 73976 MiB
End job on node134 at 2011-06-03 16:54:21