Trace number 3452364

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.0.1.4. with SoPlex 1.5.0.4? (TO) 1802.14 1802.14

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_4.opb
MD5SUM95a6f76009dbd8a204f015cb008300c0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-133
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -146
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63184
Sum of products size (including duplicates)126368
Number of different products31592
Sum of products size63184

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
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-3452364-1307109834.opb>
0.09/0.10	c original problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
0.09/0.10	c problem read
0.09/0.10	c presolving settings loaded
0.19/0.27	o 0
0.19/0.27	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.19/0.27	c presolving:
0.59/0.63	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 254736 impls, 2000 clqs
1.29/1.31	c    (1.3s) probing: 101/33592 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.29/1.31	c    (1.3s) probing aborted: 100/100 successive totally useless probings
1.29/1.32	c presolving (2 rounds):
1.29/1.32	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.29/1.32	c  254736 implications, 2000 cliques
1.29/1.32	c presolved problem has 33592 variables (33592 bin, 0 int, 0 impl, 0 cont) and 34593 constraints
1.29/1.32	c    3000 constraints of type <setppc>
1.29/1.32	c   31592 constraints of type <and>
1.29/1.32	c       1 constraints of type <linear>
1.29/1.32	c transformed objective value is always integral (scale: 1)
1.29/1.32	c Presolving Time: 1.21
1.29/1.32	c - non default parameters ----------------------------------------------------------------------
1.29/1.32	c # SCIP version 2.0.1.4
1.29/1.32	c 
1.29/1.32	c # frequency for displaying node information lines
1.29/1.32	c # [type: int, range: [-1,2147483647], default: 100]
1.29/1.32	c display/freq = 10000
1.29/1.32	c 
1.29/1.32	c # maximal time in seconds to run
1.29/1.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.32	c limits/time = 1800
1.29/1.32	c 
1.29/1.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.32	c limits/memory = 13950
1.29/1.32	c 
1.29/1.32	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.29/1.32	c # [type: int, range: [1,2], default: 1]
1.29/1.32	c timing/clocktype = 2
1.29/1.32	c 
1.29/1.32	c # belongs reading time to solving time?
1.29/1.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.32	c timing/reading = TRUE
1.29/1.32	c 
1.29/1.32	c # should presolving try to simplify inequalities
1.29/1.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.32	c constraints/linear/simplifyinequalities = TRUE
1.29/1.32	c 
1.29/1.32	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.29/1.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.32	c constraints/indicator/addCouplingCons = TRUE
1.29/1.32	c 
1.29/1.32	c # should presolving try to simplify knapsacks
1.29/1.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.32	c constraints/knapsack/simplifyinequalities = TRUE
1.29/1.32	c 
1.29/1.32	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.29/1.32	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.32	c separating/rapidlearning/freq = 0
1.29/1.32	c 
1.29/1.32	c -----------------------------------------------------------------------------------------------
1.29/1.32	c start solving
1.29/1.32	c 
421.06/421.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.06/421.15	c t 421s|     1 |     0 | 34342 |     - | 141M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
421.36/421.45	o -25
421.36/421.45	c s 421s|     1 |     0 | 34342 |     - | 142M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 |-2.500000e+01 |  95.00%
424.36/424.43	o -26
424.36/424.43	c U 424s|     1 |     0 | 34342 |     - | 150M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 |-2.600000e+01 |  94.80%
721.67/721.78	c   722s|     1 |     0 | 48139 |     - | 151M|   0 |  17k|  33k|  34k|  33k|  66k| 326 |   0 |   0 |-5.000000e+02 |-2.600000e+01 |  94.80%
945.07/945.14	c   945s|     1 |     0 | 58963 |     - | 151M|   0 |  17k|  33k|  34k|  33k|  66k| 441 |   0 |   0 |-5.000000e+02 |-2.600000e+01 |  94.80%
1226.98/1227.02	c  1227s|     1 |     0 | 73144 |     - | 151M|   0 |  17k|  33k|  34k|  33k|  66k| 501 |   0 |   0 |-5.000000e+02 |-2.600000e+01 |  94.80%
1580.28/1580.36	c  1580s|     1 |     0 | 91436 |     - | 152M|   0 |  18k|  33k|  34k|  33k|  66k| 629 |   0 |   0 |-5.000000e+02 |-2.600000e+01 |  94.80%

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-3452364-1307109834/watcher-3452364-1307109834 -o /tmp/evaluation-result-3452364-1307109834/solver-3452364-1307109834 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452364-1307109834.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: 0.92 1.01 1.28 2/514 5849
/proc/meminfo: memFree=19218924/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=11364 CPUtime=0 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 1843 0 0 0 0 0 0 0 21 0 1 0 901214198 11636736 1796 33554432000 4194304 9128323 140734868090928 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5849/statm: 2841 1796 401 1205 0 1632 0

