Trace number 3741259

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1802.21 1802.59

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-mspp16.opb
MD5SUM141454b66937b2c93528081cb91f0e55
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark190.345
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29280
Total number of constraints561657
Number of constraints which are clauses1695
Number of constraints which are cardinality constraints (but not clauses)559482
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint960
Number of terms in the objective function 4065
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 4065
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 4065
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

21.78/21.81	c SCIP version 1.1.0.7
21.78/21.81	c LP-Solver SoPlex 1.4.1
21.78/21.81	c user parameter file <scip.set> not found - using default parameters
21.78/21.81	c read problem <HOME/instance-3741259-1338770826.opb>
21.78/21.81	c original problem has 29280 variables (29280 bin, 0 int, 0 impl, 0 cont) and 561657 constraints
29.68/29.71	c start presolving problem
29.68/29.71	c presolving:
36.09/36.11	c (round 1) 25215 del vars, 36781 del conss, 25215 chg bounds, 991 chg sides, 0 chg coeffs, 0 upgd conss, 3360 impls, 46 clqs
50.68/50.74	c (round 2) 25215 del vars, 36843 del conss, 25215 chg bounds, 991 chg sides, 0 chg coeffs, 524798 upgd conss, 3360 impls, 46 clqs
197.55/197.68	c (round 3) 25215 del vars, 37053 del conss, 25215 chg bounds, 1201 chg sides, 3360 chg coeffs, 524798 upgd conss, 3360 impls, 46 clqs
197.66/197.79	c (round 4) 25215 del vars, 37263 del conss, 25215 chg bounds, 1201 chg sides, 3360 chg coeffs, 524798 upgd conss, 3360 impls, 46 clqs
1298.55/1298.81	c    (1274.2s) probing: 1000/4065 (24.6%) - 0 fixings, 0 aggregations, 230573 implications, 0 bound changes
1800.72/1801.16	c    (1776.4s) probing: 1490/4065 (36.7%) - 0 fixings, 0 aggregations, 343497 implications, 0 bound changes
1800.72/1801.16	c    (1776.4s) probing aborted: solving stopped
1800.72/1801.16	c presolving (5 rounds):
1800.72/1801.16	c  25215 deleted vars, 37263 deleted constraints, 25215 tightened bounds, 0 added holes, 1201 changed sides, 3360 changed coefficients
1800.72/1801.16	c  690354 implications, 46 cliques
1800.72/1801.16	c presolved problem has 4065 variables (4065 bin, 0 int, 0 impl, 0 cont) and 524604 constraints
1800.72/1801.16	c  522862 constraints of type <knapsack>
1800.72/1801.16	c      46 constraints of type <setppc>
1800.72/1801.16	c      16 constraints of type <linear>
1800.72/1801.16	c    1680 constraints of type <logicor>
1800.72/1801.16	c transformed objective value is always integral (scale: 1)
1800.72/1801.16	c Presolving Time: 1769.41
1800.72/1801.17	c OPT-LIN
1800.72/1801.17	c -----------------------------------------------------------------------------------------------
1800.72/1801.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1800.72/1801.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1800.72/1801.17	c limits/memory = c 13950
1800.72/1801.17	c # maximal time in seconds to run
1800.72/1801.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1800.72/1801.17	c limits/time = c 1791
1800.72/1801.17	c # frequency for displaying node information lines
1800.72/1801.17	c # [type: int, range: [-1,2147483647], default: 100]
1800.72/1801.17	c display/freq = c 10000
1800.72/1801.17	c -----------------------------------------------------------------------------------------------
1800.72/1801.17	c start solving problem
1800.72/1801.17	c 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3741259-1338770826/watcher-3741259-1338770826 -o /tmp/evaluation-result-3741259-1338770826/solver-3741259-1338770826 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3741259-1338770826.opb 

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.08 2.04 2.01 3/176 11515
/proc/meminfo: memFree=27473160/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=8232 CPUtime=0 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1443 0 0 0 0 0 0 0 20 0 1 0 343207832 8429568 1396 33554432000 4194304 7823515 140735796457120 140734668273064 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 2058 1396 337 887 0 1168 0

[startup+0.0882229 s]
/proc/loadavg: 2.08 2.04 2.01 3/176 11515
/proc/meminfo: memFree=27473160/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=23000 CPUtime=0.07 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 5107 0 0 0 7 0 0 0 20 0 1 0 343207832 23552000 5060 33554432000 4194304 7823515 140735796457120 140734668273064 6908057 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 5750 5060 354 887 0 4860 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23000

