Trace number 3485217

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.07 1800.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_5.opb
MD5SUM0aee483b23f7a5b1d2af91be543c550b
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.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -143
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)63180
Sum of products size (including duplicates)126360
Number of different products31590
Sum of products size63180

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-3485217-1307787112.opb>
0.00/0.07	c original problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
0.00/0.07	c problem read
0.00/0.07	c presolving settings loaded
0.19/0.26	o 0
0.19/0.26	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.19/0.26	c presolving:
0.59/0.65	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 254720 impls, 2000 clqs
1.29/1.39	c    (1.4s) probing: 101/33590 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.29/1.39	c    (1.4s) probing aborted: 100/100 successive totally useless probings
1.29/1.39	c presolving (2 rounds):
1.29/1.39	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.29/1.39	c  254720 implications, 2000 cliques
1.29/1.39	c presolved problem has 33590 variables (33590 bin, 0 int, 0 impl, 0 cont) and 34591 constraints
1.29/1.39	c    3000 constraints of type <setppc>
1.29/1.39	c   31590 constraints of type <and>
1.29/1.39	c       1 constraints of type <linear>
1.29/1.39	c transformed objective value is always integral (scale: 1)
1.29/1.39	c Presolving Time: 1.30
1.29/1.39	c - non default parameters ----------------------------------------------------------------------
1.29/1.39	c # SCIP version 2.0.1.4
1.29/1.39	c 
1.29/1.39	c # frequency for displaying node information lines
1.29/1.39	c # [type: int, range: [-1,2147483647], default: 100]
1.29/1.39	c display/freq = 10000
1.29/1.39	c 
1.29/1.39	c # maximal time in seconds to run
1.29/1.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.39	c limits/time = 1797
1.29/1.39	c 
1.29/1.39	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.39	c limits/memory = 13950
1.29/1.39	c 
1.29/1.39	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.29/1.39	c # [type: int, range: [1,2], default: 1]
1.29/1.39	c timing/clocktype = 2
1.29/1.39	c 
1.29/1.39	c # belongs reading time to solving time?
1.29/1.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.39	c timing/reading = TRUE
1.29/1.39	c 
1.29/1.39	c # should presolving try to simplify inequalities
1.29/1.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.39	c constraints/linear/simplifyinequalities = TRUE
1.29/1.39	c 
1.29/1.39	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.29/1.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.39	c constraints/indicator/addCouplingCons = TRUE
1.29/1.39	c 
1.29/1.39	c # should presolving try to simplify knapsacks
1.29/1.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.39	c constraints/knapsack/simplifyinequalities = TRUE
1.29/1.39	c 
1.29/1.39	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.29/1.39	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.39	c separating/rapidlearning/freq = 0
1.29/1.39	c 
1.29/1.39	c -----------------------------------------------------------------------------------------------
1.29/1.39	c start solving
1.39/1.40	c 
503.50/503.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
503.50/503.59	c t 504s|     1 |     0 | 39601 |     - | 141M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
503.80/503.83	o -18
503.80/503.83	c s 504s|     1 |     0 | 39601 |     - | 142M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 |-1.800000e+01 |  96.40%
506.70/506.77	o -19
506.70/506.77	c U 507s|     1 |     0 | 39601 |     - | 150M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 |-1.900000e+01 |  96.20%
901.71/901.72	c   902s|     1 |     0 | 59998 |     - | 151M|   0 |  18k|  33k|  34k|  33k|  66k| 380 |   0 |   0 |-5.000000e+02 |-1.900000e+01 |  96.20%
1347.92/1347.92	c  1348s|     1 |     0 | 85164 |     - | 152M|   0 |  18k|  33k|  34k|  33k|  66k| 589 |   0 |   0 |-5.000000e+02 |-1.900000e+01 |  96.20%

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-3485217-1307787112/watcher-3485217-1307787112 -o /tmp/evaluation-result-3485217-1307787112/solver-3485217-1307787112 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485217-1307787112.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: 2.03 2.00 1.85 4/176 19772
/proc/meminfo: memFree=31588784/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=11088 CPUtime=0 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 1776 0 0 0 0 0 0 0 25 0 1 0 890313784 11354112 1730 33554432000 4194304 8979876 140736967668416 18446744073709551615 4329888 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19772/statm: 2772 1730 367 1169 0 1599 0

[startup+0.09833 s]
/proc/loadavg: 2.03 2.00 1.85 4/176 19772
/proc/meminfo: memFree=31588784/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=32924 CPUtime=0.08 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 6995 0 0 0 8 0 0 0 25 0 1 0 890313784 33714176 6949 33554432000 4194304 8979876 140736967668416 18446744073709551615 7770715 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19772/statm: 8264 6963 456 1169 0 7091 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32924