[startup+0.0857151 s]
/proc/loadavg: 0.92 1.01 1.28 2/514 5849
/proc/meminfo: memFree=19218924/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=16804 CPUtime=0.08 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 3198 0 0 0 8 0 0 0 21 0 1 0 901214198 17207296 3151 33554432000 4194304 9128323 140734868090928 18446744073709551615 5391104 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5849/statm: 4201 3151 401 1205 0 2992 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16804

[startup+0.100711 s]
/proc/loadavg: 0.92 1.01 1.28 2/514 5849
/proc/meminfo: memFree=19218924/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=17592 CPUtime=0.09 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 3416 0 0 0 9 0 0 0 21 0 1 0 901214198 18014208 3369 33554432000 4194304 9128323 140734868090928 18446744073709551615 4338640 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5849/statm: 4398 3369 401 1205 0 3189 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17592

[startup+0.300682 s]
/proc/loadavg: 0.92 1.01 1.28 2/514 5849
/proc/meminfo: memFree=19218924/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=81428 CPUtime=0.29 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 19399 0 0 0 27 2 0 0 22 0 1 0 901214198 83382272 18895 33554432000 4194304 9128323 140734868090928 18446744073709551615 8008905 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 20357 18895 498 1205 0 19148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81428

[startup+0.700671 s]
/proc/loadavg: 0.92 1.01 1.28 2/514 5849
/proc/meminfo: memFree=19218924/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=102232 CPUtime=0.69 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 25355 0 0 0 66 3 0 0 24 0 1 0 901214198 104685568 24097 33554432000 4194304 9128323 140734868090928 18446744073709551615 8008925 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 25558 24097 526 1205 0 24349 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102232

[startup+1.50047 s]
/proc/loadavg: 0.92 1.01 1.28 3/515 5850
/proc/meminfo: memFree=19107192/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=187076 CPUtime=1.49 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 46725 0 0 0 143 6 0 0 25 0 1 0 901214198 191565824 44753 33554432000 4194304 9128323 140734868090928 18446744073709551615 6685321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 46769 44754 601 1205 0 45560 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 187076

[startup+3.10025 s]
/proc/loadavg: 0.92 1.01 1.28 3/515 5850
/proc/meminfo: memFree=18967200/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=273104 CPUtime=3.09 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 67774 0 0 0 300 9 0 0 25 0 1 0 901214198 279658496 63965 33554432000 4194304 9128323 140734868090928 18446744073709551615 7315639 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 68276 63965 839 1205 0 67067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 273104

[startup+6.30063 s]
/proc/loadavg: 1.01 1.03 1.28 3/515 5850
/proc/meminfo: memFree=18950928/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=279252 CPUtime=6.29 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 69925 0 0 0 619 10 0 0 25 0 1 0 901214198 285954048 65857 33554432000 4194304 9128323 140734868090928 18446744073709551615 7284656 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 69813 65857 641 1205 0 68604 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 279252

[startup+12.7005 s]
/proc/loadavg: 1.09 1.04 1.28 3/515 5850
/proc/meminfo: memFree=18942176/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=286256 CPUtime=12.69 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 72029 0 0 0 1257 12 0 0 25 0 1 0 901214198 293126144 67787 33554432000 4194304 9128323 140734868090928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 71564 67787 683 1205 0 70355 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 286256

[startup+25.5003 s]
/proc/loadavg: 1.29 1.09 1.29 3/515 5851
/proc/meminfo: memFree=18940296/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=289976 CPUtime=25.49 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 73340 0 0 0 2535 14 0 0 25 0 1 0 901214198 296935424 69058 33554432000 4194304 9128323 140734868090928 18446744073709551615 7315689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 72494 69058 647 1205 0 71285 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 289976

[startup+51.1008 s]
/proc/loadavg: 1.53 1.16 1.31 3/515 5851
/proc/meminfo: memFree=18928260/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=290364 CPUtime=51.07 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 73712 0 0 0 5092 15 0 0 25 0 1 0 901214198 297332736 69416 33554432000 4194304 9128323 140734868090928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 72591 69416 645 1205 0 71382 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 290364

