Trace number 3450235

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1802.06 1802.03

General information on the benchmark

Name/OPT-SMALLINT-LIN/featureSubscription/
normalized-50-250-false-45-90-4-7000opt.opb
MD5SUM2dd11ebefc05ae8ac770ff3615713305
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-172
Best CPU time to get the best result obtained on this benchmark11.0973
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2025
Total number of constraints62231
Number of constraints which are clauses62231
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 135
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 347
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 347
Number of bits of the biggest sum of numbers9
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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3450235-1307114044.opb>
0.40/0.41	c original problem has 2025 variables (2025 bin, 0 int, 0 impl, 0 cont) and 62231 constraints
0.40/0.41	c problem read
0.40/0.41	c presolving settings loaded
0.40/0.49	o 0
0.40/0.49	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.40/0.49	c presolving:
0.49/0.56	c (round 1) 194 del vars, 194 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2340 impls, 0 clqs
0.69/0.75	c (round 2) 194 del vars, 898 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 61333 upgd conss, 2340 impls, 0 clqs
0.79/0.82	c    (0.8s) probing: 101/1831 (5.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.79/0.82	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.79/0.82	c presolving (3 rounds):
0.79/0.82	c  194 deleted vars, 898 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.79/0.82	c  2340 implications, 0 cliques
0.79/0.82	c presolved problem has 1831 variables (1831 bin, 0 int, 0 impl, 0 cont) and 61333 constraints
0.79/0.82	c     976 constraints of type <setppc>
0.79/0.82	c   60357 constraints of type <logicor>
0.79/0.82	c transformed objective value is always integral (scale: 1)
0.79/0.82	c Presolving Time: 0.34
0.79/0.82	c - non default parameters ----------------------------------------------------------------------
0.79/0.82	c # SCIP version 2.0.1.5
0.79/0.82	c 
0.79/0.82	c # frequency for displaying node information lines
0.79/0.82	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.82	c display/freq = 10000
0.79/0.82	c 
0.79/0.82	c # maximal time in seconds to run
0.79/0.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.82	c limits/time = 1800
0.79/0.82	c 
0.79/0.82	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.82	c limits/memory = 13950
0.79/0.82	c 
0.79/0.82	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.79/0.82	c # [type: int, range: [1,2], default: 1]
0.79/0.82	c timing/clocktype = 2
0.79/0.82	c 
0.79/0.82	c # belongs reading time to solving time?
0.79/0.82	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.82	c timing/reading = TRUE
0.79/0.82	c 
0.79/0.82	c # should presolving try to simplify inequalities
0.79/0.82	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.82	c constraints/linear/simplifyinequalities = TRUE
0.79/0.82	c 
0.79/0.82	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.79/0.82	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.82	c constraints/indicator/addCouplingCons = TRUE
0.79/0.82	c 
0.79/0.82	c # should presolving try to simplify knapsacks
0.79/0.82	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.82	c constraints/knapsack/simplifyinequalities = TRUE
0.79/0.82	c 
0.79/0.82	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.79/0.82	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.82	c separating/rapidlearning/freq = 0
0.79/0.82	c 
0.79/0.82	c -----------------------------------------------------------------------------------------------
0.79/0.82	c start solving
0.79/0.82	c 
191.29/191.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.29/191.37	c t 191s|     1 |     0 | 51697 |     - |  79M|   0 |1826 |1831 |  61k|1831 |  61k|   0 |   0 |   0 |-2.642299e+02 | 0.000000e+00 | 100.00%
191.40/191.43	o -11
191.40/191.43	c R 191s|     1 |     0 | 51697 |     - |  79M|   0 |1826 |1831 |  61k|1831 |  61k|   0 |   0 |   0 |-2.642299e+02 |-1.100000e+01 |  95.84%
191.40/191.49	o -14
191.40/191.49	c s 191s|     1 |     0 | 51697 |     - |  79M|   0 |1826 |1831 |  61k|1831 |  61k|   0 |   0 |   0 |-2.642299e+02 |-1.400000e+01 |  94.70%
380.79/380.88	c   381s|     1 |     0 | 97083 |     - |  83M|   0 |1824 |1831 |  61k|1831 |  61k|   5 |   0 |   0 |-2.556743e+02 |-1.400000e+01 |  94.52%
380.79/380.89	o -35
380.79/380.89	c b 381s|     1 |     0 | 97083 |     - |  83M|   0 |1824 |1831 |  61k|1831 |  61k|   5 |   0 |   0 |-2.556743e+02 |-3.500000e+01 |  86.31%
530.79/530.86	c   531s|     1 |     0 |134244 |     - |  87M|   0 |1825 |1831 |  61k|1831 |  61k|  10 |   0 |   0 |-2.541847e+02 |-3.500000e+01 |  86.23%
530.89/530.90	o -49
530.89/530.90	c b 531s|     1 |     0 |134244 |     - |  87M|   0 |1825 |1831 |  61k|1831 |  61k|  10 |   0 |   0 |-2.541847e+02 |-4.900000e+01 |  80.72%
695.31/695.33	c   695s|     1 |     0 |161663 |     - |  87M|   0 |1830 |1831 |  61k|1831 |  61k| 188 |   0 |   0 |-2.526115e+02 |-4.900000e+01 |  80.60%
878.79/878.84	c   879s|     1 |     0 |192445 |     - |  87M|   0 |1829 |1831 |  61k|1831 |  61k| 192 |   0 |   0 |-2.500343e+02 |-4.900000e+01 |  80.40%
1115.11/1115.18	c  1115s|     1 |     0 |245214 |     - |  94M|   0 |1823 |1831 |  61k|1831 |  61k| 206 |   0 |   0 |-2.468621e+02 |-4.900000e+01 |  80.15%
1286.51/1286.58	c  1287s|     1 |     0 |280279 |     - | 101M|   0 |1819 |1831 |  61k|1831 |  61k| 258 |   0 |   0 |-2.450450e+02 |-4.900000e+01 |  80.00%
1347.71/1347.75	c  1348s|     1 |     0 |291478 |     - | 108M|   0 |1814 |1831 |  61k|1831 |  61k| 262 |   0 |   0 |-2.431025e+02 |-4.900000e+01 |  79.84%
1529.21/1529.29	c  1529s|     1 |     0 |328321 |     - | 113M|   0 |1822 |1831 |  61k|1831 |  61k| 267 |   0 |   0 |-2.405773e+02 |-4.900000e+01 |  79.63%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3450235-1307114044/watcher-3450235-1307114044 -o /tmp/evaluation-result-3450235-1307114044/solver-3450235-1307114044 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450235-1307114044.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.01 2.02 2.00 2/446 12183
/proc/meminfo: memFree=31326384/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=13896 CPUtime=0 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 2445 0 0 0 0 0 0 0 25 0 1 0 823003218 14229504 2399 33554432000 4194304 9163163 140736178489408 18446744073709551615 8045195 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12183/statm: 3474 2399 395 1214 0 2256 0

[startup+0.103062 s]
/proc/loadavg: 2.01 2.02 2.00 2/446 12183
/proc/meminfo: memFree=31326384/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=20976 CPUtime=0.09 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 4240 0 0 0 9 0 0 0 25 0 1 0 823003218 21479424 4194 33554432000 4194304 9163163 140736178489408 18446744073709551615 8041824 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12183/statm: 5244 4194 395 1214 0 4026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20976

[startup+0.201079 s]
/proc/loadavg: 2.01 2.02 2.00 2/446 12183
/proc/meminfo: memFree=31326384/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=26832 CPUtime=0.19 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 5703 0 0 0 19 0 0 0 25 0 1 0 823003218 27475968 5657 33554432000 4194304 9163163 140736178489408 18446744073709551615 6165479 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12183/statm: 6708 5657 395 1214 0 5490 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26832

[startup+0.301049 s]
/proc/loadavg: 2.01 2.02 2.00 2/446 12183
/proc/meminfo: memFree=31326384/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=33008 CPUtime=0.3 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 7250 0 0 0 29 1 0 0 25 0 1 0 823003218 33800192 7204 33554432000 4194304 9163163 140736178489408 18446744073709551615 4338883 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12183/statm: 8252 7204 395 1214 0 7034 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 33008

[startup+0.701042 s]
/proc/loadavg: 2.01 2.02 2.00 2/446 12183
/proc/meminfo: memFree=31326384/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=105072 CPUtime=0.69 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 27158 0 0 0 66 3 0 0 25 0 1 0 823003218 107593728 24883 33554432000 4194304 9163163 140736178489408 18446744073709551615 6923001 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 26268 24883 525 1214 0 25050 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 105072

[startup+1.5009 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12184
/proc/meminfo: memFree=31160824/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=201700 CPUtime=1.49 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 53518 0 0 0 144 5 0 0 25 0 1 0 823003218 206540800 45887 33554432000 4194304 9163163 140736178489408 18446744073709551615 7110314 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 50425 45887 886 1214 0 49207 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 201700

[startup+3.10061 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12184
/proc/meminfo: memFree=31134040/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=209108 CPUtime=3.09 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 57212 0 0 0 303 6 0 0 25 0 1 0 823003218 214126592 48844 33554432000 4194304 9163163 140736178489408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 52277 48844 699 1214 0 51059 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 209108

[startup+6.30094 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12184
/proc/meminfo: memFree=31131520/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=209720 CPUtime=6.29 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 57340 0 0 0 622 7 0 0 25 0 1 0 823003218 214753280 48915 33554432000 4194304 9163163 140736178489408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 52430 48915 642 1214 0 51212 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 209720

[startup+12.7008 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12184
/proc/meminfo: memFree=31118888/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=224532 CPUtime=12.69 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 60479 0 0 0 1261 8 0 0 25 0 1 0 823003218 229920768 52054 33554432000 4194304 9163163 140736178489408 18446744073709551615 7413850 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 56133 52054 854 1214 0 54915 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 224532

[startup+25.5006 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 12185
/proc/meminfo: memFree=31110328/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=229032 CPUtime=25.49 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 62716 0 0 0 2539 10 0 0 25 0 1 0 823003218 234528768 54220 33554432000 4194304 9163163 140736178489408 18446744073709551615 7349126 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 57258 54220 848 1214 0 56040 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 229032

[startup+51.1012 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 12185
/proc/meminfo: memFree=31108760/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=229660 CPUtime=51.09 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 63000 0 0 0 5096 13 0 0 25 0 1 0 823003218 235171840 54480 33554432000 4194304 9163163 140736178489408 18446744073709551615 7349096 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 57415 54480 848 1214 0 56197 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 229660

[startup+102.301 s]
/proc/loadavg: 2.15 2.04 2.01 3/447 12187
/proc/meminfo: memFree=31106980/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=229660 CPUtime=102.3 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 63006 0 0 0 10213 17 0 0 25 0 1 0 823003218 235171840 54486 33554432000 4194304 9163163 140736178489408 18446744073709551615 7348530 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 57415 54486 848 1214 0 56197 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 229660

[startup+162.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/447 12188
/proc/meminfo: memFree=31105068/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=229660 CPUtime=162.29 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 63007 0 0 0 16207 22 0 0 25 0 1 0 823003218 235171840 54487 33554432000 4194304 9163163 140736178489408 18446744073709551615 7349114 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 57415 54487 848 1214 0 56197 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 229660

[startup+222.317 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 12218
/proc/meminfo: memFree=30967128/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=215912 CPUtime=222.31 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 65879 0 0 0 22202 29 0 0 25 0 1 0 823003218 221093888 51375 33554432000 4194304 9163163 140736178489408 18446744073709551615 7079610 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 53978 51375 1083 1214 0 52760 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 215912

[startup+282.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/447 12219
/proc/meminfo: memFree=30966684/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=215912 CPUtime=282.29 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 65964 0 0 0 28195 34 0 0 25 0 1 0 823003218 221093888 51460 33554432000 4194304 9163163 140736178489408 18446744073709551615 7347247 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 53978 51460 1083 1214 0 52760 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 215912

[startup+342.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/447 12221
/proc/meminfo: memFree=30967620/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=215912 CPUtime=342.28 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 65970 0 0 0 34189 39 0 0 25 0 1 0 823003218 221093888 51466 33554432000 4194304 9163163 140736178489408 18446744073709551615 7274233 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 53978 51466 1083 1214 0 52760 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 215912

[startup+402.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/447 12223
/proc/meminfo: memFree=30968060/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=218588 CPUtime=402.28 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 67474 0 0 0 40183 45 0 0 25 0 1 0 823003218 223834112 50822 33554432000 4194304 9163163 140736178489408 18446744073709551615 7348243 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 54647 50822 834 1214 0 53429 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 218588

[startup+462.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/447 12224
/proc/meminfo: memFree=30966124/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=218588 CPUtime=462.29 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 67788 0 0 0 46178 51 0 0 25 0 1 0 823003218 223834112 51136 33554432000 4194304 9163163 140736178489408 18446744073709551615 7348549 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 54647 51136 834 1214 0 53429 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 218588

[startup+522.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 12226
/proc/meminfo: memFree=30964592/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=218588 CPUtime=522.29 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 67872 0 0 0 52172 57 0 0 25 0 1 0 823003218 223834112 51220 33554432000 4194304 9163163 140736178489408 18446744073709551615 7348249 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 54647 51220 834 1214 0 53429 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 218588

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 12227
/proc/meminfo: memFree=30959676/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=221688 CPUtime=582.29 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 69020 0 0 0 58163 66 0 0 25 0 1 0 823003218 227008512 52368 33554432000 4194304 9163163 140736178489408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 55422 52368 834 1214 0 54204 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 221688

[startup+642.301 s]

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

/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 72364 0 0 0 106112 118 0 0 25 0 1 0 823003218 236998656 55521 33554432000 4194304 9163163 140736178489408 18446744073709551615 7348526 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 57861 55521 792 1214 0 56643 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 231444

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 12242
/proc/meminfo: memFree=30929392/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=231444 CPUtime=1122.3 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 72364 0 0 0 112107 123 0 0 25 0 1 0 823003218 236998656 55521 33554432000 4194304 9163163 140736178489408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 57861 55521 792 1214 0 56643 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 231444

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 12243
/proc/meminfo: memFree=30911624/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=238636 CPUtime=1182.3 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 74071 0 0 0 118098 132 0 0 25 0 1 0 823003218 244363264 57196 33554432000 4194304 9163163 140736178489408 18446744073709551615 7348243 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 59659 57196 760 1214 0 58441 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 238636

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 12245
/proc/meminfo: memFree=30900540/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=238636 CPUtime=1242.3 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 74095 0 0 0 124093 137 0 0 25 0 1 0 823003218 244363264 57220 33554432000 4194304 9163163 140736178489408 18446744073709551615 7349114 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 59659 57220 760 1214 0 58441 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 238636

[startup+1302.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/447 12247
/proc/meminfo: memFree=30883144/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=260440 CPUtime=1302.31 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 78927 0 0 0 130087 144 0 0 25 0 1 0 823003218 266690560 62052 33554432000 4194304 9163163 140736178489408 18446744073709551615 8045625 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 65110 62052 1193 1214 0 63892 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 260440

[startup+1362.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/447 12248
/proc/meminfo: memFree=30897100/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=247844 CPUtime=1362.31 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 79623 0 0 0 136080 151 0 0 25 0 1 0 823003218 253792256 58570 33554432000 4194304 9163163 140736178489408 18446744073709551615 7447580 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 61961 58570 1193 1214 0 60743 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 247844

[startup+1422.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 12250
/proc/meminfo: memFree=30879324/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=257652 CPUtime=1422.32 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 84099 0 0 0 142071 161 0 0 25 0 1 0 823003218 263835648 62915 33554432000 4194304 9163163 140736178489408 18446744073709551615 7348642 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 64413 62915 1062 1214 0 63195 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 257652

[startup+1482.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/447 12251
/proc/meminfo: memFree=30873700/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=257652 CPUtime=1482.31 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 84274 0 0 0 148065 166 0 0 25 0 1 0 823003218 263835648 62918 33554432000 4194304 9163163 140736178489408 18446744073709551615 7348184 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 64413 62918 890 1214 0 63195 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 257652

[startup+1542.32 s]
/proc/loadavg: 2.06 2.04 2.00 3/447 12253
/proc/meminfo: memFree=30874016/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=257652 CPUtime=1542.33 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 84333 0 0 0 154060 173 0 0 25 0 1 0 823003218 263835648 62921 33554432000 4194304 9163163 140736178489408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 64413 62921 834 1214 0 63195 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 257652

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 12255
/proc/meminfo: memFree=30869160/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=267548 CPUtime=1602.32 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 85211 0 0 0 160049 183 0 0 25 0 1 0 823003218 273969152 63702 33554432000 4194304 9163163 140736178489408 18446744073709551615 7349096 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 66887 63702 737 1214 0 65669 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 267548

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 12256
/proc/meminfo: memFree=30878036/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=267548 CPUtime=1662.31 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 85273 0 0 0 166043 188 0 0 25 0 1 0 823003218 273969152 63764 33554432000 4194304 9163163 140736178489408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 66887 63764 737 1214 0 65669 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 267548

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 12258
/proc/meminfo: memFree=30868568/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=274912 CPUtime=1722.32 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 88269 0 0 0 172039 193 0 0 25 0 1 0 823003218 281509888 66183 33554432000 4194304 9163163 140736178489408 18446744073709551615 7349448 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 68728 66183 737 1214 0 67510 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 274912

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 12259
/proc/meminfo: memFree=30867888/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=274912 CPUtime=1782.32 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 88269 0 0 0 178035 197 0 0 25 0 1 0 823003218 281509888 66183 33554432000 4194304 9163163 140736178489408 18446744073709551615 7348408 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 68728 66183 737 1214 0 67510 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 274912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 12260
/proc/meminfo: memFree=30868504/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=274912 CPUtime=1800.02 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 88269 0 0 0 179803 199 0 0 25 0 1 0 823003218 281509888 66183 33554432000 4194304 9163163 140736178489408 18446744073709551615 7348149 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 68728 66183 737 1214 0 67510 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 274912

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12183

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

[startup+1800.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/448 12261
/proc/meminfo: memFree=30867872/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=274912 CPUtime=1800.72 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 88269 0 0 0 179873 199 0 0 25 0 1 0 823003218 281509888 66183 33554432000 4194304 9163163 140736178489408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 68728 66183 737 1214 0 67510 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 274912

[startup+1801.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/448 12261
/proc/meminfo: memFree=30867872/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=274912 CPUtime=1801.52 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 88269 0 0 0 179953 199 0 0 25 0 1 0 823003218 281509888 66183 33554432000 4194304 9163163 140736178489408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 68728 66183 737 1214 0 67510 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 274912

[startup+1801.92 s]
/proc/loadavg: 2.00 2.01 2.00 3/448 12261
/proc/meminfo: memFree=30867748/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=274912 CPUtime=1801.93 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 88269 0 0 0 179994 199 0 0 25 0 1 0 823003218 281509888 66183 33554432000 4194304 9163163 140736178489408 18446744073709551615 7349329 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 68728 66183 737 1214 0 67510 0
Current children cumulated CPU time (s) 1801.93
Current children cumulated vsize (KiB) 274912

[startup+1802 s]
/proc/loadavg: 2.00 2.01 2.00 3/448 12261
/proc/meminfo: memFree=30867748/32950928 swapFree=34365992/67111528
[pid=12183] ppid=12181 vsize=274912 CPUtime=1802.02 cores=0,2,4,6
/proc/12183/stat : 12183 (scip-2.0.1.4b.l) R 12181 12183 10081 0 -1 4202496 88269 0 0 0 180003 199 0 0 25 0 1 0 823003218 281509888 66183 33554432000 4194304 9163163 140736178489408 18446744073709551615 7349100 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12183/statm: 68728 66183 737 1214 0 67510 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 274912

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1802.06
CPU user time (s): 1800.05
CPU system time (s): 2.01069
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 274912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.05
system time used= 2.01069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88269
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= 2
involuntary context switches= 2765

runsolver used 8.04178 second user time and 18.1472 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 17:14:05
IDJOB=3450235
IDBENCH=71830
IDSOLVER=1948
FILE ID=node120/3450235-1307114044
RUNJOBID= node120-1307110430-11754
PBS_JOBID= 13498002
Free space on /tmp= 73800 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/featureSubscription/normalized-50-250-false-45-90-4-7000opt.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450235-1307114044/watcher-3450235-1307114044 -o /tmp/evaluation-result-3450235-1307114044/solver-3450235-1307114044 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450235-1307114044.opb -t 1800 -m 15500

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

MD5SUM BENCH= 2dd11ebefc05ae8ac770ff3615713305
RANDOM SEED=1910387919

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.75
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.809
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.809
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.809
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.82
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.809
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:     32950928 kB
MemFree:      31326672 kB
Buffers:        267920 kB
Cached:         975812 kB
SwapCached:      12852 kB
Active:         405884 kB
Inactive:       927252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31326672 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           14400 kB
Writeback:           0 kB
AnonPages:       86684 kB
Mapped:          12144 kB
Slab:           132304 kB
PageTables:      91304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105469992 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= 73784 MiB
End job on node120 at 2011-06-03 17:44:07