Trace number 3486408

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)? (TO) 1800.1 1800.06

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-ns1853823.opb
MD5SUM2ebd045d7573caa1ce8026d29a77beeb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark142
Best CPU time to get the best result obtained on this benchmark1798.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213440
Total number of constraints223870
Number of constraints which are clauses212784
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints10624
Minimum length of a constraint1
Maximum length of a constraint464
Number of terms in the objective function 920
Biggest coefficient in the objective function 6
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 3220
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3200
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3912
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.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
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-3486408-1307795983.opb>
1.79/1.85	c original problem has 213440 variables (213440 bin, 0 int, 0 impl, 0 cont) and 223870 constraints
1.79/1.85	c problem read
1.79/1.85	c presolving settings loaded
3.30/3.32	c presolving:
3.99/4.00	c (round 1) 264 del vars, 264 del conss, 0 add conss, 264 chg bounds, 0 chg sides, 460 chg coeffs, 0 upgd conss, 243936 impls, 0 clqs
4.99/5.01	c (round 2) 264 del vars, 264 del conss, 0 add conss, 264 chg bounds, 0 chg sides, 460 chg coeffs, 213442 upgd conss, 243936 impls, 0 clqs
155.29/155.33	c (round 3) 264 del vars, 122496 del conss, 121968 add conss, 264 chg bounds, 121968 chg sides, 244396 chg coeffs, 213442 upgd conss, 243936 impls, 0 clqs
157.49/157.59	c    (157.6s) probing: 101/213176 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
157.49/157.59	c    (157.6s) probing aborted: 100/100 successive totally useless probings
157.59/157.60	c presolving (4 rounds):
157.59/157.60	c  264 deleted vars, 122496 deleted constraints, 121968 added constraints, 264 tightened bounds, 0 added holes, 121968 changed sides, 244396 changed coefficients
157.59/157.60	c  243936 implications, 0 cliques
157.59/157.60	c presolved problem has 213176 variables (213176 bin, 0 int, 0 impl, 0 cont) and 223342 constraints
157.59/157.60	c     658 constraints of type <knapsack>
157.59/157.60	c  121968 constraints of type <setppc>
157.59/157.60	c   10164 constraints of type <linear>
157.59/157.60	c   90552 constraints of type <logicor>
157.59/157.60	c transformed objective value is always integral (scale: 1)
157.59/157.60	c Presolving Time: 155.32
157.59/157.60	c - non default parameters ----------------------------------------------------------------------
157.59/157.60	c # SCIP version 2.0.1.4
157.59/157.60	c 
157.59/157.60	c # frequency for displaying node information lines
157.59/157.60	c # [type: int, range: [-1,2147483647], default: 100]
157.59/157.60	c display/freq = 10000
157.59/157.60	c 
157.59/157.60	c # maximal time in seconds to run
157.59/157.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
157.59/157.60	c limits/time = 1797
157.59/157.60	c 
157.59/157.60	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
157.59/157.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
157.59/157.60	c limits/memory = 13950
157.59/157.60	c 
157.59/157.60	c # default clock type (1: CPU user seconds, 2: wall clock time)
157.59/157.60	c # [type: int, range: [1,2], default: 1]
157.59/157.60	c timing/clocktype = 2
157.59/157.60	c 
157.59/157.60	c # belongs reading time to solving time?
157.59/157.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
157.59/157.60	c timing/reading = TRUE
157.59/157.60	c 
157.59/157.60	c # should presolving try to simplify inequalities
157.59/157.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
157.59/157.60	c constraints/linear/simplifyinequalities = TRUE
157.59/157.60	c 
157.59/157.60	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
157.59/157.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
157.59/157.60	c constraints/indicator/addCouplingCons = TRUE
157.59/157.60	c 
157.59/157.60	c # should presolving try to simplify knapsacks
157.59/157.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
157.59/157.60	c constraints/knapsack/simplifyinequalities = TRUE
157.59/157.60	c 
157.59/157.60	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
157.59/157.60	c # [type: int, range: [-1,2147483647], default: -1]
157.59/157.60	c separating/rapidlearning/freq = 0
157.59/157.60	c 
157.59/157.60	c -----------------------------------------------------------------------------------------------
157.59/157.60	c start solving
157.59/157.66	c 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3486408-1307795983/watcher-3486408-1307795983 -o /tmp/evaluation-result-3486408-1307795983/solver-3486408-1307795983 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486408-1307795983.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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 1.98 1.99 3/177 20122
/proc/meminfo: memFree=29500376/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=10704 CPUtime=0 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 1678 0 0 0 0 0 0 0 25 0 1 0 969829159 10960896 1632 33554432000 4194304 8979876 140736104309088 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20122/statm: 2676 1633 366 1169 0 1503 0