[startup+102.32 s]
/proc/loadavg: 1.79 1.29 1.35 3/515 5853
/proc/meminfo: memFree=18916164/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=305048 CPUtime=102.29 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 78623 0 0 0 10210 19 0 0 25 0 1 0 901214198 312369152 72436 33554432000 4194304 9128323 140734868090928 18446744073709551615 7314027 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 76262 72436 645 1205 0 75053 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 305048

[startup+162.3 s]
/proc/loadavg: 1.92 1.41 1.38 3/515 5854
/proc/meminfo: memFree=18897668/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=321140 CPUtime=162.27 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 90173 0 0 0 16203 24 0 0 25 0 1 0 901214198 328847360 76493 33554432000 4194304 9128323 140734868090928 18446744073709551615 7381243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 80285 76493 645 1205 0 79076 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 321140

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.42 3/515 5856
/proc/meminfo: memFree=18884496/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=335112 CPUtime=222.27 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 105367 0 0 0 22197 30 0 0 25 0 1 0 901214198 343154688 80256 33554432000 4194304 9128323 140734868090928 18446744073709551615 7315378 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 83778 80256 1848 1205 0 82569 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 335112

[startup+282.3 s]
/proc/loadavg: 1.99 1.60 1.45 3/515 5857
/proc/meminfo: memFree=18879492/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=332188 CPUtime=282.26 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 110061 0 0 0 28192 34 0 0 25 0 1 0 901214198 340160512 79859 33554432000 4194304 9128323 140734868090928 18446744073709551615 7316079 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 83047 79859 999 1205 0 81838 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 332188

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.48 3/515 5859
/proc/meminfo: memFree=18879080/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=332188 CPUtime=342.27 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 110118 0 0 0 34189 38 0 0 25 0 1 0 901214198 340160512 79859 33554432000 4194304 9128323 140734868090928 18446744073709551615 7340879 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 83047 79859 942 1205 0 81838 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 332188

[startup+402.3 s]
/proc/loadavg: 2.12 1.76 1.52 3/515 5861
/proc/meminfo: memFree=18875692/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=334856 CPUtime=402.27 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 110839 0 0 0 40185 42 0 0 25 0 1 0 901214198 342892544 80526 33554432000 4194304 9128323 140734868090928 18446744073709551615 7315689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 83714 80526 888 1205 0 82505 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 334856

[startup+462.301 s]
/proc/loadavg: 2.08 1.82 1.56 3/515 5889
/proc/meminfo: memFree=18180140/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=462.26 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 152950 0 0 0 46164 62 0 0 25 0 1 0 901214198 463806464 111443 33554432000 4194304 9128323 140734868090928 18446744073709551615 7021539 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 113234 111443 710 1205 0 112025 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 452936

[startup+522.3 s]
/proc/loadavg: 2.03 1.85 1.58 3/515 5891
/proc/meminfo: memFree=18175752/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=522.26 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 152958 0 0 0 52157 69 0 0 25 0 1 0 901214198 463806464 111451 33554432000 4194304 9128323 140734868090928 18446744073709551615 6309892 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5849/statm: 113234 111451 718 1205 0 112025 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 452936

[startup+582.301 s]
/proc/loadavg: 2.01 1.87 1.60 3/515 5892
/proc/meminfo: memFree=18161464/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=582.26 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153065 0 0 0 58155 71 0 0 25 0 1 0 901214198 463806464 111532 33554432000 4194304 9128323 140734868090928 18446744073709551615 7358866 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111532 761 1205 0 112025 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 452936

[startup+642.3 s]

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

/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153098 0 0 0 106124 103 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7340574 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 761 1205 0 112025 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 452936

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 1.78 3/515 5907
/proc/meminfo: memFree=18145768/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1122.27 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153098 0 0 0 112120 107 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7328005 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 761 1205 0 112025 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 452936

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/515 5908
/proc/meminfo: memFree=18145604/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1182.27 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153098 0 0 0 118117 110 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7357391 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 761 1205 0 112025 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 452936

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/515 5910
/proc/meminfo: memFree=18145676/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1242.27 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153098 0 0 0 124114 113 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 761 1205 0 112025 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 452936

[startup+1302.3 s]
/proc/loadavg: 2.16 2.03 1.82 3/515 5912
/proc/meminfo: memFree=18144904/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1302.28 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153098 0 0 0 130110 118 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 6482032 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 761 1205 0 112025 0
Current children cumulated CPU time (s) 1302.28
Current children cumulated vsize (KiB) 452936

