Trace number 3486412

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-queens-30.opb
MD5SUMac9944a86f58bd3c1af4c4c4a209f399
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1798.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints960
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints960
Minimum length of a constraint88
Maximum length of a constraint116
Number of terms in the objective function 900
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 900
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-3486412-1307796109.opb>
0.00/0.04	c original problem has 900 variables (900 bin, 0 int, 0 impl, 0 cont) and 960 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.06/0.07	o 0
0.06/0.07	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.06/0.07	c presolving:
0.09/0.12	c (round 1) 0 del vars, 60 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 900 upgd conss, 0 impls, 0 clqs
0.19/0.25	c    (0.2s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.25	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.25	c presolving (2 rounds):
0.19/0.25	c  0 deleted vars, 60 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.25	c  0 implications, 0 cliques
0.19/0.25	c presolved problem has 900 variables (900 bin, 0 int, 0 impl, 0 cont) and 900 constraints
0.19/0.25	c     900 constraints of type <knapsack>
0.19/0.25	c transformed objective value is always integral (scale: 1)
0.19/0.25	c Presolving Time: 0.20
0.19/0.25	c - non default parameters ----------------------------------------------------------------------
0.19/0.25	c # SCIP version 2.0.1.4
0.19/0.25	c 
0.19/0.25	c # frequency for displaying node information lines
0.19/0.25	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.25	c display/freq = 10000
0.19/0.25	c 
0.19/0.25	c # maximal time in seconds to run
0.19/0.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.25	c limits/time = 1797
0.19/0.25	c 
0.19/0.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.25	c limits/memory = 13950
0.19/0.25	c 
0.19/0.25	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.25	c # [type: int, range: [1,2], default: 1]
0.19/0.25	c timing/clocktype = 2
0.19/0.25	c 
0.19/0.25	c # belongs reading time to solving time?
0.19/0.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.25	c timing/reading = TRUE
0.19/0.25	c 
0.19/0.25	c # should presolving try to simplify inequalities
0.19/0.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.25	c constraints/linear/simplifyinequalities = TRUE
0.19/0.25	c 
0.19/0.25	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.25	c constraints/indicator/addCouplingCons = TRUE
0.19/0.25	c 
0.19/0.25	c # should presolving try to simplify knapsacks
0.19/0.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.25	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.25	c 
0.19/0.25	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.25	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.25	c separating/rapidlearning/freq = 0
0.19/0.25	c 
0.19/0.25	c -----------------------------------------------------------------------------------------------
0.19/0.25	c start solving
0.19/0.25	c 
38.99/39.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.99/39.06	c t39.1s|     1 |     0 | 14600 |     - |  18M|   0 | 900 | 900 | 900 | 900 | 900 |   0 |   0 |   0 |-7.091269e+01 | 0.000000e+00 | 100.00%
38.99/39.09	o -1
38.99/39.09	c R39.1s|     1 |     0 | 14600 |     - |  18M|   0 | 900 | 900 | 900 | 900 | 900 |   0 |   0 |   0 |-7.091269e+01 |-1.000000e+00 |  98.59%
39.09/39.12	o -2
39.09/39.12	c s39.1s|     1 |     0 | 14600 |     - |  18M|   0 | 900 | 900 | 900 | 900 | 900 |   0 |   0 |   0 |-7.091269e+01 |-2.000000e+00 |  97.18%
41.49/41.54	o -34
41.49/41.54	c y41.5s|     1 |     0 | 14600 |     - |  18M|   0 | 900 | 900 | 900 | 900 | 900 |   0 |   0 |   0 |-7.091269e+01 |-3.400000e+01 |  52.05%
807.22/807.27	c   807s|     1 |     2 | 14600 |     - |  18M|   0 | 900 | 900 | 900 | 900 | 900 |   0 |   0 |  76 |-7.091269e+01 |-3.400000e+01 |  52.05%
1395.84/1395.87	o -35
1395.84/1395.87	c c1396s|    14 |    15 | 18215 | 278.1 |  19M|  13 |   - | 900 | 900 | 900 | 900 |   0 |   0 | 353 |-7.090740e+01 |-3.500000e+01 |  50.64%
1395.84/1395.87	o -36
1395.84/1395.87	c c1396s|    14 |    15 | 18215 | 278.1 |  19M|  13 |   - | 900 | 900 | 900 | 900 |   0 |   0 | 353 |-7.090740e+01 |-3.600000e+01 |  49.23%

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-3486412-1307796109/watcher-3486412-1307796109 -o /tmp/evaluation-result-3486412-1307796109/solver-3486412-1307796109 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486412-1307796109.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.01 2.00 2/178 1016
/proc/meminfo: memFree=30864236/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=6720 CPUtime=0 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 837 0 0 0 0 0 0 0 25 0 1 0 891208810 6881280 791 33554432000 4194304 8979876 140733506740288 18446744073709551615 7714688 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1016/statm: 1681 800 329 1169 0 508 0

[startup+0.070527 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 1016
/proc/meminfo: memFree=30864236/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=33904 CPUtime=0.06 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 7212 0 0 0 6 0 0 0 25 0 1 0 891208810 34717696 7166 33554432000 4194304 8979876 140733506740288 18446744073709551615 4786285 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 8476 7166 461 1169 0 7303 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33904

[startup+0.100519 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 1016
/proc/meminfo: memFree=30864236/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=36796 CPUtime=0.09 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 8223 0 0 0 9 0 0 0 25 0 1 0 891208810 37679104 7920 33554432000 4194304 8979876 140733506740288 18446744073709551615 6779003 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 9199 7927 492 1169 0 8026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36796

[startup+0.300495 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 1016
/proc/meminfo: memFree=30864236/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=65244 CPUtime=0.29 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 15474 0 0 0 28 1 0 0 18 0 1 0 891208810 66809856 14591 33554432000 4194304 8979876 140733506740288 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 16311 14591 617 1169 0 15138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65244

[startup+0.700415 s]
/proc/loadavg: 2.00 2.01 2.00 2/178 1016
/proc/meminfo: memFree=30864236/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=65244 CPUtime=0.69 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 15517 0 0 0 66 3 0 0 18 0 1 0 891208810 66809856 14634 33554432000 4194304 8979876 140733506740288 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 16311 14634 618 1169 0 15138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65244

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 1017
/proc/meminfo: memFree=30808448/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=65244 CPUtime=1.49 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 15622 0 0 0 144 5 0 0 19 0 1 0 891208810 66809856 14732 33554432000 4194304 8979876 140733506740288 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 16311 14732 622 1169 0 15138 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65244

[startup+3.10098 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 1017
/proc/meminfo: memFree=30803612/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=76584 CPUtime=3.1 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 18516 0 0 0 303 7 0 0 23 0 1 0 891208810 78422016 17587 33554432000 4194304 8979876 140733506740288 18446744073709551615 7192509 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 19146 17587 622 1169 0 17973 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 76584

[startup+6.30039 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 1017
/proc/meminfo: memFree=30782436/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=95908 CPUtime=6.29 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 24608 0 0 0 621 8 0 0 25 0 1 0 891208810 98209792 21818 33554432000 4194304 8979876 140733506740288 18446744073709551615 7144962 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 23977 21818 904 1169 0 22804 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95908

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 1018
/proc/meminfo: memFree=30768300/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=113176 CPUtime=12.69 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 27745 0 0 0 1260 9 0 0 25 0 1 0 891208810 115892224 24673 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184825 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 28294 24673 622 1169 0 27121 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113176

[startup+25.5008 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 1018
/proc/meminfo: memFree=30765156/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=116196 CPUtime=25.49 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 33127 0 0 0 2538 11 0 0 25 0 1 0 891208810 118984704 25503 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184974 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 29049 25503 622 1169 0 27876 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116196

[startup+51.1011 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 1019
/proc/meminfo: memFree=30749248/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=51.09 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49895 0 0 0 5095 14 0 0 25 0 1 0 891208810 125333504 29374 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184835 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29374 689 1169 0 29426 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 122396

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1020
/proc/meminfo: memFree=30742784/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=102.3 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49895 0 0 0 10215 15 0 0 25 0 1 0 891208810 125333504 29374 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184960 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29374 689 1169 0 29426 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 122396

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 1022
/proc/meminfo: memFree=30722060/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=162.3 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49895 0 0 0 16215 15 0 0 25 0 1 0 891208810 125333504 29374 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184855 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29374 689 1169 0 29426 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 122396

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 1023
/proc/meminfo: memFree=30721280/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=222.3 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49895 0 0 0 22215 15 0 0 25 0 1 0 891208810 125333504 29374 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29374 689 1169 0 29426 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 122396

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 1025
/proc/meminfo: memFree=30745808/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=282.3 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49895 0 0 0 28214 16 0 0 25 0 1 0 891208810 125333504 29374 33554432000 4194304 8979876 140733506740288 18446744073709551615 7181981 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29374 689 1169 0 29426 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 122396

[startup+342.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 1026
/proc/meminfo: memFree=30742312/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=342.3 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49895 0 0 0 34214 16 0 0 25 0 1 0 891208810 125333504 29374 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184974 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29374 689 1169 0 29426 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 122396

[startup+402.301 s]
/proc/loadavg: 2.16 2.07 2.01 3/179 1028
/proc/meminfo: memFree=30703724/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=402.3 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49895 0 0 0 40213 17 0 0 25 0 1 0 891208810 125333504 29374 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184816 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29374 689 1169 0 29426 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 122396

[startup+462.301 s]
/proc/loadavg: 2.15 2.08 2.02 3/179 1030
/proc/meminfo: memFree=30703700/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=462.31 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49895 0 0 0 46213 18 0 0 25 0 1 0 891208810 125333504 29374 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184622 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29374 689 1169 0 29426 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 122396

[startup+522.301 s]
/proc/loadavg: 2.06 2.06 2.01 3/179 1031
/proc/meminfo: memFree=30743720/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=522.3 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49895 0 0 0 52212 18 0 0 25 0 1 0 891208810 125333504 29374 33554432000 4194304 8979876 140733506740288 18446744073709551615 7185296 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29374 689 1169 0 29426 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 122396

[startup+582.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/179 1033
/proc/meminfo: memFree=30702024/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=582.31 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49895 0 0 0 58213 18 0 0 25 0 1 0 891208810 125333504 29374 33554432000 4194304 8979876 140733506740288 18446744073709551615 7185260 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29374 689 1169 0 29426 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 122396

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 1.43 1.86 1.95 2/173 1063
/proc/meminfo: memFree=31446960/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=822.32 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49896 0 0 0 82211 21 0 0 25 0 1 0 891208810 125333504 29375 33554432000 4194304 8979876 140733506740288 18446744073709551615 7166505 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29375 690 1169 0 29426 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 122396

[startup+882.301 s]
/proc/loadavg: 1.14 1.69 1.88 2/173 1065
/proc/meminfo: memFree=31447052/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=882.32 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49896 0 0 0 88210 22 0 0 25 0 1 0 891208810 125333504 29375 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184974 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29375 690 1169 0 29426 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 122396

[startup+942.301 s]
/proc/loadavg: 1.10 1.59 1.83 2/173 1066
/proc/meminfo: memFree=31447044/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=942.32 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49896 0 0 0 94208 24 0 0 25 0 1 0 891208810 125333504 29375 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184622 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29375 690 1169 0 29426 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 122396

[startup+1002.3 s]
/proc/loadavg: 1.03 1.47 1.77 2/173 1068
/proc/meminfo: memFree=31447012/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=1002.33 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49896 0 0 0 100207 26 0 0 25 0 1 0 891208810 125333504 29375 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184810 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29375 690 1169 0 29426 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 122396

[startup+1062.3 s]
/proc/loadavg: 1.01 1.39 1.72 2/173 1070
/proc/meminfo: memFree=31446996/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=1062.33 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49896 0 0 0 106205 28 0 0 25 0 1 0 891208810 125333504 29375 33554432000 4194304 8979876 140733506740288 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29375 690 1169 0 29426 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 122396

[startup+1122.3 s]
/proc/loadavg: 1.05 1.32 1.68 2/173 1071
/proc/meminfo: memFree=31447080/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=1122.33 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49896 0 0 0 112203 30 0 0 25 0 1 0 891208810 125333504 29375 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184622 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29375 690 1169 0 29426 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 122396

[startup+1182.3 s]
/proc/loadavg: 1.02 1.27 1.64 2/173 1082
/proc/meminfo: memFree=31447288/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=1182.33 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49896 0 0 0 118200 33 0 0 25 0 1 0 891208810 125333504 29375 33554432000 4194304 8979876 140733506740288 18446744073709551615 7146592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29375 690 1169 0 29426 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 122396

[startup+1242.3 s]
/proc/loadavg: 1.00 1.21 1.59 2/173 1083
/proc/meminfo: memFree=31447268/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=1242.33 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49896 0 0 0 124198 35 0 0 25 0 1 0 891208810 125333504 29375 33554432000 4194304 8979876 140733506740288 18446744073709551615 7185282 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29375 690 1169 0 29426 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 122396

[startup+1302.3 s]
/proc/loadavg: 1.00 1.17 1.55 2/173 1085
/proc/meminfo: memFree=31447240/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=1302.33 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49896 0 0 0 130193 40 0 0 25 0 1 0 891208810 125333504 29375 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184622 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29375 690 1169 0 29426 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 122396

[startup+1362.3 s]
/proc/loadavg: 1.00 1.14 1.51 2/173 1089
/proc/meminfo: memFree=31447228/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=122396 CPUtime=1362.34 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 49898 0 0 0 136190 44 0 0 25 0 1 0 891208810 125333504 29377 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184803 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 30599 29377 692 1169 0 29426 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 122396

[startup+1422.31 s]
/proc/loadavg: 1.05 1.12 1.48 2/173 1091
/proc/meminfo: memFree=31453028/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=124008 CPUtime=1422.34 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 66666 0 0 0 142179 55 0 0 25 0 1 0 891208810 126984192 28232 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184835 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 31002 28232 692 1169 0 29829 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 124008

[startup+1482.3 s]
/proc/loadavg: 1.02 1.10 1.45 2/173 1093
/proc/meminfo: memFree=31453004/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=129012 CPUtime=1482.34 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 116604 0 0 0 148170 64 0 0 25 0 1 0 891208810 132108288 29526 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184797 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 32253 29526 692 1169 0 31080 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 129012

[startup+1542.3 s]
/proc/loadavg: 1.00 1.08 1.42 2/173 1094
/proc/meminfo: memFree=31462892/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=106836 CPUtime=1542.34 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 165770 0 0 0 154163 71 0 0 25 0 1 0 891208810 109400064 25714 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184810 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 26709 25714 692 1169 0 25536 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 106836

[startup+1602.3 s]
/proc/loadavg: 1.07 1.09 1.40 2/173 1096
/proc/meminfo: memFree=31447736/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=106836 CPUtime=1602.34 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 218631 0 0 0 160155 79 0 0 25 0 1 0 891208810 109400064 25675 33554432000 4194304 8979876 140733506740288 18446744073709551615 7167037 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 26709 25675 692 1169 0 25536 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 106836

[startup+1662.3 s]
/proc/loadavg: 1.12 1.10 1.38 2/173 1098
/proc/meminfo: memFree=31461716/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=108052 CPUtime=1662.35 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 228021 0 0 0 166153 82 0 0 25 0 1 0 891208810 110645248 26006 33554432000 4194304 8979876 140733506740288 18446744073709551615 7186208 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 27013 26006 692 1169 0 25840 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 108052

[startup+1722.3 s]
/proc/loadavg: 1.10 1.10 1.36 2/173 1099
/proc/meminfo: memFree=31461564/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=108052 CPUtime=1722.35 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 228021 0 0 0 172151 84 0 0 25 0 1 0 891208810 110645248 26006 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184622 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 27013 26006 692 1169 0 25840 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 108052

[startup+1782.3 s]
/proc/loadavg: 1.13 1.10 1.35 2/173 1101
/proc/meminfo: memFree=31461180/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=117196 CPUtime=1782.35 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 228038 0 0 0 178149 86 0 0 25 0 1 0 891208810 120008704 26023 33554432000 4194304 8979876 140733506740288 18446744073709551615 7144233 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 29299 26023 692 1169 0 28126 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 117196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.10 1.10 1.34 2/173 1101
/proc/meminfo: memFree=31461172/32951124 swapFree=67072804/67111528
[pid=1016] ppid=1014 vsize=117196 CPUtime=1800.05 cores=1,3,5,7
/proc/1016/stat : 1016 (scip-2.0.1.4_2.) R 1014 1016 31857 0 -1 4202496 228038 0 0 0 179918 87 0 0 25 0 1 0 891208810 120008704 26023 33554432000 4194304 8979876 140733506740288 18446744073709551615 7184974 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1016/statm: 29299 26023 692 1169 0 28126 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 117196

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.01
CPU time (s): 1800.07
CPU user time (s): 1799.19
CPU system time (s): 0.878866
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 143780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.878866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228038
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= 6
involuntary context switches= 2630

runsolver used 2.58761 second user time and 6.69698 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 14:41:49
IDJOB=3486412
IDBENCH=89874
IDSOLVER=1977
FILE ID=node135/3486412-1307796109
RUNJOBID= node135-1307783023-31876
PBS_JOBID= 13550884
Free space on /tmp= 73880 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-queens-30.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-3486412-1307796109/watcher-3486412-1307796109 -o /tmp/evaluation-result-3486412-1307796109/solver-3486412-1307796109 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486412-1307796109.opb -t 1800 -m 15500

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

MD5SUM BENCH= ac9944a86f58bd3c1af4c4c4a209f399
RANDOM SEED=548915772

node135.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.851
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.70
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30864788 kB
Buffers:        232448 kB
Cached:         970408 kB
SwapCached:       6548 kB
Active:        1321344 kB
Inactive:       578304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30864788 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           17484 kB
Writeback:           0 kB
AnonPages:      695768 kB
Mapped:          13476 kB
Slab:           120748 kB
PageTables:       5668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   880944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73884 MiB
End job on node135 at 2011-06-11 15:11:51