[startup+0.100309 s]
/proc/loadavg: 2.03 2.00 1.85 4/176 19772
/proc/meminfo: memFree=31588784/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=33800 CPUtime=0.09 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 7191 0 0 0 9 0 0 0 25 0 1 0 890313784 34611200 7145 33554432000 4194304 8979876 140736967668416 18446744073709551615 4530332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19772/statm: 8450 7145 456 1169 0 7277 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33800

[startup+0.300293 s]
/proc/loadavg: 2.03 2.00 1.85 4/176 19772
/proc/meminfo: memFree=31588784/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=82008 CPUtime=0.29 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 19547 0 0 0 28 1 0 0 25 0 1 0 890313784 83976192 19046 33554432000 4194304 8979876 140736967668416 18446744073709551615 7836093 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19772/statm: 20502 19046 480 1169 0 19329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82008

[startup+0.70022 s]
/proc/loadavg: 2.03 2.00 1.85 4/176 19772
/proc/meminfo: memFree=31588784/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=101852 CPUtime=0.69 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 25276 0 0 0 67 2 0 0 25 0 1 0 890313784 104296448 24021 33554432000 4194304 8979876 140736967668416 18446744073709551615 7836088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19772/statm: 25463 24021 507 1169 0 24290 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101852

[startup+1.50108 s]
/proc/loadavg: 2.03 2.00 1.85 3/178 19774
/proc/meminfo: memFree=31458616/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=146904 CPUtime=1.49 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 37036 0 0 0 146 3 0 0 25 0 1 0 890313784 150429696 35436 33554432000 4194304 8979876 140736967668416 18446744073709551615 7843542 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19772/statm: 36726 35436 564 1169 0 35553 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146904

[startup+3.1008 s]
/proc/loadavg: 2.03 2.00 1.85 3/178 19774
/proc/meminfo: memFree=31277592/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=271144 CPUtime=3.09 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 67226 0 0 0 301 8 0 0 25 0 1 0 890313784 277651456 63367 33554432000 4194304 8979876 140736967668416 18446744073709551615 6937234 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19772/statm: 67786 63367 668 1169 0 66613 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 271144

[startup+6.30024 s]
/proc/loadavg: 2.02 2.00 1.85 4/178 19774
/proc/meminfo: memFree=31252304/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=277624 CPUtime=6.29 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 69612 0 0 0 621 8 0 0 25 0 1 0 890313784 284286976 65645 33554432000 4194304 8979876 140736967668416 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19772/statm: 69406 65645 625 1169 0 68233 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 277624

[startup+12.7011 s]
/proc/loadavg: 2.02 2.00 1.85 4/178 19774
/proc/meminfo: memFree=31247376/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=278148 CPUtime=12.69 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 69812 0 0 0 1260 9 0 0 25 0 1 0 890313784 284823552 65845 33554432000 4194304 8979876 140736967668416 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19772/statm: 69537 65845 625 1169 0 68364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 278148

[startup+25.5008 s]
/proc/loadavg: 2.02 2.00 1.85 3/178 19775
/proc/meminfo: memFree=31221032/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=284964 CPUtime=25.5 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 72114 0 0 0 2540 10 0 0 25 0 1 0 890313784 291803136 68083 33554432000 4194304 8979876 140736967668416 18446744073709551615 6829023 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19772/statm: 71241 68083 629 1169 0 70068 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 284964

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 1.85 4/178 19775
/proc/meminfo: memFree=31219392/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=293876 CPUtime=51.09 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 74356 0 0 0 5097 12 0 0 25 0 1 0 890313784 300929024 70324 33554432000 4194304 8979876 140736967668416 18446744073709551615 7154972 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 73469 70324 629 1169 0 72296 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 293876

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.86 4/178 19777
/proc/meminfo: memFree=31215692/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=299776 CPUtime=102.29 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 89158 0 0 0 10213 16 0 0 25 0 1 0 890313784 306970624 71102 33554432000 4194304 8979876 140736967668416 18446744073709551615 7184608 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 74944 71102 629 1169 0 73771 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 299776

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.86 4/178 19778
/proc/meminfo: memFree=31201020/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=315012 CPUtime=162.3 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 96005 0 0 0 16210 20 0 0 25 0 1 0 890313784 322572288 74814 33554432000 4194304 8979876 140736967668416 18446744073709551615 7146987 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 78753 74814 629 1169 0 77580 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 315012

