Trace number 3692571

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.1.1.4. Exp with SoPlex 1.6.0.3 fixed? (TO) 1802.03 1802.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_2.opb
MD5SUMa5ab0443a6669cc558112b6f5f13d1cd
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-69
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -72
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)150572
Sum of products size (including duplicates)301144
Number of different products75286
Sum of products size150572

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692571-1338036956.opb>
0.29/0.37	c original problem has 77286 variables (2000 bin, 0 int, 75286 impl, 0 cont) and 80287 constraints
0.29/0.37	c problem read in 0.37
0.89/0.92	o 0
0.99/1.07	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.99/1.07	c presolving:
2.89/2.95	c (round 1) 0 del vars, 79286 del conss, 2000 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1000 upgd conss, 300428 impls, 1999 clqs
3.19/3.27	c (round 2) 75286 del vars, 79286 del conss, 2000 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 300428 impls, 0 clqs
3.59/3.63	c    (3.6s) probing: 51/2000 (2.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.59/3.63	c    (3.6s) probing aborted: 50/50 successive totally useless probings
3.59/3.65	c presolving (3 rounds):
3.59/3.65	c  75286 deleted vars, 79286 deleted constraints, 2000 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.59/3.65	c  300428 implications, 0 cliques
3.59/3.65	c presolved problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
3.59/3.65	c    2000 constraints of type <knapsack>
3.59/3.65	c    1000 constraints of type <setppc>
3.59/3.65	c       1 constraints of type <linear>
3.59/3.65	c transformed objective value is always integral (scale: 1)
3.59/3.65	c Presolving Time: 2.96
3.59/3.65	c - non default parameters ----------------------------------------------------------------------
3.59/3.65	c # SCIP version 2.1.1.4
3.59/3.65	c 
3.59/3.65	c # maximal time in seconds to run
3.59/3.65	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.59/3.65	c limits/time = 1797
3.59/3.65	c 
3.59/3.65	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.59/3.65	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.59/3.65	c limits/memory = 13950
3.59/3.65	c 
3.59/3.65	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.59/3.65	c # [type: int, range: [1,2], default: 1]
3.59/3.65	c timing/clocktype = 2
3.59/3.65	c 
3.59/3.65	c # belongs reading time to solving time?
3.59/3.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.59/3.65	c timing/reading = TRUE
3.59/3.65	c 
3.59/3.65	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.59/3.65	c # [type: int, range: [-1,2147483647], default: -1]
3.59/3.65	c separating/rapidlearning/freq = 0
3.59/3.65	c 
3.59/3.65	c -----------------------------------------------------------------------------------------------
3.59/3.65	c start solving
3.59/3.65	c 
235.65/235.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
235.65/235.78	c t 236s|     1 |     0 | 18900 |     - | 198M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 |    Inf 
235.85/235.91	o -1
235.85/235.91	c R 236s|     1 |     0 | 18900 |     - | 198M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |   0 |-5.000000e+02 |-1.000000e+00 |  Large 
842.26/842.46	c   842s|     1 |     2 | 29382 |     - | 198M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |  13 |-5.000000e+02 |-1.000000e+00 |  Large 

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 4635
/proc/meminfo: memFree=29388496/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=11000 CPUtime=0 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 1442 0 0 0 0 0 0 0 20 0 1 0 269821051 11264000 1396 33554432000 4194304 10219143 140734659432336 140734562253368 8891101 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 2750 1403 398 1471 0 1270 0

[startup+0.104689 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 4635
/proc/meminfo: memFree=29388496/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=48700 CPUtime=0.09 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 10939 0 0 0 8 1 0 0 20 0 1 0 269821051 49868800 10893 33554432000 4194304 10219143 140734659432336 140734562253368 7589947 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 12175 10894 436 1471 0 10695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48700

[startup+0.200364 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 4635
/proc/meminfo: memFree=29388496/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=75576 CPUtime=0.19 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 17648 0 0 0 17 2 0 0 20 0 1 0 269821051 77389824 17602 33554432000 4194304 10219143 140734659432336 140734659297512 9040810 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 18894 17602 436 1471 0 17414 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 75576

[startup+0.300336 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 4635
/proc/meminfo: memFree=29388496/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=98744 CPUtime=0.29 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 23435 0 0 0 26 3 0 0 20 0 1 0 269821051 101113856 23389 33554432000 4194304 10219143 140734659432336 140734659297512 5536259 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 24686 23389 436 1471 0 23206 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98744

[startup+0.700321 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 4635
/proc/meminfo: memFree=29388496/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=216896 CPUtime=0.68 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 53451 0 0 0 60 8 0 0 20 0 1 0 269821051 222101504 52850 33554432000 4194304 10219143 140734659432336 140734659297512 5826668 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 54224 52852 519 1471 0 52744 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 216896

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4636
/proc/meminfo: memFree=29167496/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=242528 CPUtime=1.49 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 59935 0 0 0 139 10 0 0 20 0 1 0 269821051 248348672 59077 33554432000 4194304 10219143 140734659432336 140734659429576 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 60632 59077 564 1471 0 59152 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 242528

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4636
/proc/meminfo: memFree=29138728/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=286064 CPUtime=3.08 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 72371 0 0 0 291 17 0 0 20 0 1 0 269821051 292929536 70022 33554432000 4194304 10219143 140734659432336 140734659429576 5980738 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 71516 70022 594 1471 0 70036 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 286064

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4636
/proc/meminfo: memFree=29079384/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=321736 CPUtime=6.28 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 78405 0 0 0 609 19 0 0 20 0 1 0 269821051 329457664 77654 33554432000 4194304 10219143 140734659432336 140734659425592 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 80434 77654 773 1471 0 78954 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 321736

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4636
/proc/meminfo: memFree=29065804/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=341164 CPUtime=12.69 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 81632 0 0 0 1248 21 0 0 20 0 1 0 269821051 349351936 82554 33554432000 4194304 10219143 140734659432336 140734659425512 8098912 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 85291 82554 776 1471 0 83811 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 341164

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4636
/proc/meminfo: memFree=29028636/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=372652 CPUtime=25.49 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 85122 0 0 0 2525 24 0 0 20 0 1 0 269821051 381595648 89573 33554432000 4194304 10219143 140734659432336 140734659425960 8066821 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 93163 89573 776 1471 0 91683 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 372652

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4636
/proc/meminfo: memFree=29019860/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=372652 CPUtime=51.08 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 85165 0 0 0 5084 24 0 0 20 0 1 0 269821051 381595648 90638 33554432000 4194304 10219143 140734659432336 140734659424856 8066943 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 93163 90638 776 1471 0 91683 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 372652

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4636
/proc/meminfo: memFree=28944108/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=409916 CPUtime=102.28 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 86874 0 0 0 10201 27 0 0 20 0 1 0 269821051 419753984 100555 33554432000 4194304 10219143 140734659432336 140734659425512 8110944 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 102479 100555 776 1471 0 100999 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 409916

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4636
/proc/meminfo: memFree=28939184/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=427708 CPUtime=162.26 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 87472 0 0 0 16197 29 0 0 20 0 1 0 269821051 437972992 102669 33554432000 4194304 10219143 140734659432336 140734659424856 8099218 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 106927 102669 776 1471 0 105447 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 427708

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4637
/proc/meminfo: memFree=28888848/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=449944 CPUtime=222.26 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 88053 0 0 0 22193 33 0 0 20 0 1 0 269821051 460742656 111421 33554432000 4194304 10219143 140734659432336 140734659425960 8110227 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 112486 111421 776 1471 0 111006 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 449944

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 4640
/proc/meminfo: memFree=28865068/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=282.24 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95213 0 0 0 28185 39 0 0 20 0 1 0 269821051 429506560 103909 33554432000 4194304 10219143 140734659432336 140734659423320 8099231 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103909 853 1471 0 103380 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 419440

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 4663
/proc/meminfo: memFree=28863484/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=342.23 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95213 0 0 0 34183 40 0 0 20 0 1 0 269821051 429506560 103909 33554432000 4194304 10219143 140734659432336 140734659423768 8098759 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103909 853 1471 0 103380 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 419440

[startup+402.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/175 4663
/proc/meminfo: memFree=28850264/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=402.22 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 40181 41 0 0 20 0 1 0 269821051 429506560 103911 33554432000 4194304 10219143 140734659432336 140734659425512 8100264 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103911 855 1471 0 103380 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 419440

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4663
/proc/meminfo: memFree=28820140/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=462.21 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 46179 42 0 0 20 0 1 0 269821051 429506560 103911 33554432000 4194304 10219143 140734659432336 140734659425512 8098767 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103911 855 1471 0 103380 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 419440

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 4664
/proc/meminfo: memFree=28801788/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=522.21 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 52177 44 0 0 20 0 1 0 269821051 429506560 103911 33554432000 4194304 10219143 140734659432336 140734659425784 8066966 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103911 855 1471 0 103380 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 419440

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4664
/proc/meminfo: memFree=28783684/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=582.19 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 58174 45 0 0 20 0 1 0 269821051 429506560 103911 33554432000 4194304 10219143 140734659432336 140734659425512 8098912 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103911 855 1471 0 103380 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 419440

[startup+642.3 s]

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

/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 100157 56 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425048 8083898 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 419440

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 4668
/proc/meminfo: memFree=28555396/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1062.12 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 106154 58 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425512 8098759 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 419440

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4669
/proc/meminfo: memFree=28522908/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1122.12 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 112152 60 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425512 8099231 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 419440

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4669
/proc/meminfo: memFree=28494884/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1182.1 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 118149 61 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425048 8098753 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 419440

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4669
/proc/meminfo: memFree=28459916/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1242.1 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 124148 62 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425048 8098912 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 419440

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4669
/proc/meminfo: memFree=28426684/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1302.09 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 130145 64 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425512 8099231 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 419440

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4669
/proc/meminfo: memFree=28396428/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1362.08 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 136143 65 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425512 8098742 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 419440

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 4669
/proc/meminfo: memFree=28367172/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1422.07 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 142141 66 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425464 8098512 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 419440

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4673
/proc/meminfo: memFree=28335660/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1482.06 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 148139 67 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425512 8098704 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 419440

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4673
/proc/meminfo: memFree=28300836/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1542.06 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 154138 68 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425464 8098704 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 419440

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 4673
/proc/meminfo: memFree=28273584/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1602.04 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 160135 69 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425048 8099218 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 419440

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 4673
/proc/meminfo: memFree=28240504/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1662.03 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 166133 70 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425512 8098742 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 419440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4711
/proc/meminfo: memFree=28965684/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1722.02 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 172131 71 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425512 8099197 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 419440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 4712
/proc/meminfo: memFree=28967864/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1782.02 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 178129 73 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425048 8098912 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 419440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 4712
/proc/meminfo: memFree=28960608/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1800.02 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 179929 73 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425464 8099218 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 419440

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4635

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4713
/proc/meminfo: memFree=28960608/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1801.21 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 180048 73 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425464 8098512 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 419440

[startup+1801.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4713
/proc/meminfo: memFree=28960476/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1801.62 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 180089 73 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425464 8098746 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1801.62
Current children cumulated vsize (KiB) 419440

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4713
/proc/meminfo: memFree=28960476/32873852 swapFree=7616/7616
[pid=4635] ppid=4633 vsize=419440 CPUtime=1802.01 cores=1,3,5,7
/proc/4635/stat : 4635 (scip-2.1.1.4exp) R 4633 4635 403 0 -1 4202496 95215 0 0 0 180128 73 0 0 20 0 1 0 269821051 429506560 103938 33554432000 4194304 10219143 140734659432336 140734659425464 8099249 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/4635/statm: 104860 103938 855 1471 0 103380 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 419440

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.31
CPU time (s): 1802.03
CPU user time (s): 1801.29
CPU system time (s): 0.738887
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 449944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.29
system time used= 0.738887
maximum resident set size= 445704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95215
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= 19
involuntary context switches= 1853

runsolver used 2.89856 second user time and 7.33488 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-26 14:55:56
IDJOB=3692571
IDBENCH=48230
IDSOLVER=2271
FILE ID=node131/3692571-1338036956
RUNJOBID= node131-1338017251-878
PBS_JOBID= 14624266
Free space on /tmp= 71576 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_2.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692571-1338036956/watcher-3692571-1338036956 -o /tmp/evaluation-result-3692571-1338036956/solver-3692571-1338036956 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692571-1338036956.opb -t 1800 -m 15500

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

MD5SUM BENCH= a5ab0443a6669cc558112b6f5f13d1cd
RANDOM SEED=1190235667

node131.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.805
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.61
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.805
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.805
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.91
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.805
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.805
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.805
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.91
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29388388 kB
Buffers:          257280 kB
Cached:          2327068 kB
SwapCached:            0 kB
Active:           686484 kB
Inactive:        2028536 kB
Active(anon):     131416 kB
Inactive(anon):     2044 kB
Active(file):     555068 kB
Inactive(file):  2026492 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15592 kB
Writeback:             0 kB
AnonPages:        138164 kB
Mapped:            17700 kB
Shmem:               204 kB
Slab:             632556 kB
SReclaimable:      75096 kB
SUnreclaim:       557460 kB
KernelStack:        1432 kB
PageTables:         3840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     249652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71564 MiB
End job on node131 at 2012-05-26 15:25:58