Trace number 3732822

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? (TO) 1802.03 1802.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUMb7796d84094d982e45331121511974b4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2514
Best CPU time to get the best result obtained on this benchmark1802.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2297
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
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 constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
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 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [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-3732822-1338705282.opb>
0.00/0.08	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 10000 constraints
0.00/0.08	c problem read
0.00/0.08	c presolving settings loaded
0.09/0.14	o 10000
0.09/0.14	c feasible solution found by trivial heuristic, objective value  1.000000e+04
0.09/0.14	c presolving:
0.19/0.21	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10000 upgd conss, 0 impls, 0 clqs
0.19/0.24	c    (0.2s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.24	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.24	c presolving (2 rounds):
0.19/0.24	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.24	c  0 implications, 0 cliques
0.19/0.24	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 10000 constraints
0.19/0.24	c   10000 constraints of type <logicor>
0.19/0.24	c transformed objective value is always integral (scale: 1)
0.19/0.24	c Presolving Time: 0.13
0.19/0.24	c - non default parameters ----------------------------------------------------------------------
0.19/0.24	c # SCIP version 2.0.1.5
0.19/0.24	c 
0.19/0.24	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.19/0.24	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.24	c conflict/interconss = 0
0.19/0.24	c 
0.19/0.24	c # should binary conflicts be preferred?
0.19/0.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.24	c conflict/preferbinary = TRUE
0.19/0.24	c 
0.19/0.24	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.19/0.24	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.24	c constraints/agelimit = 1
0.19/0.24	c 
0.19/0.24	c # should enforcement of pseudo solution be disabled?
0.19/0.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.24	c constraints/disableenfops = TRUE
0.19/0.24	c 
0.19/0.24	c # frequency for displaying node information lines
0.19/0.24	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.24	c display/freq = 10000
0.19/0.24	c 
0.19/0.24	c # maximal time in seconds to run
0.19/0.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.24	c limits/time = 1797
0.19/0.24	c 
0.19/0.24	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.24	c limits/memory = 13950
0.19/0.24	c 
0.19/0.24	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.24	c # [type: int, range: [1,2], default: 1]
0.19/0.24	c timing/clocktype = 2
0.19/0.24	c 
0.19/0.24	c # belongs reading time to solving time?
0.19/0.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.24	c timing/reading = TRUE
0.19/0.24	c 
0.19/0.24	c # should presolving try to simplify inequalities
0.19/0.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.24	c constraints/linear/simplifyinequalities = TRUE
0.19/0.24	c 
0.19/0.24	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.24	c constraints/indicator/addCouplingCons = TRUE
0.19/0.24	c 
0.19/0.24	c # should presolving try to simplify knapsacks
0.19/0.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.24	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.24	c 
0.19/0.24	c -----------------------------------------------------------------------------------------------
0.19/0.24	c start solving
0.19/0.25	c 

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-3732822-1338705282/watcher-3732822-1338705282 -o /tmp/evaluation-result-3732822-1338705282/solver-3732822-1338705282 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3732822-1338705282.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 4755
/proc/meminfo: memFree=27779984/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=10952 CPUtime=0 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 1620 0 0 0 0 0 0 0 20 0 1 0 336595261 11214848 1575 33554432000 4194304 9016284 140736847170832 140736847169768 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 2738 1584 340 1178 0 1556 0

[startup+0.099557 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 4755
/proc/meminfo: memFree=27779984/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=37884 CPUtime=0.09 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 8448 0 0 0 8 1 0 0 20 0 1 0 336595261 38793216 8401 33554432000 4194304 9016284 140736847170832 140736847034728 4320503 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 9471 8401 406 1178 0 8289 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37884

[startup+0.100341 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 4755
/proc/meminfo: memFree=27779984/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=37884 CPUtime=0.09 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 8468 0 0 0 8 1 0 0 20 0 1 0 336595261 38793216 8421 33554432000 4194304 9016284 140736847170832 140736847034728 4320263 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 9471 8421 406 1178 0 8289 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37884

[startup+0.300322 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 4755
/proc/meminfo: memFree=27779984/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=73932 CPUtime=0.29 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 18000 0 0 0 26 3 0 0 20 0 1 0 336595261 75706368 17028 33554432000 4194304 9016284 140736847170832 140736847034728 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 18483 17028 596 1178 0 17301 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73932

[startup+0.700242 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 4755
/proc/meminfo: memFree=27779984/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=76860 CPUtime=0.69 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 18591 0 0 0 66 3 0 0 20 0 1 0 336595261 78704640 17514 33554432000 4194304 9016284 140736847170832 140736847034728 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 19215 17514 596 1178 0 18033 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76860

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4756
/proc/meminfo: memFree=27710504/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=80564 CPUtime=1.48 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 19806 0 0 0 145 3 0 0 20 0 1 0 336595261 82497536 18590 33554432000 4194304 9016284 140736847170832 140736847165000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 20141 18590 598 1178 0 18959 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 80564

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4756
/proc/meminfo: memFree=27707652/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=80564 CPUtime=3.09 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 19911 0 0 0 305 4 0 0 20 0 1 0 336595261 82497536 18695 33554432000 4194304 9016284 140736847170832 140736847164744 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 20141 18695 598 1178 0 18959 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80564

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4756
/proc/meminfo: memFree=27705048/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=82864 CPUtime=6.29 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 20408 0 0 0 624 5 0 0 20 0 1 0 336595261 84852736 19181 33554432000 4194304 9016284 140736847170832 140736847164616 7179959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 20716 19181 601 1178 0 19534 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82864

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4756
/proc/meminfo: memFree=27702788/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=85216 CPUtime=12.69 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 21018 0 0 0 1264 5 0 0 20 0 1 0 336595261 87261184 19791 33554432000 4194304 9016284 140736847170832 140736847164616 7157162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 21304 19791 601 1178 0 20122 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85216

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4756
/proc/meminfo: memFree=27699952/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=88432 CPUtime=25.48 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 23726 0 0 0 2541 7 0 0 20 0 1 0 336595261 90554368 20604 33554432000 4194304 9016284 140736847170832 140736847164616 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 22108 20604 601 1178 0 20926 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 88432

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4756
/proc/meminfo: memFree=27693876/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=100672 CPUtime=51.09 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 25830 0 0 0 5100 9 0 0 20 0 1 0 336595261 103088128 23713 33554432000 4194304 9016284 140736847170832 140736847165064 7189345 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 25168 23713 601 1178 0 23986 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 100672

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4756
/proc/meminfo: memFree=27687732/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=98352 CPUtime=102.28 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 26005 0 0 0 10213 15 0 0 20 0 1 0 336595261 100712448 23579 33554432000 4194304 9016284 140736847170832 140736847164616 7181002 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 24588 23579 601 1178 0 23406 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 98352

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4756
/proc/meminfo: memFree=27685680/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=101384 CPUtime=162.26 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 26946 0 0 0 16205 21 0 0 20 0 1 0 336595261 103817216 24412 33554432000 4194304 9016284 140736847170832 140736847164616 6863440 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 25346 24412 601 1178 0 24164 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 101384

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4757
/proc/meminfo: memFree=27682256/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=104808 CPUtime=222.25 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 27172 0 0 0 22200 25 0 0 20 0 1 0 336595261 107323392 24927 33554432000 4194304 9016284 140736847170832 140736847165064 7189216 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 26202 24927 601 1178 0 25020 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 104808

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 4757
/proc/meminfo: memFree=27680768/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=107344 CPUtime=282.24 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 28413 0 0 0 28194 30 0 0 20 0 1 0 336595261 109920256 25902 33554432000 4194304 9016284 140736847170832 140736847165112 7179980 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 26836 25902 601 1178 0 25654 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 107344

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 4760
/proc/meminfo: memFree=27679824/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=107344 CPUtime=342.23 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 28414 0 0 0 34188 35 0 0 20 0 1 0 336595261 109920256 25902 33554432000 4194304 9016284 140736847170832 140736847164616 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 26836 25902 601 1178 0 25654 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 107344

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 4760
/proc/meminfo: memFree=27678220/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=107344 CPUtime=402.22 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 28414 0 0 0 40182 40 0 0 20 0 1 0 336595261 109920256 25902 33554432000 4194304 9016284 140736847170832 140736847163752 7191696 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 26836 25902 601 1178 0 25654 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 107344

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4760
/proc/meminfo: memFree=27679644/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=107344 CPUtime=462.21 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 28414 0 0 0 46177 44 0 0 20 0 1 0 336595261 109920256 25902 33554432000 4194304 9016284 140736847170832 140736847165064 7219374 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 26836 25902 601 1178 0 25654 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 107344

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4761
/proc/meminfo: memFree=27678404/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=107344 CPUtime=522.2 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 28414 0 0 0 52172 48 0 0 20 0 1 0 336595261 109920256 25902 33554432000 4194304 9016284 140736847170832 140736847164616 7181505 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 26836 25902 601 1178 0 25654 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 107344

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4762
/proc/meminfo: memFree=27679324/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=107344 CPUtime=582.2 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 28414 0 0 0 58166 54 0 0 20 0 1 0 336595261 109920256 25902 33554432000 4194304 9016284 140736847170832 140736847163752 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 26836 25902 601 1178 0 25654 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 107344

[startup+642.3 s]

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

/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 29960 0 0 0 106126 87 0 0 20 0 1 0 336595261 125923328 29809 33554432000 4194304 9016284 140736847170832 140736847164616 7179980 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 30743 29809 601 1178 0 29561 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 122972

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4957
/proc/meminfo: memFree=27664456/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=128844 CPUtime=1122.11 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 30406 0 0 0 112121 90 0 0 20 0 1 0 336595261 131936256 31277 33554432000 4194304 9016284 140736847170832 140736847163752 7201879 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 32211 31277 601 1178 0 31029 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 128844

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4957
/proc/meminfo: memFree=27662656/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=128844 CPUtime=1182.11 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 30406 0 0 0 118117 94 0 0 20 0 1 0 336595261 131936256 31277 33554432000 4194304 9016284 140736847170832 140736847165064 7179939 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 32211 31277 601 1178 0 31029 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 128844

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4957
/proc/meminfo: memFree=27649564/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=128844 CPUtime=1242.09 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 30417 0 0 0 124112 97 0 0 20 0 1 0 336595261 131936256 31288 33554432000 4194304 9016284 140736847170832 140736847164616 7157134 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 32211 31288 601 1178 0 31029 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 128844

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4957
/proc/meminfo: memFree=27645720/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=128844 CPUtime=1302.09 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 31402 0 0 0 130107 102 0 0 20 0 1 0 336595261 131936256 31288 33554432000 4194304 9016284 140736847170832 140736847165064 7179103 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 32211 31288 601 1178 0 31029 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 128844

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4957
/proc/meminfo: memFree=27645720/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=128844 CPUtime=1362.08 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 31402 0 0 0 136103 105 0 0 20 0 1 0 336595261 131936256 31288 33554432000 4194304 9016284 140736847170832 140736847163752 7219243 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 32211 31288 601 1178 0 31029 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 128844

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4958
/proc/meminfo: memFree=27645464/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=135936 CPUtime=1422.07 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 31507 0 0 0 142099 108 0 0 20 0 1 0 336595261 139198464 31393 33554432000 4194304 9016284 140736847170832 140736847163752 7219694 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 33984 31393 601 1178 0 32802 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 135936

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4958
/proc/meminfo: memFree=27644720/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=135936 CPUtime=1482.06 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 31507 0 0 0 148094 112 0 0 20 0 1 0 336595261 139198464 31393 33554432000 4194304 9016284 140736847170832 140736847164616 7179990 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 33984 31393 601 1178 0 32802 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 135936

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4961
/proc/meminfo: memFree=27637760/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=135936 CPUtime=1542.05 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 32050 0 0 0 154091 114 0 0 20 0 1 0 336595261 139198464 32958 33554432000 4194304 9016284 140736847170832 140736847164616 7218031 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 33984 32958 601 1178 0 32802 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 135936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4984
/proc/meminfo: memFree=27637700/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=135936 CPUtime=1602.04 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 32064 0 0 0 160086 118 0 0 20 0 1 0 336595261 139198464 32972 33554432000 4194304 9016284 140736847170832 140736847165064 7181022 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 33984 32972 601 1178 0 32802 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 135936

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4984
/proc/meminfo: memFree=27629332/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=141256 CPUtime=1662.03 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 32616 0 0 0 166082 121 0 0 20 0 1 0 336595261 144646144 34145 33554432000 4194304 9016284 140736847170832 140736847164616 7219179 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 35314 34145 601 1178 0 34132 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 141256

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4985
/proc/meminfo: memFree=27629076/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=141256 CPUtime=1722.02 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 32616 0 0 0 172077 125 0 0 20 0 1 0 336595261 144646144 34145 33554432000 4194304 9016284 140736847170832 140736847164616 7191706 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 35314 34145 601 1178 0 34132 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 141256

[startup+1782.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 4985
/proc/meminfo: memFree=27628952/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=141256 CPUtime=1782.01 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 32616 0 0 0 178073 128 0 0 20 0 1 0 336595261 144646144 34145 33554432000 4194304 9016284 140736847170832 140736847165112 7181009 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 35314 34145 601 1178 0 34132 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 141256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.10 2.03 2.01 4/177 4985
/proc/meminfo: memFree=27629324/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=141256 CPUtime=1800.02 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 32616 0 0 0 179873 129 0 0 20 0 1 0 336595261 144646144 34145 33554432000 4194304 9016284 140736847170832 140736847164616 7219008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 35314 34145 601 1178 0 34132 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 141256

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4755

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

[startup+1801.4 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 4986
/proc/meminfo: memFree=27629324/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=141256 CPUtime=1801.11 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 32616 0 0 0 179982 129 0 0 20 0 1 0 336595261 144646144 34145 33554432000 4194304 9016284 140736847170832 140736847162304 7178327 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 35314 34145 601 1178 0 34132 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 141256

[startup+1801.81 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 4986
/proc/meminfo: memFree=27663140/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=110284 CPUtime=1801.51 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 33661 0 0 0 180022 129 0 0 20 0 1 0 336595261 112930816 25681 33554432000 4194304 9016284 140736847170832 140736847162304 7219216 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 27571 25681 601 1178 0 26389 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 110284

[startup+1802.2 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 4986
/proc/meminfo: memFree=27663140/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=110284 CPUtime=1801.91 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 33719 0 0 0 180062 129 0 0 20 0 1 0 336595261 112930816 25739 33554432000 4194304 9016284 140736847170832 140736847164200 7219197 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 27571 25739 601 1178 0 26389 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 110284

[startup+1802.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 4986
/proc/meminfo: memFree=27663140/32873844 swapFree=7128/7128
[pid=4755] ppid=4753 vsize=110284 CPUtime=1802.01 cores=1,3,5,7
/proc/4755/stat : 4755 (scip-2.0.1.4b_2) R 4753 4755 25330 0 -1 4202496 33719 0 0 0 180072 129 0 0 20 0 1 0 336595261 112930816 25739 33554432000 4194304 9016284 140736847170832 140736847164200 7217963 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4755/statm: 27571 25739 601 1178 0 26389 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 110284

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.31
CPU time (s): 1802.03
CPU user time (s): 1800.73
CPU system time (s): 1.2978
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 151880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.73
system time used= 1.2978
maximum resident set size= 145756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33719
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= 13
involuntary context switches= 1856

runsolver used 3.2575 second user time and 7.66284 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 08:34:43
IDJOB=3732822
IDBENCH=2218
IDSOLVER=2329
FILE ID=node105/3732822-1338705282
RUNJOBID= node105-1338679210-1718
PBS_JOBID= 14636708
Free space on /tmp= 71260 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g100x100.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732822-1338705282/watcher-3732822-1338705282 -o /tmp/evaluation-result-3732822-1338705282/solver-3732822-1338705282 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3732822-1338705282.opb -t 1800 -m 15500

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

MD5SUM BENCH= b7796d84094d982e45331121511974b4
RANDOM SEED=1682286398

node105.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.882
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.76
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.882
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.882
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.882
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.882
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	: 5438.54
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.882
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	: 5331.91
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27779984 kB
Buffers:          549340 kB
Cached:          3547760 kB
SwapCached:         1700 kB
Active:          1161064 kB
Inactive:        3050980 kB
Active(anon):     111112 kB
Inactive(anon):     4800 kB
Active(file):    1049952 kB
Inactive(file):  3046180 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             17264 kB
Writeback:             0 kB
AnonPages:        119128 kB
Mapped:            11772 kB
Shmem:                 0 kB
Slab:             741424 kB
SReclaimable:     182980 kB
SUnreclaim:       558444 kB
KernelStack:        1464 kB
PageTables:         3964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     235660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 71244 MiB
End job on node105 at 2012-06-03 09:04:45