[startup+222.301 s]
/proc/loadavg: 2.05 2.01 1.87 3/178 19780
/proc/meminfo: memFree=31197220/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=323936 CPUtime=222.29 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 96951 0 0 0 22207 22 0 0 25 0 1 0 890313784 331710464 75760 33554432000 4194304 8979876 140736967668416 18446744073709551615 6942992 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 80984 75760 629 1169 0 79811 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 323936

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.88 4/178 19782
/proc/meminfo: memFree=31182016/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=338980 CPUtime=282.3 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 105172 0 0 0 28205 25 0 0 25 0 1 0 890313784 347115520 80006 33554432000 4194304 8979876 140736967668416 18446744073709551615 6943050 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 84745 80006 629 1169 0 83572 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 338980

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 19783
/proc/meminfo: memFree=31175016/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=338980 CPUtime=342.3 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 106455 0 0 0 34203 27 0 0 25 0 1 0 890313784 347115520 81289 33554432000 4194304 8979876 140736967668416 18446744073709551615 7184974 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 84745 81289 629 1169 0 83572 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 338980

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.89 4/178 19785
/proc/meminfo: memFree=31174824/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=338980 CPUtime=402.3 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 106456 0 0 0 40201 29 0 0 25 0 1 0 890313784 347115520 81290 33554432000 4194304 8979876 140736967668416 18446744073709551615 7185294 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 84745 81290 629 1169 0 83572 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 338980

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.90 4/178 19786
/proc/meminfo: memFree=31174884/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=338980 CPUtime=462.3 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 106456 0 0 0 46199 31 0 0 25 0 1 0 890313784 347115520 81290 33554432000 4194304 8979876 140736967668416 18446744073709551615 6942032 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 84745 81290 629 1169 0 83572 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 338980

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.90 4/178 19788
/proc/meminfo: memFree=31052676/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=453480 CPUtime=522.3 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 148840 0 0 0 52189 41 0 0 25 0 1 0 890313784 464363520 111828 33554432000 4194304 8979876 140736967668416 18446744073709551615 6890496 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 113370 111828 689 1169 0 112197 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 453480

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 19790
/proc/meminfo: memFree=31052720/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=453480 CPUtime=582.3 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 148841 0 0 0 58185 45 0 0 25 0 1 0 890313784 464363520 111829 33554432000 4194304 8979876 140736967668416 18446744073709551615 6890500 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 113370 111829 690 1169 0 112197 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 453480

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.02 2.01 1.91 4/178 19796
/proc/meminfo: memFree=31050836/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=453480 CPUtime=822.31 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 149327 0 0 0 82176 55 0 0 25 0 1 0 890313784 464363520 112315 33554432000 4194304 8979876 140736967668416 18446744073709551615 7122750 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 113370 112315 763 1169 0 112197 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 453480