[startup+0.0884509 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20122
/proc/meminfo: memFree=29500376/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=60420 CPUtime=0.07 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 14077 0 0 0 7 0 0 0 25 0 1 0 969829159 61870080 14031 33554432000 4194304 8979876 140736104309088 18446744073709551615 4530316 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20122/statm: 15105 14031 366 1169 0 13932 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 60420

[startup+0.100457 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20122
/proc/meminfo: memFree=29500376/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=66756 CPUtime=0.09 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 15678 0 0 0 9 0 0 0 25 0 1 0 969829159 68358144 15632 33554432000 4194304 8979876 140736104309088 18446744073709551615 4992695 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20122/statm: 16689 15632 366 1169 0 15516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 66756

[startup+0.300411 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20122
/proc/meminfo: memFree=29500376/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=145704 CPUtime=0.29 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 35413 0 0 0 27 2 0 0 25 0 1 0 969829159 149200896 35367 33554432000 4194304 8979876 140736104309088 18446744073709551615 7807966 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20122/statm: 36426 35367 366 1169 0 35253 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 145704

[startup+0.700227 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 20122
/proc/meminfo: memFree=29500376/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=181316 CPUtime=0.69 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 44313 0 0 0 66 3 0 0 25 0 1 0 969829159 185667584 44248 33554432000 4194304 8979876 140736104309088 18446744073709551615 6203408 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20122/statm: 45329 44248 366 1169 0 44156 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 181316

[startup+1.50012 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 20123
/proc/meminfo: memFree=29307696/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=225700 CPUtime=1.48 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 55372 0 0 0 144 4 0 0 25 0 1 0 969829159 231116800 55307 33554432000 4194304 8979876 140736104309088 18446744073709551615 7836073 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20122/statm: 56425 55307 366 1169 0 55252 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 225700

[startup+3.10087 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 20123
/proc/meminfo: memFree=29079908/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=695224 CPUtime=3.09 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 172260 0 0 0 293 16 0 0 25 0 1 0 969829159 711909376 172094 33554432000 4194304 8979876 140736104309088 18446744073709551615 4687352 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 173806 172094 449 1169 0 172633 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 695224

[startup+6.30035 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 20123
/proc/meminfo: memFree=28732212/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=775284 CPUtime=6.29 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 233073 0 0 0 607 22 0 0 25 0 1 0 969829159 793890816 191984 33554432000 4194304 8979876 140736104309088 18446744073709551615 4460275 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 193821 191984 523 1169 0 192648 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 775284

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 20123
/proc/meminfo: memFree=28731368/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=780556 CPUtime=12.69 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 233751 0 0 0 1247 22 0 0 25 0 1 0 969829159 799289344 192662 33554432000 4194304 8979876 140736104309088 18446744073709551615 4637997 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 195139 192662 645 1169 0 193966 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 780556

[startup+25.501 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 20124
/proc/meminfo: memFree=28720944/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=791128 CPUtime=25.5 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 236527 0 0 0 2527 23 0 0 25 0 1 0 969829159 810115072 195095 33554432000 4194304 8979876 140736104309088 18446744073709551615 4460137 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 197782 195095 645 1169 0 196609 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 791128

[startup+51.1005 s]
/proc/loadavg: 1.96 1.98 1.99 3/178 20124
/proc/meminfo: memFree=28700672/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=811072 CPUtime=51.09 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 241636 0 0 0 5086 23 0 0 25 0 1 0 969829159 830537728 200204 33554432000 4194304 8979876 140736104309088 18446744073709551615 4875174 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 202768 200204 645 1169 0 201595 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 811072

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 20126
/proc/meminfo: memFree=28651152/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=860836 CPUtime=102.3 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 253928 0 0 0 10206 24 0 0 25 0 1 0 969829159 881496064 212496 33554432000 4194304 8979876 140736104309088 18446744073709551615 4460233 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 215209 212496 645 1169 0 214036 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 860836

[startup+162.301 s]
/proc/loadavg: 2.07 2.00 2.00 3/178 20127
/proc/meminfo: memFree=28021816/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1533660 CPUtime=162.29 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 424129 0 0 0 16188 41 0 0 25 0 1 0 969829159 1570467840 369602 33554432000 4194304 8979876 140736104309088 18446744073709551615 7047456 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 383415 369602 776 1169 0 382242 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1533660

[startup+222.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/178 20129
/proc/meminfo: memFree=27973532/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1601332 CPUtime=222.29 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 436695 0 0 0 22180 49 0 0 25 0 1 0 969829159 1639763968 381827 33554432000 4194304 8979876 140736104309088 18446744073709551615 7147322 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 400333 381827 867 1169 0 399160 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1601332

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 20131
/proc/meminfo: memFree=27898560/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1602468 CPUtime=282.29 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 438359 0 0 0 28176 53 0 0 25 0 1 0 969829159 1640927232 383119 33554432000 4194304 8979876 140736104309088 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 400617 383119 766 1169 0 399444 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1602468

[startup+342.3 s]
/proc/loadavg: 1.56 1.89 1.96 2/172 20157
/proc/meminfo: memFree=30367276/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1616716 CPUtime=342.3 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 441090 0 0 0 34173 57 0 0 25 0 1 0 969829159 1655517184 385795 33554432000 4194304 8979876 140736104309088 18446744073709551615 7156899 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 404179 385795 721 1169 0 403006 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1616716

[startup+402.301 s]
/proc/loadavg: 1.20 1.72 1.90 2/172 20159
/proc/meminfo: memFree=30363256/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1617504 CPUtime=402.3 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 442123 0 0 0 40169 61 0 0 25 0 1 0 969829159 1656324096 386828 33554432000 4194304 8979876 140736104309088 18446744073709551615 7145525 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 404376 386828 721 1169 0 403203 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1617504

[startup+462.301 s]
/proc/loadavg: 1.07 1.59 1.84 2/172 20160
/proc/meminfo: memFree=30360208/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1618132 CPUtime=462.3 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 442900 0 0 0 46166 64 0 0 25 0 1 0 969829159 1656967168 387605 33554432000 4194304 8979876 140736104309088 18446744073709551615 7122183 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 404533 387605 721 1169 0 403360 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1618132

[startup+522.301 s]
/proc/loadavg: 1.02 1.48 1.79 2/172 20162
/proc/meminfo: memFree=30358172/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1618684 CPUtime=522.3 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 443407 0 0 0 52163 67 0 0 25 0 1 0 969829159 1657532416 388112 33554432000 4194304 8979876 140736104309088 18446744073709551615 7146981 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 404671 388112 721 1169 0 403498 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1618684

[startup+582.301 s]
/proc/loadavg: 1.01 1.39 1.73 2/172 20164
/proc/meminfo: memFree=30357232/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1619100 CPUtime=582.3 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 443691 0 0 0 58160 70 0 0 25 0 1 0 969829159 1657958400 388396 33554432000 4194304 8979876 140736104309088 18446744073709551615 7836189 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 404775 388396 721 1169 0 403602 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1619100

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 1.00 1.17 1.56 2/172 20170
/proc/meminfo: memFree=30354044/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1619656 CPUtime=822.31 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 444425 0 0 0 82149 82 0 0 25 0 1 0 969829159 1658527744 389130 33554432000 4194304 8979876 140736104309088 18446744073709551615 7146517 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 404914 389130 721 1169 0 403741 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1619656

[startup+882.301 s]
/proc/loadavg: 1.05 1.15 1.52 2/172 20172
/proc/meminfo: memFree=30353972/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1619656 CPUtime=882.31 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 444457 0 0 0 88145 86 0 0 25 0 1 0 969829159 1658527744 389162 33554432000 4194304 8979876 140736104309088 18446744073709551615 7122179 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 404914 389162 721 1169 0 403741 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1619656

[startup+942.3 s]
/proc/loadavg: 1.02 1.12 1.49 2/172 20173
/proc/meminfo: memFree=30354032/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1619656 CPUtime=942.31 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 444474 0 0 0 94143 88 0 0 25 0 1 0 969829159 1658527744 389179 33554432000 4194304 8979876 140736104309088 18446744073709551615 7147035 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 404914 389179 721 1169 0 403741 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1619656

[startup+1002.3 s]
/proc/loadavg: 1.00 1.09 1.45 2/172 20175
/proc/meminfo: memFree=30353968/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1619656 CPUtime=1002.31 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 444489 0 0 0 100141 90 0 0 25 0 1 0 969829159 1658527744 389194 33554432000 4194304 8979876 140736104309088 18446744073709551615 7089889 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 404914 389194 721 1169 0 403741 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1619656

[startup+1062.3 s]
/proc/loadavg: 1.00 1.07 1.42 2/172 20176
/proc/meminfo: memFree=30353792/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1619656 CPUtime=1062.32 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 444498 0 0 0 106139 93 0 0 25 0 1 0 969829159 1658527744 389203 33554432000 4194304 8979876 140736104309088 18446744073709551615 7147031 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 404914 389203 721 1169 0 403741 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1619656

[startup+1122.3 s]
/proc/loadavg: 1.00 1.06 1.39 2/172 20178
/proc/meminfo: memFree=30353860/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1619656 CPUtime=1122.32 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 444506 0 0 0 112137 95 0 0 25 0 1 0 969829159 1658527744 389211 33554432000 4194304 8979876 140736104309088 18446744073709551615 7147011 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 404914 389211 721 1169 0 403741 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1619656

[startup+1182.3 s]
/proc/loadavg: 1.00 1.05 1.37 2/172 20180
/proc/meminfo: memFree=30344732/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1629660 CPUtime=1182.32 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 446862 0 0 0 118134 98 0 0 25 0 1 0 969829159 1668771840 391562 33554432000 4194304 8979876 140736104309088 18446744073709551615 7147101 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 407415 391562 752 1169 0 406242 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1629660

[startup+1242.3 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 20181
/proc/meminfo: memFree=30344424/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1629792 CPUtime=1242.32 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 446915 0 0 0 124133 99 0 0 25 0 1 0 969829159 1668907008 391615 33554432000 4194304 8979876 140736104309088 18446744073709551615 7122137 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 407448 391615 752 1169 0 406275 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1629792

[startup+1302.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/172 20192
/proc/meminfo: memFree=30344208/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1629792 CPUtime=1302.32 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 446932 0 0 0 130131 101 0 0 25 0 1 0 969829159 1668907008 391632 33554432000 4194304 8979876 140736104309088 18446744073709551615 7146976 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 407448 391632 752 1169 0 406275 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1629792

[startup+1362.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/172 20193
/proc/meminfo: memFree=30343664/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1629792 CPUtime=1362.32 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 446952 0 0 0 136128 104 0 0 25 0 1 0 969829159 1668907008 391652 33554432000 4194304 8979876 140736104309088 18446744073709551615 7147016 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 407448 391652 752 1169 0 406275 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1629792

[startup+1422.31 s]
/proc/loadavg: 1.07 1.03 1.28 2/172 20195
/proc/meminfo: memFree=30343736/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1629924 CPUtime=1422.32 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 446976 0 0 0 142126 106 0 0 25 0 1 0 969829159 1669042176 391676 33554432000 4194304 8979876 140736104309088 18446744073709551615 7147076 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 407481 391676 752 1169 0 406308 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 1629924

[startup+1482.3 s]
/proc/loadavg: 1.02 1.02 1.26 2/172 20197
/proc/meminfo: memFree=30343668/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1629924 CPUtime=1482.32 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 447008 0 0 0 148124 108 0 0 25 0 1 0 969829159 1669042176 391708 33554432000 4194304 8979876 140736104309088 18446744073709551615 7125614 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 407481 391708 752 1169 0 406308 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1629924

[startup+1542.3 s]
/proc/loadavg: 1.01 1.02 1.24 2/172 20198
/proc/meminfo: memFree=30343468/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1630056 CPUtime=1542.33 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 447014 0 0 0 154122 111 0 0 25 0 1 0 969829159 1669177344 391714 33554432000 4194304 8979876 140736104309088 18446744073709551615 7157250 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 407514 391714 752 1169 0 406341 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1630056

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/172 20200
/proc/meminfo: memFree=30343268/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1630056 CPUtime=1602.33 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 447014 0 0 0 160120 113 0 0 25 0 1 0 969829159 1669177344 391714 33554432000 4194304 8979876 140736104309088 18446744073709551615 7147076 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 407514 391714 752 1169 0 406341 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1630056

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/172 20201
/proc/meminfo: memFree=30343320/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1630056 CPUtime=1662.32 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 447014 0 0 0 166117 115 0 0 25 0 1 0 969829159 1669177344 391714 33554432000 4194304 8979876 140736104309088 18446744073709551615 7157335 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 407514 391714 752 1169 0 406341 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 1630056

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/172 20203
/proc/meminfo: memFree=30343144/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1630056 CPUtime=1722.33 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 447018 0 0 0 172114 119 0 0 25 0 1 0 969829159 1669177344 391718 33554432000 4194304 8979876 140736104309088 18446744073709551615 7122154 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 407514 391718 752 1169 0 406341 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1630056

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/172 20205
/proc/meminfo: memFree=30343072/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1630056 CPUtime=1782.33 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 447020 0 0 0 178112 121 0 0 25 0 1 0 969829159 1669177344 391720 33554432000 4194304 8979876 140736104309088 18446744073709551615 7122117 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 407514 391720 752 1169 0 406341 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1630056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.00 1.17 2/172 20205
/proc/meminfo: memFree=30342796/32950940 swapFree=67074964/67111528
[pid=20122] ppid=20120 vsize=1630056 CPUtime=1800.03 cores=0,2,4,6
/proc/20122/stat : 20122 (scip-2.0.1.4_2.) R 20120 20122 18592 0 -1 4202496 447020 0 0 0 179882 121 0 0 25 0 1 0 969829159 1669177344 391720 33554432000 4194304 8979876 140736104309088 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20122/statm: 407514 391720 752 1169 0 406341 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1630056

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.06
CPU time (s): 1800.1
CPU user time (s): 1798.83
CPU system time (s): 1.27381
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1630056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.27381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 447020
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2724

runsolver used 2.49162 second user time and 5.71013 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-11 14:39:44
IDJOB=3486408
IDBENCH=89855
IDSOLVER=1977
FILE ID=node117/3486408-1307795983
RUNJOBID= node117-1307784651-18610
PBS_JOBID= 13550904
Free space on /tmp= 73988 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns1853823.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3486408-1307795983/watcher-3486408-1307795983 -o /tmp/evaluation-result-3486408-1307795983/solver-3486408-1307795983 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486408-1307795983.opb -t 1800 -m 15500

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

MD5SUM BENCH= 2ebd045d7573caa1ce8026d29a77beeb
RANDOM SEED=1593654311

node117.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.849
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.69
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.849
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.75
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.849
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.74
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.849
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	: 5332.75
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.849
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.75
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      29500680 kB
Buffers:        154812 kB
Cached:         721648 kB
SwapCached:       6160 kB
Active:        2780356 kB
Inactive:       514068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      29500680 kB
SwapTotal:    67111528 kB
SwapFree:     67074964 kB
Dirty:           32244 kB
Writeback:          24 kB
AnonPages:     2414528 kB
Mapped:          16788 kB
Slab:            85528 kB
PageTables:       9512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  2628036 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73992 MiB
End job on node117 at 2011-06-11 15:09:46