[startup+0.100362 s]
/proc/loadavg: 2.08 2.04 2.01 3/176 11515
/proc/meminfo: memFree=27473160/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=25276 CPUtime=0.08 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 5671 0 0 0 8 0 0 0 20 0 1 0 343207832 25882624 5624 33554432000 4194304 7823515 140735796457120 140734668273064 6908062 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 6319 5624 354 887 0 5429 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25276

[startup+0.300298 s]
/proc/loadavg: 2.08 2.04 2.01 3/176 11515
/proc/meminfo: memFree=27473160/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=45216 CPUtime=0.28 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 10648 0 0 0 27 1 0 0 20 0 1 0 343207832 46301184 10601 33554432000 4194304 7823515 140735796457120 140734668273064 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 11304 10601 354 887 0 10414 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45216

[startup+0.700281 s]
/proc/loadavg: 2.08 2.04 2.01 3/176 11515
/proc/meminfo: memFree=27473160/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=62956 CPUtime=0.69 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 15067 0 0 0 67 2 0 0 20 0 1 0 343207832 64466944 15020 33554432000 4194304 7823515 140735796457120 140735796323224 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 15739 15020 354 887 0 14849 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62956

[startup+1.5003 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 11516
/proc/meminfo: memFree=27403824/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=90336 CPUtime=1.49 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 21890 0 0 0 145 4 0 0 20 0 1 0 343207832 92504064 21843 33554432000 4194304 7823515 140735796457120 140735796323224 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 22584 21843 354 887 0 21694 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90336

[startup+3.10027 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 11516
/proc/meminfo: memFree=27351744/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=139852 CPUtime=3.09 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 34309 0 0 0 302 7 0 0 20 0 1 0 343207832 143208448 34262 33554432000 4194304 7823515 140735796457120 140735796323224 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 34963 34262 354 887 0 34073 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 139852

[startup+6.30025 s]
/proc/loadavg: 2.16 2.05 2.01 3/177 11516
/proc/meminfo: memFree=27260164/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=234720 CPUtime=6.29 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 57916 0 0 0 617 12 0 0 20 0 1 0 343207832 240353280 57869 33554432000 4194304 7823515 140735796457120 140735796323224 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 58680 57869 354 887 0 57790 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 234720

[startup+12.7002 s]
/proc/loadavg: 2.15 2.05 2.01 3/177 11516
/proc/meminfo: memFree=27075884/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=409964 CPUtime=12.68 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 101719 0 0 0 1246 22 0 0 20 0 1 0 343207832 419803136 101672 33554432000 4194304 7823515 140735796457120 140735796323224 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 102491 101672 354 887 0 101601 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 409964

[startup+25.5003 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 11516
/proc/meminfo: memFree=25743288/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=2032624 CPUtime=25.48 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 506396 0 0 0 2457 91 0 0 20 0 1 0 343207832 2081406976 505995 33554432000 4194304 7823515 140735796457120 140735796454536 4240385 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 508156 505996 375 887 0 507266 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2032624

[startup+51.1002 s]
/proc/loadavg: 2.13 2.06 2.01 3/177 11516
/proc/meminfo: memFree=22150412/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=51.08 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327627 0 0 0 4853 255 0 0 20 0 1 0 343207832 5475086336 1327857 33554432000 4194304 7823515 140735796457120 140735796452824 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1327857 442 887 0 1335801 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5346764

[startup+102.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/177 11516
/proc/meminfo: memFree=22146568/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=102.27 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327627 0 0 0 9963 264 0 0 20 0 1 0 343207832 5475086336 1327857 33554432000 4194304 7823515 140735796457120 140735796454408 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1327857 442 887 0 1335801 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5346764

[startup+162.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/177 11517
/proc/meminfo: memFree=22147972/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=162.26 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327627 0 0 0 15952 274 0 0 20 0 1 0 343207832 5475086336 1327857 33554432000 4194304 7823515 140735796457120 140735796454408 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1327857 442 887 0 1335801 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 5346764

[startup+222.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/178 11520
/proc/meminfo: memFree=22147060/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=222.26 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327653 0 0 0 21931 295 0 0 20 0 1 0 343207832 5475086336 1327883 33554432000 4194304 7823515 140735796457120 140735796453816 4970887 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1327883 456 887 0 1335801 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 5346764

[startup+282.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 11520
/proc/meminfo: memFree=22143548/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=282.24 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327653 0 0 0 27929 295 0 0 20 0 1 0 343207832 5475086336 1327883 33554432000 4194304 7823515 140735796457120 140735796453816 4970887 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1327883 456 887 0 1335801 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 5346764

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 11559
/proc/meminfo: memFree=24864468/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=342.23 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327657 0 0 0 33928 295 0 0 20 0 1 0 343207832 5475086336 1327969 33554432000 4194304 7823515 140735796457120 140735796453800 4970887 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1327969 457 887 0 1335801 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 5346764

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 11559
/proc/meminfo: memFree=24861396/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=402.22 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327657 0 0 0 39927 295 0 0 20 0 1 0 343207832 5475086336 1327969 33554432000 4194304 7823515 140735796457120 140735796453816 4970927 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1327969 457 887 0 1335801 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 5346764

[startup+462.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 11560
/proc/meminfo: memFree=24861548/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=462.22 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327657 0 0 0 45927 295 0 0 20 0 1 0 343207832 5475086336 1327969 33554432000 4194304 7823515 140735796457120 140735796453816 4970887 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1327969 457 887 0 1335801 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5346764

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 11560
/proc/meminfo: memFree=24861700/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=522.2 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327657 0 0 0 51925 295 0 0 20 0 1 0 343207832 5475086336 1327969 33554432000 4194304 7823515 140735796457120 140735796453816 4970887 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1327969 457 887 0 1335801 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 5346764

[startup+582.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 11560
/proc/meminfo: memFree=24860612/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=582.2 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327657 0 0 0 57925 295 0 0 20 0 1 0 343207832 5475086336 1327969 33554432000 4194304 7823515 140735796457120 140735796453816 4966510 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1327969 457 887 0 1335801 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 5346764

[startup+642.3 s]

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

/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327680 0 0 0 105914 297 0 0 20 0 1 0 343207832 5475086336 1328016 33554432000 4194304 7823515 140735796457120 140735796453816 4970923 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328016 457 887 0 1335801 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 5346764

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11587
/proc/meminfo: memFree=24852176/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1122.1 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327689 0 0 0 111913 297 0 0 20 0 1 0 343207832 5475086336 1328314 33554432000 4194304 7823515 140735796457120 140735796453816 4560203 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328314 457 887 0 1335801 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 5346764

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11587
/proc/meminfo: memFree=24852824/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1182.08 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327691 0 0 0 117911 297 0 0 20 0 1 0 343207832 5475086336 1328314 33554432000 4194304 7823515 140735796457120 140735796453816 4966556 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328314 457 887 0 1335801 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 5346764

[startup+1242.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11587
/proc/meminfo: memFree=24850124/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1242.07 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327697 0 0 0 123910 297 0 0 20 0 1 0 343207832 5475086336 1328380 33554432000 4194304 7823515 140735796457120 140735796453816 4970883 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328380 457 887 0 1335801 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 5346764

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 11587
/proc/meminfo: memFree=24849160/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1302.05 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327715 0 0 0 129908 297 0 0 20 0 1 0 343207832 5475086336 1328385 33554432000 4194304 7823515 140735796457120 140735796453816 4970927 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328385 462 887 0 1335801 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 5346764

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 11587
/proc/meminfo: memFree=24848444/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1362.04 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327734 0 0 0 135906 298 0 0 20 0 1 0 343207832 5475086336 1328385 33554432000 4194304 7823515 140735796457120 140735796453816 4970883 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328385 462 887 0 1335801 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 5346764

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11591
/proc/meminfo: memFree=24848232/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1422.02 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327748 0 0 0 141904 298 0 0 20 0 1 0 343207832 5475086336 1328385 33554432000 4194304 7823515 140735796457120 140735796453816 4970887 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328385 462 887 0 1335801 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 5346764

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11591
/proc/meminfo: memFree=24847012/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1482.01 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327767 0 0 0 147903 298 0 0 20 0 1 0 343207832 5475086336 1328385 33554432000 4194304 7823515 140735796457120 140735796453816 4970883 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328385 462 887 0 1335801 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 5346764

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11591
/proc/meminfo: memFree=24845940/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1541.99 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327781 0 0 0 153901 298 0 0 20 0 1 0 343207832 5475086336 1328385 33554432000 4194304 7823515 140735796457120 140735796453816 4970927 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328385 462 887 0 1335801 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 5346764

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11591
/proc/meminfo: memFree=24844588/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1601.97 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327794 0 0 0 159899 298 0 0 20 0 1 0 343207832 5475086336 1328385 33554432000 4194304 7823515 140735796457120 140735796453816 4966563 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328385 462 887 0 1335801 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 5346764

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11591
/proc/meminfo: memFree=24844012/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1661.96 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327813 0 0 0 165898 298 0 0 20 0 1 0 343207832 5475086336 1328385 33554432000 4194304 7823515 140735796457120 140735796453816 4970923 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328385 462 887 0 1335801 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 5346764

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11592
/proc/meminfo: memFree=24842552/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1721.93 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327832 0 0 0 171895 298 0 0 20 0 1 0 343207832 5475086336 1328385 33554432000 4194304 7823515 140735796457120 140735796453816 4970923 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328385 462 887 0 1335801 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 5346764

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 11592
/proc/meminfo: memFree=24841696/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1781.92 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327855 0 0 0 177894 298 0 0 20 0 1 0 343207832 5475086336 1328385 33554432000 4194304 7823515 140735796457120 140735796453816 4970927 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328385 462 887 0 1335801 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 5346764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 11592
/proc/meminfo: memFree=24841308/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1800.02 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327856 0 0 0 179704 298 0 0 20 0 1 0 343207832 5475086336 1328385 33554432000 4194304 7823515 140735796457120 140735796453816 4970923 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328385 462 887 0 1335801 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 5346764

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11515

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

[startup+1801.8 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 11593
/proc/meminfo: memFree=24841308/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1801.41 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327886 0 0 0 179843 298 0 0 20 0 1 0 343207832 5475086336 1328415 33554432000 4194304 7823515 140735796457120 140735796454168 4639804 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328415 492 887 0 1335801 0
Current children cumulated CPU time (s) 1801.41
Current children cumulated vsize (KiB) 5346764

[startup+1802.21 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 11593
/proc/meminfo: memFree=24840788/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1801.82 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327886 0 0 0 179884 298 0 0 20 0 1 0 343207832 5475086336 1328415 33554432000 4194304 7823515 140735796457120 140735796454168 4643688 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328415 492 887 0 1335801 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 5346764

[startup+1802.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 11593
/proc/meminfo: memFree=24840788/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=5346764 CPUtime=1802.01 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4202496 1327886 0 0 0 179903 298 0 0 20 0 1 0 343207832 5475086336 1328415 33554432000 4194304 7823515 140735796457120 140735796454168 4801943 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 1336691 1328415 492 887 0 1335801 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 5346764

[startup+1802.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 11593
/proc/meminfo: memFree=24840788/32873844 swapFree=7900/7900
[pid=11515] ppid=11513 vsize=0 CPUtime=1802.12 cores=1,3,5,7
/proc/11515/stat : 11515 (pbscip.linux.x8) R 11513 11515 8610 0 -1 4203524 1327886 0 0 0 179904 308 0 0 20 0 1 0 343207832 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11515/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.59
CPU time (s): 1802.21
CPU user time (s): 1799.04
CPU system time (s): 3.17152
CPU usage (%): 99.9789
Max. virtual memory (cumulated for all children) (KiB): 5346764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 3.17152
maximum resident set size= 5313660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1327886
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= 200
involuntary context switches= 1849

runsolver used 3.11553 second user time and 8.39572 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-04 02:47:13
IDJOB=3741259
IDBENCH=89824
IDSOLVER=2321
FILE ID=node137/3741259-1338770826
RUNJOBID= node137-1338748474-8627
PBS_JOBID= 14636788
Free space on /tmp= 70032 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-mspp16.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-3741259-1338770826/watcher-3741259-1338770826 -o /tmp/evaluation-result-3741259-1338770826/solver-3741259-1338770826 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3741259-1338770826.opb

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

MD5SUM BENCH= 141454b66937b2c93528081cb91f0e55
RANDOM SEED=1669386042

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27473300 kB
Buffers:          282588 kB
Cached:          1567772 kB
SwapCached:         5796 kB
Active:          3806416 kB
Inactive:         759112 kB
Active(anon):    2687980 kB
Inactive(anon):    29652 kB
Active(file):    1118436 kB
Inactive(file):   729460 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:            249664 kB
Writeback:             0 kB
AnonPages:       2722864 kB
Mapped:            11388 kB
Shmem:                 0 kB
Slab:             688980 kB
SReclaimable:     129432 kB
SUnreclaim:       559548 kB
KernelStack:        1448 kB
PageTables:         9436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3043860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1730560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70072 MiB
End job on node137 at 2012-06-04 03:17:16