[startup+1362.3 s]
/proc/loadavg: 2.13 2.04 1.83 3/515 5913
/proc/meminfo: memFree=18145976/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1362.28 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 136107 121 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7357391 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1362.28
Current children cumulated vsize (KiB) 452936

[startup+1422.32 s]
/proc/loadavg: 2.05 2.03 1.84 3/515 5915
/proc/meminfo: memFree=18146296/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1422.3 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 142104 126 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7315612 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 452936

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 1.85 3/515 5916
/proc/meminfo: memFree=18146248/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1482.28 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 148100 128 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7357424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1482.28
Current children cumulated vsize (KiB) 452936

[startup+1542.3 s]
/proc/loadavg: 2.15 2.06 1.87 3/515 5918
/proc/meminfo: memFree=18146452/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1542.28 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 154097 131 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7380155 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1542.28
Current children cumulated vsize (KiB) 452936

[startup+1602.3 s]
/proc/loadavg: 2.05 2.05 1.87 3/515 5920
/proc/meminfo: memFree=18146036/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1602.28 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 160093 135 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7018551 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1602.28
Current children cumulated vsize (KiB) 452936

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 1.88 3/515 5921
/proc/meminfo: memFree=18118704/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1662.28 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 166089 139 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7315586 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1662.28
Current children cumulated vsize (KiB) 452936

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 1.89 3/515 5923
/proc/meminfo: memFree=18116916/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1722.28 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 172086 142 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7356378 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 452936

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 1.90 3/515 5924
/proc/meminfo: memFree=18116392/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1782.29 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 178083 146 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7316185 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 452936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.02 2.03 1.90 3/515 5925
/proc/meminfo: memFree=18116620/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1800.09 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 179863 146 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7315710 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 452936

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -5849

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

[startup+1801.4 s]
/proc/loadavg: 2.02 2.03 1.90 3/516 5926
/proc/meminfo: memFree=18116364/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1801.38 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 179992 146 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7384835 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1801.38
Current children cumulated vsize (KiB) 452936

[startup+1801.82 s]
/proc/loadavg: 2.02 2.03 1.90 3/516 5926
/proc/meminfo: memFree=18116484/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1801.8 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 180034 146 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7324730 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1801.8
Current children cumulated vsize (KiB) 452936

[startup+1802 s]
/proc/loadavg: 2.02 2.03 1.90 3/516 5926
/proc/meminfo: memFree=18116484/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1801.98 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 180052 146 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7357839 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1801.98
Current children cumulated vsize (KiB) 452936

[startup+1802.1 s]
/proc/loadavg: 2.02 2.03 1.90 3/516 5926
/proc/meminfo: memFree=18116484/32950940 swapFree=67111364/67111528
[pid=5849] ppid=5847 vsize=452936 CPUtime=1802.08 cores=1,3,5,7
/proc/5849/stat : 5849 (scip-2.0.1.4.li) R 5847 5849 4622 0 -1 4202496 153099 0 0 0 180062 146 0 0 25 0 1 0 901214198 463806464 111565 33554432000 4194304 9128323 140734868090928 18446744073709551615 7356798 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5849/statm: 113234 111565 760 1205 0 112025 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 452936

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.14
CPU time (s): 1802.14
CPU user time (s): 1800.65
CPU system time (s): 1.48977
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 459788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.65
system time used= 1.48977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153099
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= 4594

runsolver used 8.80766 second user time and 22.2456 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-03 16:03:54
IDJOB=3452364
IDBENCH=48228
IDSOLVER=1949
FILE ID=node117/3452364-1307109834
RUNJOBID= node117-1307109834-5830
PBS_JOBID= 13497973
Free space on /tmp= 73612 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_4.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452364-1307109834/watcher-3452364-1307109834 -o /tmp/evaluation-result-3452364-1307109834/solver-3452364-1307109834 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452364-1307109834.opb -t 1800 -m 15500

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

MD5SUM BENCH= 95a6f76009dbd8a204f015cb008300c0
RANDOM SEED=1646264149

node117.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.849
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.69
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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.74
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.849
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19218956 kB
Buffers:        364596 kB
Cached:        3154852 kB
SwapCached:          0 kB
Active:       10260924 kB
Inactive:      3075104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19218956 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           25088 kB
Writeback:           0 kB
AnonPages:     9816340 kB
Mapped:          44680 kB
Slab:           268988 kB
PageTables:      57844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149524432 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= 73596 MiB
End job on node117 at 2011-06-03 16:33:56