Trace number 3452399

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.08 1802.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_5.opb
MD5SUM0aee483b23f7a5b1d2af91be543c550b
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-127
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 -143
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)63180
Sum of products size (including duplicates)126360
Number of different products31590
Sum of products size63180

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-3452399-1307111628.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.64	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 254720 impls, 2000 clqs
1.29/1.31	c    (1.3s) probing: 101/33590 (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.31	c presolving (2 rounds):
1.29/1.31	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.31	c  254720 implications, 2000 cliques
1.29/1.31	c presolved problem has 33590 variables (33590 bin, 0 int, 0 impl, 0 cont) and 34591 constraints
1.29/1.31	c    3000 constraints of type <setppc>
1.29/1.31	c   31590 constraints of type <and>
1.29/1.31	c       1 constraints of type <linear>
1.29/1.31	c transformed objective value is always integral (scale: 1)
1.29/1.31	c Presolving Time: 1.20
1.29/1.31	c - non default parameters ----------------------------------------------------------------------
1.29/1.31	c # SCIP version 2.0.1.4
1.29/1.31	c 
1.29/1.31	c # frequency for displaying node information lines
1.29/1.31	c # [type: int, range: [-1,2147483647], default: 100]
1.29/1.31	c display/freq = 10000
1.29/1.31	c 
1.29/1.31	c # maximal time in seconds to run
1.29/1.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.31	c limits/time = 1800
1.29/1.31	c 
1.29/1.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.31	c limits/memory = 13950
1.29/1.31	c 
1.29/1.31	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.29/1.31	c # [type: int, range: [1,2], default: 1]
1.29/1.31	c timing/clocktype = 2
1.29/1.31	c 
1.29/1.31	c # belongs reading time to solving time?
1.29/1.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.31	c timing/reading = TRUE
1.29/1.31	c 
1.29/1.31	c # should presolving try to simplify inequalities
1.29/1.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.31	c constraints/linear/simplifyinequalities = TRUE
1.29/1.31	c 
1.29/1.31	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.29/1.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.31	c constraints/indicator/addCouplingCons = TRUE
1.29/1.31	c 
1.29/1.31	c # should presolving try to simplify knapsacks
1.29/1.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.31	c constraints/knapsack/simplifyinequalities = TRUE
1.29/1.31	c 
1.29/1.31	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.29/1.31	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.31	c separating/rapidlearning/freq = 0
1.29/1.31	c 
1.29/1.31	c -----------------------------------------------------------------------------------------------
1.29/1.31	c start solving
1.29/1.32	c 
511.00/511.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
511.00/511.01	c t 511s|     1 |     0 | 39601 |     - | 141M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
511.20/511.26	o -18
511.20/511.26	c s 511s|     1 |     0 | 39601 |     - | 142M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 |-1.800000e+01 |  96.40%
514.20/514.21	o -19
514.20/514.21	c U 514s|     1 |     0 | 39601 |     - | 150M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 |-1.900000e+01 |  96.20%
923.70/923.76	c   924s|     1 |     0 | 59998 |     - | 151M|   0 |  18k|  33k|  34k|  33k|  66k| 380 |   0 |   0 |-5.000000e+02 |-1.900000e+01 |  96.20%
1387.82/1387.85	c  1388s|     1 |     0 | 85164 |     - | 152M|   0 |  18k|  33k|  34k|  33k|  66k| 589 |   0 |   0 |-5.000000e+02 |-1.900000e+01 |  96.20%

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-3452399-1307111628/watcher-3452399-1307111628 -o /tmp/evaluation-result-3452399-1307111628/solver-3452399-1307111628 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452399-1307111628.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.09 2.04 2.00 3/530 30205
/proc/meminfo: memFree=14573184/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=12420 CPUtime=0.01 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 2123 0 0 0 1 0 0 0 21 0 1 0 822761461 12718080 2076 33554432000 4194304 9128323 140735662638768 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30205/statm: 3105 2076 401 1205 0 1896 0

[startup+0.067423 s]
/proc/loadavg: 2.09 2.04 2.00 3/530 30205
/proc/meminfo: memFree=14573184/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=15628 CPUtime=0.05 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 2895 0 0 0 5 0 0 0 21 0 1 0 822761461 16003072 2848 33554432000 4194304 9128323 140735662638768 18446744073709551615 4609126 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30205/statm: 3907 2848 401 1205 0 2698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15628

[startup+0.100417 s]
/proc/loadavg: 2.09 2.04 2.00 3/530 30205
/proc/meminfo: memFree=14573184/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=17616 CPUtime=0.09 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 3419 0 0 0 9 0 0 0 21 0 1 0 822761461 18038784 3372 33554432000 4194304 9128323 140735662638768 18446744073709551615 7447657 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30205/statm: 4404 3372 401 1205 0 3195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17616

[startup+0.300389 s]
/proc/loadavg: 2.09 2.04 2.00 3/530 30205
/proc/meminfo: memFree=14573184/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=81212 CPUtime=0.29 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 19348 0 0 0 27 2 0 0 22 0 1 0 822761461 83161088 18844 33554432000 4194304 9128323 140735662638768 18446744073709551615 18446744073699066034 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 20303 18844 498 1205 0 19094 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81212

[startup+0.700332 s]
/proc/loadavg: 2.09 2.04 2.00 3/530 30205
/proc/meminfo: memFree=14573184/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=101916 CPUtime=0.69 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 25275 0 0 0 66 3 0 0 24 0 1 0 822761461 104361984 24017 33554432000 4194304 9128323 140735662638768 18446744073709551615 8008905 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 25479 24017 526 1205 0 24270 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101916

[startup+1.50019 s]
/proc/loadavg: 2.09 2.04 2.00 3/531 30206
/proc/meminfo: memFree=14475092/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=187596 CPUtime=1.49 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 46904 0 0 0 144 5 0 0 25 0 1 0 822761461 192098304 44919 33554432000 4194304 9128323 140735662638768 18446744073709551615 6685321 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 46899 44919 600 1205 0 45690 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 187596

[startup+3.10092 s]
/proc/loadavg: 2.09 2.04 2.00 3/531 30206
/proc/meminfo: memFree=14335348/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=272640 CPUtime=3.09 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 67676 0 0 0 300 9 0 0 25 0 1 0 822761461 279183360 63800 33554432000 4194304 9128323 140735662638768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 68160 63800 684 1205 0 66951 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 272640

[startup+6.30037 s]
/proc/loadavg: 2.24 2.08 2.01 3/531 30206
/proc/meminfo: memFree=14310528/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=277464 CPUtime=6.29 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 69546 0 0 0 618 11 0 0 25 0 1 0 822761461 284123136 65561 33554432000 4194304 9128323 140735662638768 18446744073709551615 7315446 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 69366 65561 640 1205 0 68157 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 277464

[startup+12.7003 s]
/proc/loadavg: 2.22 2.08 2.01 3/531 30206
/proc/meminfo: memFree=14303880/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=284392 CPUtime=12.69 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 71227 0 0 0 1257 12 0 0 25 0 1 0 822761461 291217408 67241 33554432000 4194304 9128323 140735662638768 18446744073709551615 7313169 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 71098 67241 702 1205 0 69889 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 284392

[startup+25.5011 s]
/proc/loadavg: 2.17 2.07 2.01 3/531 30236
/proc/meminfo: memFree=14934880/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=284392 CPUtime=25.49 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 71976 0 0 0 2535 14 0 0 25 0 1 0 822761461 291217408 67928 33554432000 4194304 9128323 140735662638768 18446744073709551615 7315111 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 71098 67928 681 1205 0 69889 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 284392

[startup+51.1007 s]
/proc/loadavg: 2.23 2.10 2.02 3/531 30236
/proc/meminfo: memFree=14920544/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=297724 CPUtime=51.09 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 75218 0 0 0 5093 16 0 0 25 0 1 0 822761461 304869376 71117 33554432000 4194304 9128323 140735662638768 18446744073709551615 6941042 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 74431 71117 644 1205 0 73222 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 297724

[startup+102.321 s]
/proc/loadavg: 2.10 2.08 2.02 3/531 30238
/proc/meminfo: memFree=14921724/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=301872 CPUtime=102.31 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 84118 0 0 0 10210 21 0 0 25 0 1 0 822761461 309116928 70840 33554432000 4194304 9128323 140735662638768 18446744073709551615 7083026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 75468 70840 644 1205 0 74259 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 301872

[startup+162.301 s]
/proc/loadavg: 2.17 2.09 2.02 3/531 30238
/proc/meminfo: memFree=14910772/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=313128 CPUtime=162.29 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 89478 0 0 0 16204 25 0 0 25 0 1 0 822761461 320643072 73188 33554432000 4194304 9128323 140735662638768 18446744073709551615 7314673 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 78282 73188 644 1205 0 77073 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 313128

[startup+222.301 s]
/proc/loadavg: 2.18 2.11 2.03 3/531 30240
/proc/meminfo: memFree=14892288/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=322912 CPUtime=222.29 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 93761 0 0 0 22202 27 0 0 25 0 1 0 822761461 330661888 77471 33554432000 4194304 9128323 140735662638768 18446744073709551615 7316191 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 80728 77471 644 1205 0 79519 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 322912

[startup+282.301 s]
/proc/loadavg: 2.07 2.08 2.02 3/531 30242
/proc/meminfo: memFree=14881860/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=341644 CPUtime=282.3 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 100367 0 0 0 28199 31 0 0 25 0 1 0 822761461 349843456 80102 33554432000 4194304 9128323 140735662638768 18446744073709551615 7315726 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 85411 80102 644 1205 0 84202 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 341644

[startup+342.301 s]
/proc/loadavg: 2.02 2.07 2.01 3/531 30244
/proc/meminfo: memFree=14898576/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=318552 CPUtime=342.3 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 106665 0 0 0 34195 35 0 0 25 0 1 0 822761461 326197248 75897 33554432000 4194304 9128323 140735662638768 18446744073709551615 7315378 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 79638 75897 644 1205 0 78429 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 318552

[startup+402.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/531 30246
/proc/meminfo: memFree=14886292/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=328928 CPUtime=402.29 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 109543 0 0 0 40191 38 0 0 25 0 1 0 822761461 336822272 78775 33554432000 4194304 9128323 140735662638768 18446744073709551615 7284961 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 82232 78775 644 1205 0 81023 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 328928

[startup+462.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/531 30246
/proc/meminfo: memFree=14885540/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=328928 CPUtime=462.29 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 109577 0 0 0 46187 42 0 0 25 0 1 0 822761461 336822272 78809 33554432000 4194304 9128323 140735662638768 18446744073709551615 7313976 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 82232 78809 644 1205 0 81023 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 328928

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 30248
/proc/meminfo: memFree=14737844/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=522.3 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154105 0 0 0 52166 64 0 0 25 0 1 0 822761461 464510976 111849 33554432000 4194304 9128323 140735662638768 18446744073709551615 7021543 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 111849 712 1205 0 112197 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 453624

[startup+582.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/531 30250
/proc/meminfo: memFree=14737824/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=582.3 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154106 0 0 0 58159 71 0 0 25 0 1 0 822761461 464510976 111850 33554432000 4194304 9128323 140735662638768 18446744073709551615 7021543 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 111850 713 1205 0 112197 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 453624

[startup+642.301 s]

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

/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154624 0 0 0 100134 97 0 0 25 0 1 0 822761461 464510976 112368 33554432000 4194304 9128323 140735662638768 18446744073709551615 7357560 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112368 789 1205 0 112197 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 453624

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 30262
/proc/meminfo: memFree=14732256/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1062.31 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154624 0 0 0 106130 101 0 0 25 0 1 0 822761461 464510976 112368 33554432000 4194304 9128323 140735662638768 18446744073709551615 7327984 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112368 789 1205 0 112197 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 453624

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 30264
/proc/meminfo: memFree=14731376/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1122.31 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154624 0 0 0 112127 104 0 0 25 0 1 0 822761461 464510976 112368 33554432000 4194304 9128323 140735662638768 18446744073709551615 7328016 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112368 789 1205 0 112197 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 453624

[startup+1182.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/531 30266
/proc/meminfo: memFree=14730860/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1182.32 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 118124 108 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7384804 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 453624

[startup+1242.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/531 30268
/proc/meminfo: memFree=14729120/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1242.31 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 124121 110 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7328001 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 453624

[startup+1302.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/531 30271
/proc/meminfo: memFree=14727996/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1302.34 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 130119 115 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7315702 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 453624

[startup+1362.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/531 30271
/proc/meminfo: memFree=14729232/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1362.32 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 136115 117 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7357895 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 453624

[startup+1422.32 s]
/proc/loadavg: 2.08 2.06 2.01 3/531 30274
/proc/meminfo: memFree=14725244/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1422.34 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 142112 122 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 6702400 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 453624

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/531 30277
/proc/meminfo: memFree=14722872/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1482.32 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 148106 126 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 453624

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 30280
/proc/meminfo: memFree=14720880/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1542.32 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 154103 129 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7328020 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 453624

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 30282
/proc/meminfo: memFree=14718880/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1602.32 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 160099 133 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7325034 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 453624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 30291
/proc/meminfo: memFree=14716116/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1662.32 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 166096 136 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7314689 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 453624

[startup+1722.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/531 30293
/proc/meminfo: memFree=14715728/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1722.32 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 172094 138 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7313935 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 453624

[startup+1782.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/531 30295
/proc/meminfo: memFree=14713476/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1782.32 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 178091 141 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7357901 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 453624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.08 2.05 2.01 3/531 30295
/proc/meminfo: memFree=14712732/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1800.04 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 179862 142 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7315684 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 453624

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -30205

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

[startup+1801.4 s]
/proc/loadavg: 2.08 2.05 2.01 3/532 30296
/proc/meminfo: memFree=14712724/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1801.42 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 180000 142 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7282678 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 453624

[startup+1801.82 s]
/proc/loadavg: 2.08 2.05 2.01 3/532 30296
/proc/meminfo: memFree=14712228/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1801.84 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 180042 142 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7314689 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 453624

[startup+1802 s]
/proc/loadavg: 2.08 2.05 2.01 3/532 30296
/proc/meminfo: memFree=14712228/32951132 swapFree=46579808/67111528
[pid=30205] ppid=30203 vsize=453624 CPUtime=1802.02 cores=1,3,5,7
/proc/30205/stat : 30205 (scip-2.0.1.4.li) R 30203 30205 28716 0 -1 4202496 154646 0 0 0 180060 142 0 0 25 0 1 0 822761461 464510976 112390 33554432000 4194304 9128323 140735662638768 18446744073709551615 7326070 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30205/statm: 113406 112390 789 1205 0 112197 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 453624

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.08
CPU user time (s): 1800.63
CPU system time (s): 1.44878
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 458572

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

runsolver used 9.29759 second user time and 22.9615 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-03 16:33:48
IDJOB=3452399
IDBENCH=48263
IDSOLVER=1949
FILE ID=node128/3452399-1307111628
RUNJOBID= node128-1307108023-29940
PBS_JOBID= 13497962
Free space on /tmp= 73900 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_5.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-3452399-1307111628/watcher-3452399-1307111628 -o /tmp/evaluation-result-3452399-1307111628/solver-3452399-1307111628 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452399-1307111628.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0aee483b23f7a5b1d2af91be543c550b
RANDOM SEED=853537865

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      14573464 kB
Buffers:        322084 kB
Cached:        3476304 kB
SwapCached:      35620 kB
Active:        9686304 kB
Inactive:      8375248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14573464 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:           12904 kB
Writeback:           0 kB
AnonPages:    14237104 kB
Mapped:          20416 kB
Slab:           132932 kB
PageTables:     113816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 175496964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73892 MiB
End job on node128 at 2011-06-03 17:03:50