Trace number 3485223

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 2 2011-06-10 (fixed)? (TO) 1800.05 1800.03

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.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-3485223-1307787666.opb>
0.04/0.06	c original problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
0.04/0.06	c problem read
0.04/0.06	c presolving settings loaded
0.19/0.23	o 0
0.19/0.23	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.19/0.23	c presolving:
0.49/0.59	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 254352 impls, 2000 clqs
1.19/1.26	c    (1.3s) probing: 101/33544 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.19/1.26	c    (1.3s) probing aborted: 100/100 successive totally useless probings
1.19/1.26	c presolving (2 rounds):
1.19/1.26	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.19/1.26	c  254352 implications, 2000 cliques
1.19/1.26	c presolved problem has 33544 variables (33544 bin, 0 int, 0 impl, 0 cont) and 34545 constraints
1.19/1.26	c    3000 constraints of type <setppc>
1.19/1.26	c   31544 constraints of type <and>
1.19/1.26	c       1 constraints of type <linear>
1.19/1.26	c transformed objective value is always integral (scale: 1)
1.19/1.26	c Presolving Time: 1.18
1.19/1.26	c - non default parameters ----------------------------------------------------------------------
1.19/1.26	c # SCIP version 2.0.1.4
1.19/1.26	c 
1.19/1.26	c # frequency for displaying node information lines
1.19/1.26	c # [type: int, range: [-1,2147483647], default: 100]
1.19/1.26	c display/freq = 10000
1.19/1.26	c 
1.19/1.26	c # maximal time in seconds to run
1.19/1.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.26	c limits/time = 1797
1.19/1.26	c 
1.19/1.26	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.19/1.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.26	c limits/memory = 13950
1.19/1.26	c 
1.19/1.26	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.19/1.26	c # [type: int, range: [1,2], default: 1]
1.19/1.26	c timing/clocktype = 2
1.19/1.26	c 
1.19/1.26	c # belongs reading time to solving time?
1.19/1.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.26	c timing/reading = TRUE
1.19/1.26	c 
1.19/1.26	c # should presolving try to simplify inequalities
1.19/1.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.26	c constraints/linear/simplifyinequalities = TRUE
1.19/1.26	c 
1.19/1.26	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.19/1.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.26	c constraints/indicator/addCouplingCons = TRUE
1.19/1.26	c 
1.19/1.26	c # should presolving try to simplify knapsacks
1.19/1.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.26	c constraints/knapsack/simplifyinequalities = TRUE
1.19/1.26	c 
1.19/1.26	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.19/1.26	c # [type: int, range: [-1,2147483647], default: -1]
1.19/1.26	c separating/rapidlearning/freq = 0
1.19/1.26	c 
1.19/1.26	c -----------------------------------------------------------------------------------------------
1.19/1.26	c start solving
1.19/1.27	c 
493.30/493.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
493.30/493.39	c t 493s|     1 |     0 | 39026 |     - | 141M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
493.70/493.70	o -22
493.70/493.70	c s 494s|     1 |     0 | 39026 |     - | 142M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 |-2.200000e+01 |  95.60%
533.90/533.93	o -23
533.90/533.93	c U 534s|     1 |     0 | 39026 |     - | 150M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   1 |   0 |-5.000000e+02 |-2.300000e+01 |  95.40%
904.11/904.17	c   904s|     1 |     0 | 57279 |     - | 152M|   0 |  18k|  33k|  34k|  33k|  66k| 392 |   1 |   0 |-5.000000e+02 |-2.300000e+01 |  95.40%
1259.01/1259.06	c  1259s|     1 |     0 | 76284 |     - | 152M|   0 |  18k|  33k|  34k|  33k|  66k| 567 |   1 |   0 |-5.000000e+02 |-2.300000e+01 |  95.40%

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-3485223-1307787666/watcher-3485223-1307787666 -o /tmp/evaluation-result-3485223-1307787666/solver-3485223-1307787666 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485223-1307787666.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 1.94 2/177 15717
/proc/meminfo: memFree=30981432/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=11092 CPUtime=0 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 1776 0 0 0 0 0 0 0 24 0 1 0 890365073 11358208 1731 33554432000 4194304 8979876 140734943896512 18446744073709551615 4329888 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15717/statm: 2773 1731 367 1169 0 1600 0

