Trace number 3691334

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

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-38
Best CPU time to get the best result obtained on this benchmark1797.42
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3691334-1338024529.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 in 0.04
0.00/0.07	o 0
0.00/0.07	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.07	c presolving:
0.09/0.13	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.18/0.26	c    (0.3s) probing: 51/900 (5.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.18/0.26	c    (0.3s) probing aborted: 50/50 successive totally useless probings
0.18/0.26	c presolving (2 rounds):
0.18/0.26	c  0 deleted vars, 60 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.18/0.26	c  0 implications, 0 cliques
0.18/0.26	c presolved problem has 900 variables (900 bin, 0 int, 0 impl, 0 cont) and 900 constraints
0.18/0.26	c     900 constraints of type <knapsack>
0.18/0.26	c transformed objective value is always integral (scale: 1)
0.18/0.26	c Presolving Time: 0.22
0.18/0.26	c - non default parameters ----------------------------------------------------------------------
0.18/0.26	c # SCIP version 2.1.1.4
0.18/0.26	c 
0.18/0.26	c # maximal time in seconds to run
0.18/0.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.26	c limits/time = 1797
0.18/0.26	c 
0.18/0.26	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.26	c limits/memory = 13950
0.18/0.26	c 
0.18/0.26	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.18/0.26	c # [type: int, range: [1,2], default: 1]
0.18/0.26	c timing/clocktype = 2
0.18/0.26	c 
0.18/0.26	c # belongs reading time to solving time?
0.18/0.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.26	c timing/reading = TRUE
0.18/0.26	c 
0.18/0.26	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.18/0.26	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.26	c separating/rapidlearning/freq = 0
0.18/0.26	c 
0.18/0.26	c -----------------------------------------------------------------------------------------------
0.18/0.26	c start solving
0.18/0.26	c 
19.19/19.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.19/19.25	c t19.3s|     1 |     0 | 12846 |     - |  18M|   0 | 900 | 900 | 900 | 900 | 900 |   0 |   0 |   0 |-7.091269e+01 | 0.000000e+00 |    Inf 
19.19/19.28	o -1
19.19/19.28	c R19.3s|     1 |     0 | 12846 |     - |  18M|   0 | 900 | 900 | 900 | 900 | 900 |   0 |   0 |   0 |-7.091269e+01 |-1.000000e+00 |6991.27%
19.28/19.31	o -2
19.28/19.31	c s19.3s|     1 |     0 | 12846 |     - |  18M|   0 | 900 | 900 | 900 | 900 | 900 |   0 |   0 |   0 |-7.091269e+01 |-2.000000e+00 |3445.63%
23.09/23.17	o -33
23.09/23.17	c y23.2s|     1 |     0 | 12846 |     - |  18M|   0 | 900 | 900 | 900 | 900 | 900 |   0 |   0 |   0 |-7.091269e+01 |-3.300000e+01 | 114.89%
895.05/895.23	c   895s|     1 |     2 | 12846 |     - |  18M|   0 | 900 | 900 | 900 | 900 | 900 |   0 |   0 |  83 |-7.091269e+01 |-3.300000e+01 | 114.89%
1708.62/1708.93	o -34
1708.62/1708.93	c c1709s|    14 |    15 | 16747 | 300.1 |  19M|  13 |   - | 900 | 900 | 900 | 900 |   0 |   0 | 417 |-7.090740e+01 |-3.400000e+01 | 108.55%
1708.62/1708.93	o -37
1708.62/1708.94	c c1709s|    14 |    15 | 16754 | 300.6 |  19M|  13 |   - | 900 | 900 | 900 | 900 |   0 |   0 | 417 |-7.090740e+01 |-3.700000e+01 |  91.64%
1708.62/1708.94	o -38
1708.62/1708.94	c c1709s|    14 |    15 | 16756 | 300.8 |  19M|  13 |   - | 900 | 900 | 900 | 900 |   0 |   0 | 417 |-7.090740e+01 |-3.800000e+01 |  86.60%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3691334-1338024529/watcher-3691334-1338024529 -o /tmp/evaluation-result-3691334-1338024529/solver-3691334-1338024529 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691334-1338024529.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.00 2.00 2.00 3/176 6643
/proc/meminfo: memFree=27805012/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=10460 CPUtime=0 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 1349 0 0 0 0 0 0 0 20 0 1 0 268577239 10711040 1304 33554432000 4194304 10173063 140736685588160 140734916813464 7545739 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6643/statm: 2615 1304 408 1460 0 1146 0

[startup+0.074469 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 6643
/proc/meminfo: memFree=27805012/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=33960 CPUtime=0.07 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 7014 0 0 0 6 1 0 0 20 0 1 0 268577239 34775040 6969 33554432000 4194304 10173063 140736685588160 140734916813464 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6643/statm: 8490 6969 545 1460 0 7021 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33960

[startup+0.100262 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 6643
/proc/meminfo: memFree=27805012/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=33960 CPUtime=0.09 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 7277 0 0 0 8 1 0 0 20 0 1 0 268577239 34775040 6975 33554432000 4194304 10173063 140736685588160 140734916813464 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6643/statm: 8490 6975 550 1460 0 7021 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33960

[startup+0.300223 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 6643
/proc/meminfo: memFree=27805012/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=63684 CPUtime=0.29 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 14748 0 0 0 27 2 0 0 20 0 1 0 268577239 65212416 13866 33554432000 4194304 10173063 140736685588160 140734916813464 8887095 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6643/statm: 15921 13887 686 1460 0 14452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63684

[startup+0.700178 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 6643
/proc/meminfo: memFree=27805012/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=65336 CPUtime=0.69 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 15388 0 0 0 65 4 0 0 20 0 1 0 268577239 66904064 14505 33554432000 4194304 10173063 140736685588160 140736685582360 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6643/statm: 16334 14505 743 1460 0 14865 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65336

[startup+1.50019 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6644
/proc/meminfo: memFree=27744676/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=66652 CPUtime=1.48 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 15644 0 0 0 144 4 0 0 20 0 1 0 268577239 68251648 14758 33554432000 4194304 10173063 140736685588160 140736685581336 8846779 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6643/statm: 16663 14758 747 1460 0 15194 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 66652

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6644
/proc/meminfo: memFree=27739220/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=79348 CPUtime=3.09 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 18626 0 0 0 304 5 0 0 20 0 1 0 268577239 81252352 17871 33554432000 4194304 10173063 140736685588160 140736685579784 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 19837 17871 747 1460 0 18368 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79348

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6644
/proc/meminfo: memFree=27713784/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=94236 CPUtime=6.29 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 20342 0 0 0 623 6 0 0 20 0 1 0 268577239 96497664 21414 33554432000 4194304 10173063 140736685588160 140736685581784 8008914 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 23559 21414 747 1460 0 22090 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94236

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6644
/proc/meminfo: memFree=27701204/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=108644 CPUtime=12.68 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 22519 0 0 0 1262 6 0 0 20 0 1 0 268577239 111251456 24725 33554432000 4194304 10173063 140736685588160 140736685580024 8008254 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 27161 24725 747 1460 0 25692 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 108644

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 6644
/proc/meminfo: memFree=27673580/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=108144 CPUtime=25.48 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 30329 0 0 0 2530 18 0 0 20 0 1 0 268577239 110739456 25901 33554432000 4194304 10173063 140736685588160 140736685581288 8054318 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 27036 25901 836 1460 0 25567 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 108144

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 6644
/proc/meminfo: memFree=27654388/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=118436 CPUtime=51.08 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 36285 0 0 0 5088 20 0 0 20 0 1 0 268577239 121278464 28122 33554432000 4194304 10173063 140736685588160 140736685581336 8054704 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 29609 28122 836 1460 0 28140 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 118436

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 6647
/proc/meminfo: memFree=27647564/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=124684 CPUtime=102.28 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 47763 0 0 0 10203 25 0 0 20 0 1 0 268577239 127676416 29250 33554432000 4194304 10173063 140736685588160 140736685581336 8054989 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 31171 29250 836 1460 0 29702 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 124684

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6648
/proc/meminfo: memFree=27665036/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=106208 CPUtime=162.27 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 62429 0 0 0 16195 32 0 0 20 0 1 0 268577239 108756992 24813 33554432000 4194304 10173063 140736685588160 140736685581288 8054555 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26552 24813 836 1460 0 25083 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 106208

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6648
/proc/meminfo: memFree=27665188/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=106208 CPUtime=222.26 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 77898 0 0 0 22187 39 0 0 20 0 1 0 268577239 108756992 24803 33554432000 4194304 10173063 140736685588160 140736685581288 8054551 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26552 24803 836 1460 0 25083 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 106208

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6648
/proc/meminfo: memFree=27577732/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=118436 CPUtime=282.25 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 93149 0 0 0 28180 45 0 0 20 0 1 0 268577239 121278464 28158 33554432000 4194304 10173063 140736685588160 140736685581336 8055070 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 29609 28158 836 1460 0 28140 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 118436

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6687
/proc/meminfo: memFree=28830972/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=124684 CPUtime=342.24 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 107103 0 0 0 34173 51 0 0 20 0 1 0 268577239 127676416 29245 33554432000 4194304 10173063 140736685588160 140736685581288 8054318 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 31171 29245 836 1460 0 29702 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 124684

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6687
/proc/meminfo: memFree=28791284/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=123900 CPUtime=402.22 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 123179 0 0 0 40166 56 0 0 20 0 1 0 268577239 126873600 27179 33554432000 4194304 10173063 140736685588160 140736685580392 8056056 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 30975 27179 836 1460 0 29506 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 123900

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6688
/proc/meminfo: memFree=28770604/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=123900 CPUtime=462.21 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 137531 0 0 0 46159 62 0 0 20 0 1 0 268577239 126873600 27449 33554432000 4194304 10173063 140736685588160 140736685580392 8054496 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 30975 27449 836 1460 0 29506 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 123900

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6688
/proc/meminfo: memFree=28764724/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=118436 CPUtime=522.21 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 152898 0 0 0 52153 68 0 0 20 0 1 0 268577239 121278464 28701 33554432000 4194304 10173063 140736685588160 140736685581288 8054534 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 29609 28701 836 1460 0 28140 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 118436

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 6688
/proc/meminfo: memFree=28764660/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=118436 CPUtime=582.19 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 168370 0 0 0 58145 74 0 0 20 0 1 0 268577239 121278464 28697 33554432000 4194304 10173063 140736685588160 140736685581288 8056056 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 29609 28697 836 1460 0 28140 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 118436

[startup+642.3 s]

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

/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 250141 0 0 0 106102 111 0 0 20 0 1 0 268577239 109543424 25898 33554432000 4194304 10173063 140736685588160 140736685581288 8022613 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26744 25898 841 1460 0 25275 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 106976

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6693
/proc/meminfo: memFree=28776612/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=106976 CPUtime=1122.12 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 250141 0 0 0 112100 112 0 0 20 0 1 0 268577239 109543424 25898 33554432000 4194304 10173063 140736685588160 140736685581288 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26744 25898 841 1460 0 25275 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 106976

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6693
/proc/meminfo: memFree=28776736/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=106976 CPUtime=1182.11 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 250141 0 0 0 118098 113 0 0 20 0 1 0 268577239 109543424 25898 33554432000 4194304 10173063 140736685588160 140736685581288 8054563 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26744 25898 841 1460 0 25275 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 106976

[startup+1242.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 6693
/proc/meminfo: memFree=28776364/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=106976 CPUtime=1242.09 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 250141 0 0 0 124096 113 0 0 20 0 1 0 268577239 109543424 25898 33554432000 4194304 10173063 140736685588160 140736685580872 8055023 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26744 25898 841 1460 0 25275 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 106976

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 6696
/proc/meminfo: memFree=28776480/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=106976 CPUtime=1302.09 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 250141 0 0 0 130095 114 0 0 20 0 1 0 268577239 109543424 25898 33554432000 4194304 10173063 140736685588160 140736685581608 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26744 25898 841 1460 0 25275 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 106976

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6696
/proc/meminfo: memFree=28776612/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=106976 CPUtime=1362.08 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 250141 0 0 0 136093 115 0 0 20 0 1 0 268577239 109543424 25898 33554432000 4194304 10173063 140736685588160 140736685581656 8054514 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26744 25898 841 1460 0 25275 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 106976

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6697
/proc/meminfo: memFree=28776736/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=106976 CPUtime=1422.08 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 250141 0 0 0 142091 117 0 0 20 0 1 0 268577239 109543424 25898 33554432000 4194304 10173063 140736685588160 140736685581288 8054563 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26744 25898 841 1460 0 25275 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 106976

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6697
/proc/meminfo: memFree=28776736/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=106976 CPUtime=1482.06 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 250141 0 0 0 148088 118 0 0 20 0 1 0 268577239 109543424 25898 33554432000 4194304 10173063 140736685588160 140736685581704 8054534 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26744 25898 841 1460 0 25275 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 106976

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6697
/proc/meminfo: memFree=28776736/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=106976 CPUtime=1542.05 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 250141 0 0 0 154086 119 0 0 20 0 1 0 268577239 109543424 25898 33554432000 4194304 10173063 140736685588160 140736685581288 8054318 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26744 25898 841 1460 0 25275 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 106976

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6697
/proc/meminfo: memFree=28776488/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=106976 CPUtime=1602.04 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 250141 0 0 0 160083 121 0 0 20 0 1 0 268577239 109543424 25898 33554432000 4194304 10173063 140736685588160 140736685581656 8054989 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26744 25898 841 1460 0 25275 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 106976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6697
/proc/meminfo: memFree=28776860/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=106976 CPUtime=1662.03 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 250141 0 0 0 166081 122 0 0 20 0 1 0 268577239 109543424 25898 33554432000 4194304 10173063 140736685588160 140736685581288 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26744 25898 841 1460 0 25275 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 106976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6698
/proc/meminfo: memFree=28769168/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=116760 CPUtime=1722.03 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 254929 0 0 0 172072 131 0 0 20 0 1 0 268577239 119562240 27801 33554432000 4194304 10173063 140736685588160 140736685580392 8054534 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 29190 27801 843 1460 0 27721 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 116760

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6698
/proc/meminfo: memFree=28784976/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=107068 CPUtime=1782.01 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 279266 0 0 0 178062 139 0 0 20 0 1 0 268577239 109637632 23847 33554432000 4194304 10173063 140736685588160 140736685581288 8055010 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26767 23847 843 1460 0 25298 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 107068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6698
/proc/meminfo: memFree=28768964/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=116760 CPUtime=1800.01 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 286139 0 0 0 179860 141 0 0 20 0 1 0 268577239 119562240 27801 33554432000 4194304 10173063 140736685588160 140736685581288 8054555 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 29190 27801 843 1460 0 27721 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 116760

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -6643

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6699
/proc/meminfo: memFree=28768840/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=107068 CPUtime=1801.11 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 287110 0 0 0 179969 142 0 0 20 0 1 0 268577239 109637632 23847 33554432000 4194304 10173063 140736685588160 140736685580392 8056056 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26767 23847 843 1460 0 25298 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 107068

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6699
/proc/meminfo: memFree=28784592/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=107068 CPUtime=1801.52 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 287110 0 0 0 180010 142 0 0 20 0 1 0 268577239 109637632 23847 33554432000 4194304 10173063 140736685588160 140736685580392 8054507 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 26767 23847 843 1460 0 25298 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 107068

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6699
/proc/meminfo: memFree=28784592/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=119532 CPUtime=1801.91 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 288634 0 0 0 180049 142 0 0 20 0 1 0 268577239 122400768 28948 33554432000 4194304 10173063 140736685588160 140736685580392 8055023 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 29883 28948 843 1460 0 28414 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 119532

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6699
/proc/meminfo: memFree=28784592/32873844 swapFree=7612/7612
[pid=6643] ppid=6641 vsize=119532 CPUtime=1802.01 cores=0,2,4,6
/proc/6643/stat : 6643 (scip-2.1.1.4fix) R 6641 6643 5919 0 -1 4202496 288634 0 0 0 180059 142 0 0 20 0 1 0 268577239 122400768 28948 33554432000 4194304 10173063 140736685588160 140736685580392 8056037 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/6643/statm: 29883 28948 843 1460 0 28414 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 119532

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.31
CPU time (s): 1802.03
CPU user time (s): 1800.6
CPU system time (s): 1.42678
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 141876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.6
system time used= 1.42678
maximum resident set size= 133660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288634
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= 16
involuntary context switches= 2088

runsolver used 2.72059 second user time and 7.29989 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-26 11:28:49
IDJOB=3691334
IDBENCH=89874
IDSOLVER=2270
FILE ID=node143/3691334-1338024529
RUNJOBID= node143-1338016920-5935
PBS_JOBID= 14624332
Free space on /tmp= 71452 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-queens-30.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691334-1338024529/watcher-3691334-1338024529 -o /tmp/evaluation-result-3691334-1338024529/solver-3691334-1338024529 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691334-1338024529.opb -t 1800 -m 15500

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

MD5SUM BENCH= ac9944a86f58bd3c1af4c4c4a209f399
RANDOM SEED=1324419672

node143.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5298.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27805276 kB
Buffers:          257328 kB
Cached:          2820920 kB
SwapCached:            0 kB
Active:          1907408 kB
Inactive:        2377644 kB
Active(anon):    1209248 kB
Inactive(anon):        0 kB
Active(file):     698160 kB
Inactive(file):  2377644 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14408 kB
Writeback:             0 kB
AnonPages:       1214368 kB
Mapped:            17448 kB
Shmem:               200 kB
Slab:             641188 kB
SReclaimable:      83912 kB
SUnreclaim:       557276 kB
KernelStack:        1472 kB
PageTables:         6708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1339660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    565248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71444 MiB
End job on node143 at 2012-05-26 11:58:51