[startup+882.301 s]
/proc/loadavg: 2.01 2.00 1.91 4/178 19798
/proc/meminfo: memFree=31035256/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=882.31 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157505 0 0 0 88173 58 0 0 25 0 1 0 890313784 482598912 116222 33554432000 4194304 8979876 140736967668416 18446744073709551615 7147031 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116222 763 1169 0 116649 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 471288

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19799
/proc/meminfo: memFree=31034456/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=942.31 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157723 0 0 0 94170 61 0 0 25 0 1 0 890313784 482598912 116440 33554432000 4194304 8979876 140736967668416 18446744073709551615 6888336 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116440 763 1169 0 116649 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 471288

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 19801
/proc/meminfo: memFree=31034156/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1002.31 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157754 0 0 0 100167 64 0 0 25 0 1 0 890313784 482598912 116471 33554432000 4194304 8979876 140736967668416 18446744073709551615 6937437 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116471 793 1169 0 116649 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 471288

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19802
/proc/meminfo: memFree=31034204/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1062.32 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157754 0 0 0 106164 68 0 0 25 0 1 0 890313784 482598912 116471 33554432000 4194304 8979876 140736967668416 18446744073709551615 7184835 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116471 793 1169 0 116649 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 471288

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 19804
/proc/meminfo: memFree=31034136/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1122.32 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157754 0 0 0 112161 71 0 0 25 0 1 0 890313784 482598912 116471 33554432000 4194304 8979876 140736967668416 18446744073709551615 7145571 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116471 793 1169 0 116649 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 471288

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 19806
/proc/meminfo: memFree=31034168/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1182.32 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157775 0 0 0 118159 73 0 0 25 0 1 0 890313784 482598912 116492 33554432000 4194304 8979876 140736967668416 18446744073709551615 7118933 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116492 793 1169 0 116649 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 471288

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19807
/proc/meminfo: memFree=31034108/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1242.32 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157775 0 0 0 124157 75 0 0 25 0 1 0 890313784 482598912 116492 33554432000 4194304 8979876 140736967668416 18446744073709551615 7156033 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116492 793 1169 0 116649 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 471288

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 19809
/proc/meminfo: memFree=31034036/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1302.33 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157775 0 0 0 130155 78 0 0 25 0 1 0 890313784 482598912 116492 33554432000 4194304 8979876 140736967668416 18446744073709551615 7197437 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116492 793 1169 0 116649 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 471288

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/178 19810
/proc/meminfo: memFree=31034084/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1362.32 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157775 0 0 0 136152 80 0 0 25 0 1 0 890313784 482598912 116492 33554432000 4194304 8979876 140736967668416 18446744073709551615 6890532 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116492 793 1169 0 116649 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 471288

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.92 3/178 19812
/proc/meminfo: memFree=31033924/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1422.33 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157826 0 0 0 142149 84 0 0 25 0 1 0 890313784 482598912 116492 33554432000 4194304 8979876 140736967668416 18446744073709551615 7146622 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116492 742 1169 0 116649 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 471288

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 19814
/proc/meminfo: memFree=31033972/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1482.32 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157826 0 0 0 148145 87 0 0 25 0 1 0 890313784 482598912 116492 33554432000 4194304 8979876 140736967668416 18446744073709551615 6884021 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116492 742 1169 0 116649 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 471288

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19815
/proc/meminfo: memFree=31033784/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1542.33 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157826 0 0 0 154143 90 0 0 25 0 1 0 890313784 482598912 116492 33554432000 4194304 8979876 140736967668416 18446744073709551615 7183484 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116492 742 1169 0 116649 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 471288

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 19817
/proc/meminfo: memFree=31033720/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1602.33 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157826 0 0 0 160142 91 0 0 25 0 1 0 890313784 482598912 116492 33554432000 4194304 8979876 140736967668416 18446744073709551615 7184835 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116492 742 1169 0 116649 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 471288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19818
/proc/meminfo: memFree=31033892/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1662.33 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157826 0 0 0 166139 94 0 0 25 0 1 0 890313784 482598912 116492 33554432000 4194304 8979876 140736967668416 18446744073709551615 7093030 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116492 742 1169 0 116649 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 471288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 19820
/proc/meminfo: memFree=31033836/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1722.33 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157826 0 0 0 172138 95 0 0 25 0 1 0 890313784 482598912 116492 33554432000 4194304 8979876 140736967668416 18446744073709551615 7146592 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116492 742 1169 0 116649 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 471288

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 19822
/proc/meminfo: memFree=31033880/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1782.34 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157826 0 0 0 178136 98 0 0 25 0 1 0 890313784 482598912 116492 33554432000 4194304 8979876 140736967668416 18446744073709551615 7122758 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116492 742 1169 0 116649 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 471288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19860
/proc/meminfo: memFree=31087520/32951124 swapFree=67052812/67111528
[pid=19772] ppid=19770 vsize=471288 CPUtime=1800.03 cores=0,2,4,6
/proc/19772/stat : 19772 (scip-2.0.1.4_2.) R 19770 19772 19591 0 -1 4202496 157826 0 0 0 179905 98 0 0 25 0 1 0 890313784 482598912 116492 33554432000 4194304 8979876 140736967668416 18446744073709551615 7184843 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/19772/statm: 117822 116492 742 1169 0 116649 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 471288

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.07
CPU user time (s): 1799.06
CPU system time (s): 1.00785
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 471740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.00785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157826
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= 3
involuntary context switches= 2971

runsolver used 2.67759 second user time and 5.54516 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-11 12:11:52
IDJOB=3485217
IDBENCH=48263
IDSOLVER=1977
FILE ID=node103/3485217-1307787112
RUNJOBID= node103-1307785314-19609
PBS_JOBID= 13550909
Free space on /tmp= 74068 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_5.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-3485217-1307787112/watcher-3485217-1307787112 -o /tmp/evaluation-result-3485217-1307787112/solver-3485217-1307787112 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485217-1307787112.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0aee483b23f7a5b1d2af91be543c550b
RANDOM SEED=216801634

node103.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.858
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.71
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.858
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.858
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.858
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.77
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.858
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.858
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.75
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.858
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.83
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31593204 kB
Buffers:        288120 kB
Cached:         831756 kB
SwapCached:      22864 kB
Active:         524404 kB
Inactive:       625388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31593204 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:           34176 kB
Writeback:           0 kB
AnonPages:       26508 kB
Mapped:           8580 kB
Slab:           143140 kB
PageTables:       3880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186632 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= 74036 MiB
End job on node103 at 2011-06-11 12:41:54