[startup+0.0515781 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 15717
/proc/meminfo: memFree=30981432/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=16152 CPUtime=0.04 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 3029 0 0 0 4 0 0 0 24 0 1 0 890365073 16539648 2984 33554432000 4194304 8979876 140734943896512 18446744073709551615 4446963 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15717/statm: 4038 2984 367 1169 0 2865 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16152

[startup+0.10057 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 15717
/proc/meminfo: memFree=30981432/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=38092 CPUtime=0.09 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 8264 0 0 0 8 1 0 0 24 0 1 0 890365073 39006208 8219 33554432000 4194304 8979876 140734943896512 18446744073709551615 4319921 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 9523 8219 456 1169 0 8350 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38092

[startup+0.300536 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 15717
/proc/meminfo: memFree=30981432/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=82728 CPUtime=0.29 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 19727 0 0 0 27 2 0 0 25 0 1 0 890365073 84713472 19227 33554432000 4194304 8979876 140734943896512 18446744073709551615 5046997 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 20682 19227 480 1169 0 19509 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82728

[startup+0.700484 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 15717
/proc/meminfo: memFree=30981432/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=102456 CPUtime=0.69 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 25426 0 0 0 67 2 0 0 25 0 1 0 890365073 104914944 24172 33554432000 4194304 8979876 140734943896512 18446744073709551615 7836098 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 25614 24172 507 1169 0 24441 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102456

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15718
/proc/meminfo: memFree=30883240/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=221400 CPUtime=1.49 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 55516 0 0 0 144 5 0 0 18 0 1 0 890365073 226713600 52276 33554432000 4194304 8979876 140734943896512 18446744073709551615 7841731 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 55350 52298 586 1169 0 54177 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 221400

[startup+3.10108 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15718
/proc/meminfo: memFree=30744608/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=272488 CPUtime=3.09 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 67832 0 0 0 300 9 0 0 20 0 1 0 890365073 279027712 63822 33554432000 4194304 8979876 140734943896512 18446744073709551615 7193346 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 68122 63822 695 1169 0 66949 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 272488

[startup+6.30054 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15718
/proc/meminfo: memFree=30717828/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=279312 CPUtime=6.29 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 70227 0 0 0 619 10 0 0 25 0 1 0 890365073 286015488 66104 33554432000 4194304 8979876 140734943896512 18446744073709551615 7146596 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 69828 66104 628 1169 0 68655 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 279312

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15718
/proc/meminfo: memFree=30711528/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=283632 CPUtime=12.69 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 71901 0 0 0 1258 11 0 0 25 0 1 0 890365073 290439168 67734 33554432000 4194304 8979876 140734943896512 18446744073709551615 6820818 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 70908 67734 678 1169 0 69735 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 283632

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15719
/proc/meminfo: memFree=30711792/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=283632 CPUtime=25.49 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 71914 0 0 0 2537 12 0 0 25 0 1 0 890365073 290439168 67747 33554432000 4194304 8979876 140734943896512 18446744073709551615 7147278 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 70908 67747 682 1169 0 69735 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 283632

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15719
/proc/meminfo: memFree=30709568/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=287424 CPUtime=51.1 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 72493 0 0 0 5095 15 0 0 25 0 1 0 890365073 294322176 68273 33554432000 4194304 8979876 140734943896512 18446744073709551615 7184825 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 71856 68273 629 1169 0 70683 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 287424

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15721
/proc/meminfo: memFree=30694140/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=302632 CPUtime=102.3 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 82616 0 0 0 10210 20 0 0 25 0 1 0 890365073 309895168 72056 33554432000 4194304 8979876 140734943896512 18446744073709551615 7122738 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 75658 72056 641 1169 0 74485 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 302632

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 15722
/proc/meminfo: memFree=30686624/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=315712 CPUtime=162.29 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 84488 0 0 0 16206 23 0 0 25 0 1 0 890365073 323289088 73916 33554432000 4194304 8979876 140734943896512 18446744073709551615 6943050 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 78928 73916 629 1169 0 77755 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 315712

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 15724
/proc/meminfo: memFree=30670212/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=339864 CPUtime=222.29 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 106791 0 0 0 22201 28 0 0 25 0 1 0 890365073 348020736 77992 33554432000 4194304 8979876 140734943896512 18446744073709551615 7194126 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 84966 77992 637 1169 0 83793 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 339864

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15725
/proc/meminfo: memFree=30665068/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=339864 CPUtime=282.3 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 108089 0 0 0 28198 32 0 0 25 0 1 0 890365073 348020736 79282 33554432000 4194304 8979876 140734943896512 18446744073709551615 7155928 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 84966 79282 629 1169 0 83793 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 339864

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15727
/proc/meminfo: memFree=30658816/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=347016 CPUtime=342.29 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 125679 0 0 0 34192 37 0 0 25 0 1 0 890365073 355344384 82367 33554432000 4194304 8979876 140734943896512 18446744073709551615 7197506 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 86754 82367 2123 1169 0 85581 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 347016

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15729
/proc/meminfo: memFree=30654660/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=347016 CPUtime=402.3 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 126797 0 0 0 40189 41 0 0 25 0 1 0 890365073 355344384 83485 33554432000 4194304 8979876 140734943896512 18446744073709551615 7146175 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 86754 83485 2123 1169 0 85581 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 347016

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15730
/proc/meminfo: memFree=30654348/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=347016 CPUtime=462.3 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 126896 0 0 0 46186 44 0 0 25 0 1 0 890365073 355344384 83584 33554432000 4194304 8979876 140734943896512 18446744073709551615 7184794 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 86754 83584 2123 1169 0 85581 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 347016

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15732
/proc/meminfo: memFree=30520096/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=472060 CPUtime=522.3 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 185445 0 0 0 52137 93 0 0 25 0 1 0 890365073 483389440 115823 33554432000 4194304 8979876 140734943896512 18446744073709551615 7146517 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 118015 115823 754 1169 0 116842 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 472060

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15733
/proc/meminfo: memFree=30508256/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=582.3 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188326 0 0 0 58124 106 0 0 25 0 1 0 890365073 492019712 118692 33554432000 4194304 8979876 140734943896512 18446744073709551615 6609781 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118692 751 1169 0 118949 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 480488

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15740
/proc/meminfo: memFree=30507396/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=822.31 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188429 0 0 0 82111 120 0 0 25 0 1 0 890365073 492019712 118751 33554432000 4194304 8979876 140734943896512 18446744073709551615 7125597 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118751 761 1169 0 118949 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 480488

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15741
/proc/meminfo: memFree=30507216/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=882.31 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188432 0 0 0 88108 123 0 0 25 0 1 0 890365073 492019712 118751 33554432000 4194304 8979876 140734943896512 18446744073709551615 7184816 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118751 758 1169 0 118949 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 480488

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15743
/proc/meminfo: memFree=30507168/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=942.3 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188432 0 0 0 94104 126 0 0 25 0 1 0 890365073 492019712 118751 33554432000 4194304 8979876 140734943896512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118751 758 1169 0 118949 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 480488

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15745
/proc/meminfo: memFree=30507360/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1002.3 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188442 0 0 0 100100 130 0 0 25 0 1 0 890365073 492019712 118751 33554432000 4194304 8979876 140734943896512 18446744073709551615 7123757 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118751 748 1169 0 118949 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 480488

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15746
/proc/meminfo: memFree=30507296/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1062.31 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188442 0 0 0 106097 134 0 0 25 0 1 0 890365073 492019712 118751 33554432000 4194304 8979876 140734943896512 18446744073709551615 6820777 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118751 748 1169 0 118949 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 480488

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15748
/proc/meminfo: memFree=30507236/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1122.31 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188463 0 0 0 112094 137 0 0 25 0 1 0 890365073 492019712 118772 33554432000 4194304 8979876 140734943896512 18446744073709551615 7145574 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118772 748 1169 0 118949 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 480488

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/178 15749
/proc/meminfo: memFree=30507064/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1182.31 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188463 0 0 0 118091 140 0 0 25 0 1 0 890365073 492019712 118772 33554432000 4194304 8979876 140734943896512 18446744073709551615 7122720 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118772 748 1169 0 118949 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 480488

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 15789
/proc/meminfo: memFree=30985536/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1242.31 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188463 0 0 0 124088 143 0 0 25 0 1 0 890365073 492019712 118772 33554432000 4194304 8979876 140734943896512 18446744073709551615 7122720 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118772 748 1169 0 118949 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 480488

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15791
/proc/meminfo: memFree=30976708/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1302.31 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188463 0 0 0 130083 148 0 0 25 0 1 0 890365073 492019712 118772 33554432000 4194304 8979876 140734943896512 18446744073709551615 6890512 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118772 748 1169 0 118949 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 480488

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15792
/proc/meminfo: memFree=30971700/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1362.32 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188464 0 0 0 136079 153 0 0 25 0 1 0 890365073 492019712 118772 33554432000 4194304 8979876 140734943896512 18446744073709551615 7184794 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118772 747 1169 0 118949 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 480488

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15794
/proc/meminfo: memFree=30968424/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1422.32 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188464 0 0 0 142076 156 0 0 25 0 1 0 890365073 492019712 118772 33554432000 4194304 8979876 140734943896512 18446744073709551615 7167143 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118772 747 1169 0 118949 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 480488

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15795
/proc/meminfo: memFree=30966784/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1482.32 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188465 0 0 0 148073 159 0 0 25 0 1 0 890365073 492019712 118773 33554432000 4194304 8979876 140734943896512 18446744073709551615 7146482 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118773 747 1169 0 118949 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 480488

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15797
/proc/meminfo: memFree=30962904/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1542.32 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188465 0 0 0 154070 162 0 0 25 0 1 0 890365073 492019712 118773 33554432000 4194304 8979876 140734943896512 18446744073709551615 7146155 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118773 747 1169 0 118949 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 480488

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15799
/proc/meminfo: memFree=30958512/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1602.32 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188465 0 0 0 160067 165 0 0 25 0 1 0 890365073 492019712 118773 33554432000 4194304 8979876 140734943896512 18446744073709551615 7184794 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118773 747 1169 0 118949 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 480488

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 15800
/proc/meminfo: memFree=30955360/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1662.31 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188465 0 0 0 166063 168 0 0 25 0 1 0 890365073 492019712 118773 33554432000 4194304 8979876 140734943896512 18446744073709551615 7184974 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118773 747 1169 0 118949 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 480488

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 15802
/proc/meminfo: memFree=30951088/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1722.32 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188465 0 0 0 172060 172 0 0 25 0 1 0 890365073 492019712 118773 33554432000 4194304 8979876 140734943896512 18446744073709551615 7147035 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118773 747 1169 0 118949 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 480488

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 1.96 3/178 15803
/proc/meminfo: memFree=30948552/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1782.32 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188465 0 0 0 178056 176 0 0 25 0 1 0 890365073 492019712 118773 33554432000 4194304 8979876 140734943896512 18446744073709551615 7181998 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118773 747 1169 0 118949 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 480488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.02 1.96 3/178 15842
/proc/meminfo: memFree=31003108/32951124 swapFree=67054524/67111528
[pid=15717] ppid=15715 vsize=480488 CPUtime=1800.02 cores=1,3,5,7
/proc/15717/stat : 15717 (scip-2.0.1.4_2.) R 15715 15717 15205 0 -1 4202496 188465 0 0 0 179825 177 0 0 25 0 1 0 890365073 492019712 118773 33554432000 4194304 8979876 140734943896512 18446744073709551615 7145520 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/15717/statm: 120122 118773 747 1169 0 118949 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 480488

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.03
CPU time (s): 1800.05
CPU user time (s): 1798.26
CPU system time (s): 1.79273
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 480488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.26
system time used= 1.79273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188465
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= 4
involuntary context switches= 4735

runsolver used 2.84757 second user time and 6.74297 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-11 12:21:06
IDJOB=3485223
IDBENCH=48269
IDSOLVER=1977
FILE ID=node130/3485223-1307787666
RUNJOBID= node130-1307783469-15224
PBS_JOBID= 13550893
Free space on /tmp= 73936 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_2.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-3485223-1307787666/watcher-3485223-1307787666 -o /tmp/evaluation-result-3485223-1307787666/solver-3485223-1307787666 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485223-1307787666.opb -t 1800 -m 15500

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

MD5SUM BENCH= 24465d104818b01999b811ba346c3d8e
RANDOM SEED=2053171727

node130.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.838
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.67
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
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.838
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30981736 kB
Buffers:        263768 kB
Cached:         955812 kB
SwapCached:      10548 kB
Active:        1061816 kB
Inactive:       714672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30981736 kB
SwapTotal:    67111528 kB
SwapFree:     67054524 kB
Dirty:           17920 kB
Writeback:           0 kB
AnonPages:      554120 kB
Mapped:          15904 kB
Slab:           127944 kB
PageTables:       5856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   748664 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= 73920 MiB
End job on node130 at 2011-06-11 12:51:08