Trace number 3451888

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.07 1802.03

General information on the benchmark

Name/OPT-SMALLINT-LIN/featureSubscription/
normalized-50-250-false-45-90-4-4000opt.opb
MD5SUM6c6e5d09e1e6b4cdc1d36588d438ba6a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-164
Best CPU time to get the best result obtained on this benchmark8.01578
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2025
Total number of constraints63250
Number of constraints which are clauses63250
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 135
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 316
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 316
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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-3451888-1307114598.opb>
0.39/0.41	c original problem has 2025 variables (2025 bin, 0 int, 0 impl, 0 cont) and 63250 constraints
0.39/0.41	c problem read
0.39/0.41	c presolving settings loaded
0.49/0.57	o 0
0.49/0.57	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.49/0.57	c presolving:
0.59/0.65	c (round 1) 193 del vars, 193 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2340 impls, 0 clqs
0.79/0.85	c (round 2) 193 del vars, 879 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 62371 upgd conss, 2340 impls, 0 clqs
0.89/0.91	c    (0.9s) probing: 101/1832 (5.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.91	c    (0.9s) probing aborted: 100/100 successive totally useless probings
0.89/0.91	c presolving (3 rounds):
0.89/0.91	c  193 deleted vars, 879 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.91	c  2340 implications, 0 cliques
0.89/0.91	c presolved problem has 1832 variables (1832 bin, 0 int, 0 impl, 0 cont) and 62371 constraints
0.89/0.91	c     977 constraints of type <setppc>
0.89/0.91	c   61394 constraints of type <logicor>
0.89/0.91	c transformed objective value is always integral (scale: 1)
0.89/0.91	c Presolving Time: 0.46
0.89/0.91	c - non default parameters ----------------------------------------------------------------------
0.89/0.91	c # SCIP version 2.0.1.4
0.89/0.91	c 
0.89/0.91	c # frequency for displaying node information lines
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.91	c display/freq = 10000
0.89/0.91	c 
0.89/0.91	c # maximal time in seconds to run
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.91	c limits/time = 1800
0.89/0.91	c 
0.89/0.91	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.91	c limits/memory = 13950
0.89/0.91	c 
0.89/0.91	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.89/0.91	c # [type: int, range: [1,2], default: 1]
0.89/0.91	c timing/clocktype = 2
0.89/0.91	c 
0.89/0.91	c # belongs reading time to solving time?
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c timing/reading = TRUE
0.89/0.91	c 
0.89/0.91	c # should presolving try to simplify inequalities
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/linear/simplifyinequalities = TRUE
0.89/0.91	c 
0.89/0.91	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/indicator/addCouplingCons = TRUE
0.89/0.91	c 
0.89/0.91	c # should presolving try to simplify knapsacks
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.91	c 
0.89/0.91	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.91	c separating/rapidlearning/freq = 0
0.89/0.91	c 
0.89/0.91	c -----------------------------------------------------------------------------------------------
0.89/0.91	c start solving
0.89/0.91	c 
147.50/147.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.50/147.52	c t 148s|     1 |     0 | 41971 |     - |  75M|   0 |1826 |1832 |  62k|1832 |  62k|   0 |   0 |   0 |-2.475414e+02 | 0.000000e+00 | 100.00%
147.50/147.57	o -7
147.50/147.57	c R 148s|     1 |     0 | 41971 |     - |  75M|   0 |1826 |1832 |  62k|1832 |  62k|   0 |   0 |   0 |-2.475414e+02 |-7.000000e+00 |  97.17%
147.60/147.63	o -8
147.60/147.63	c s 148s|     1 |     0 | 41971 |     - |  75M|   0 |1826 |1832 |  62k|1832 |  62k|   0 |   0 |   0 |-2.475414e+02 |-8.000000e+00 |  96.77%
232.30/232.38	c   232s|     1 |     0 | 68834 |     - |  79M|   0 |1827 |1832 |  62k|1832 |  62k|   4 |   0 |   0 |-2.451964e+02 |-8.000000e+00 |  96.74%
232.30/232.39	o -36
232.30/232.39	c b 232s|     1 |     0 | 68834 |     - |  79M|   0 |1827 |1832 |  62k|1832 |  62k|   4 |   0 |   0 |-2.451964e+02 |-3.600000e+01 |  85.32%
455.60/455.68	c   456s|     1 |     0 |113591 |     - |  81M|   0 |1822 |1832 |  62k|1832 |  62k|  11 |   0 |   0 |-2.366993e+02 |-3.600000e+01 |  84.79%
455.70/455.72	o -48
455.70/455.72	c b 456s|     1 |     0 |113591 |     - |  81M|   0 |1822 |1832 |  62k|1832 |  62k|  11 |   0 |   0 |-2.366993e+02 |-4.800000e+01 |  79.72%
630.00/630.04	c   630s|     1 |     0 |149652 |     - |  84M|   0 |1821 |1832 |  62k|1832 |  62k|  14 |   0 |   0 |-2.363080e+02 |-4.800000e+01 |  79.69%
717.40/717.48	c   717s|     1 |     0 |163280 |     - |  89M|   0 |1813 |1832 |  62k|1832 |  62k|  18 |   0 |   0 |-2.352240e+02 |-4.800000e+01 |  79.59%
905.21/905.30	c   905s|     1 |     0 |200902 |     - |  91M|   0 |1816 |1832 |  62k|1832 |  62k|  25 |   0 |   0 |-2.332156e+02 |-4.800000e+01 |  79.42%
1049.21/1049.30	c  1049s|     1 |     0 |235784 |     - |  91M|   0 |1822 |1832 |  62k|1832 |  62k|  34 |   0 |   0 |-2.321594e+02 |-4.800000e+01 |  79.32%
1191.82/1191.82	c  1192s|     1 |     0 |263509 |     - |  98M|   0 |1822 |1832 |  62k|1832 |  62k|  38 |   0 |   0 |-2.319157e+02 |-4.800000e+01 |  79.30%
1381.82/1381.86	c  1382s|     1 |     0 |295694 |     - |  98M|   0 |1817 |1832 |  62k|1832 |  62k|  41 |   0 |   0 |-2.318080e+02 |-4.800000e+01 |  79.29%
1555.12/1555.10	c  1555s|     1 |     0 |324627 |     - |  98M|   0 |1817 |1832 |  62k|1832 |  62k|  42 |   0 |   0 |-2.317737e+02 |-4.800000e+01 |  79.29%
1640.43/1640.41	c  1640s|     1 |     0 |331867 |     - |  99M|   0 |1817 |1832 |  62k|1832 |  62k|  43 |   0 |   0 |-2.317675e+02 |-4.800000e+01 |  79.29%

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-3451888-1307114598/watcher-3451888-1307114598 -o /tmp/evaluation-result-3451888-1307114598/solver-3451888-1307114598 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451888-1307114598.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.02 2.00 2/434 1235
/proc/meminfo: memFree=12445092/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=8236 CPUtime=0 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 941 0 0 0 0 0 0 0 25 0 1 0 823059458 8433664 894 33554432000 4194304 9128323 140736423980240 18446744073709551615 8009021 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1235/statm: 2059 905 381 1205 0 850 0

[startup+0.0376711 s]
/proc/loadavg: 2.00 2.02 2.00 2/434 1235
/proc/meminfo: memFree=12445092/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=13976 CPUtime=0.03 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 2485 0 0 0 3 0 0 0 25 0 1 0 823059458 14311424 2438 33554432000 4194304 9128323 140736423980240 18446744073709551615 7998939 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1235/statm: 3494 2438 400 1205 0 2285 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13976

[startup+0.100658 s]
/proc/loadavg: 2.00 2.02 2.00 2/434 1235
/proc/meminfo: memFree=12445092/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=16788 CPUtime=0.09 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 3210 0 0 0 9 0 0 0 25 0 1 0 823059458 17190912 3161 33554432000 4194304 9128323 140736423980240 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1235/statm: 4197 3161 400 1205 0 2988 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16788

[startup+0.300631 s]
/proc/loadavg: 2.00 2.02 2.00 2/434 1235
/proc/meminfo: memFree=12445092/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=26396 CPUtime=0.29 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 5602 0 0 0 29 0 0 0 25 0 1 0 823059458 27029504 5549 33554432000 4194304 9128323 140736423980240 18446744073709551615 4667281 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1235/statm: 6599 5549 400 1205 0 5390 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26396

[startup+0.700565 s]
/proc/loadavg: 2.00 2.02 2.00 2/434 1235
/proc/meminfo: memFree=12445092/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=95440 CPUtime=0.69 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 27382 0 0 0 66 3 0 0 25 0 1 0 823059458 97730560 22524 33554432000 4194304 9128323 140736423980240 18446744073709551615 18446744073699065964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 23860 22524 527 1205 0 22651 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95440

[startup+1.50042 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 1236
/proc/meminfo: memFree=12317984/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=207656 CPUtime=1.49 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 55467 0 0 0 143 6 0 0 25 0 1 0 823059458 212639744 46177 33554432000 4194304 9128323 140736423980240 18446744073709551615 7077378 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 51914 46177 798 1205 0 50705 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 207656

[startup+3.10115 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 1236
/proc/meminfo: memFree=12243268/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=216228 CPUtime=3.09 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 65585 0 0 0 301 8 0 0 25 0 1 0 823059458 221417472 51178 33554432000 4194304 9128323 140736423980240 18446744073709551615 7077352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 54057 51178 687 1205 0 52848 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 216228

[startup+6.3006 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 1236
/proc/meminfo: memFree=12238300/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=224724 CPUtime=6.29 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 66119 0 0 0 619 10 0 0 25 0 1 0 823059458 230117376 51673 33554432000 4194304 9128323 140736423980240 18446744073709551615 6941042 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 56181 51673 648 1205 0 54972 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 224724

[startup+12.7005 s]
/proc/loadavg: 2.08 2.04 2.01 3/435 1236
/proc/meminfo: memFree=12229240/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=232444 CPUtime=12.69 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 68431 0 0 0 1257 12 0 0 25 0 1 0 823059458 238022656 53985 33554432000 4194304 9128323 140736423980240 18446744073709551615 8008915 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 58111 53985 808 1205 0 56902 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 232444

[startup+25.5003 s]
/proc/loadavg: 2.06 2.04 2.00 3/435 1237
/proc/meminfo: memFree=12218592/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=237720 CPUtime=25.49 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 71222 0 0 0 2534 15 0 0 25 0 1 0 823059458 243425280 56532 33554432000 4194304 9128323 140736423980240 18446744073709551615 7315698 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 59430 56532 652 1205 0 58221 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 237720

[startup+51.1008 s]
/proc/loadavg: 2.04 2.03 2.00 3/435 1237
/proc/meminfo: memFree=12218184/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=237720 CPUtime=51.09 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 71231 0 0 0 5092 17 0 0 25 0 1 0 823059458 243425280 56541 33554432000 4194304 9128323 140736423980240 18446744073709551615 7284969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 59430 56541 652 1205 0 58221 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 237720

[startup+102.316 s]
/proc/loadavg: 2.02 2.03 2.00 3/435 1239
/proc/meminfo: memFree=12216124/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=237720 CPUtime=102.3 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 71240 0 0 0 10207 23 0 0 25 0 1 0 823059458 243425280 56550 33554432000 4194304 9128323 140736423980240 18446744073709551615 7316170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 59430 56550 652 1205 0 58221 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 237720

[startup+162.301 s]
/proc/loadavg: 2.11 2.06 2.01 3/435 1240
/proc/meminfo: memFree=12234340/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=219232 CPUtime=162.3 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 72769 0 0 0 16197 33 0 0 25 0 1 0 823059458 224493568 51862 33554432000 4194304 9128323 140736423980240 18446744073709551615 7343020 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 54808 51862 683 1205 0 53599 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 219232

[startup+222.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/435 1242
/proc/meminfo: memFree=12224656/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=231352 CPUtime=222.29 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 76469 0 0 0 22188 41 0 0 25 0 1 0 823059458 236904448 55423 33554432000 4194304 9128323 140736423980240 18446744073709551615 7315713 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 57838 55423 1384 1205 0 56629 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 231352

[startup+282.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/435 1243
/proc/meminfo: memFree=12224032/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=231352 CPUtime=282.29 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 76484 0 0 0 28171 58 0 0 25 0 1 0 823059458 236904448 55429 33554432000 4194304 9128323 140736423980240 18446744073709551615 6309894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 57838 55429 1377 1205 0 56629 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 231352

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/435 1245
/proc/meminfo: memFree=12223772/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=231352 CPUtime=342.3 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 76484 0 0 0 34161 69 0 0 25 0 1 0 823059458 236904448 55429 33554432000 4194304 9128323 140736423980240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 57838 55429 1377 1205 0 56629 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 231352

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/435 1247
/proc/meminfo: memFree=12224016/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=231352 CPUtime=402.3 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 76484 0 0 0 40154 76 0 0 25 0 1 0 823059458 236904448 55429 33554432000 4194304 9128323 140736423980240 18446744073709551615 7316204 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 57838 55429 1377 1205 0 56629 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 231352

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 1248
/proc/meminfo: memFree=12222992/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=231352 CPUtime=462.3 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 76484 0 0 0 46144 86 0 0 25 0 1 0 823059458 236904448 55429 33554432000 4194304 9128323 140736423980240 18446744073709551615 6694272 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 57838 55429 1377 1205 0 56629 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 231352

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 1250
/proc/meminfo: memFree=12221872/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=231352 CPUtime=522.3 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 76821 0 0 0 52129 101 0 0 25 0 1 0 823059458 236904448 55766 33554432000 4194304 9128323 140736423980240 18446744073709551615 7316161 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 57838 55766 1377 1205 0 56629 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 231352

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 1251
/proc/meminfo: memFree=12217896/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=232460 CPUtime=582.31 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 77735 0 0 0 58122 109 0 0 25 0 1 0 823059458 238039040 56680 33554432000 4194304 9128323 140736423980240 18446744073709551615 7316156 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 58115 56680 1377 1205 0 56906 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 232460

[startup+642.3 s]

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

/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 88527 0 0 0 100046 185 0 0 25 0 1 0 823059458 263196672 61861 33554432000 4194304 9128323 140736423980240 18446744073709551615 7316174 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 64257 61861 999 1205 0 63048 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 257028

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 1264
/proc/meminfo: memFree=12194000/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=257028 CPUtime=1062.31 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 88546 0 0 0 106035 196 0 0 25 0 1 0 823059458 263196672 61880 33554432000 4194304 9128323 140736423980240 18446744073709551615 7018441 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 64257 61880 999 1205 0 63048 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 257028

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 1266
/proc/meminfo: memFree=12192260/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=258980 CPUtime=1122.31 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 89018 0 0 0 112020 211 0 0 25 0 1 0 823059458 265195520 62351 33554432000 4194304 9128323 140736423980240 18446744073709551615 7316182 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 64745 62351 998 1205 0 63536 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 258980

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 1267
/proc/meminfo: memFree=12174268/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=270676 CPUtime=1182.31 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 93201 0 0 0 118011 220 0 0 25 0 1 0 823059458 277172224 66503 33554432000 4194304 9128323 140736423980240 18446744073709551615 7241279 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 67669 66503 967 1205 0 66460 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 270676

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/435 1269
/proc/meminfo: memFree=12174508/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=270676 CPUtime=1242.31 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 93201 0 0 0 123996 235 0 0 25 0 1 0 823059458 277172224 66503 33554432000 4194304 9128323 140736423980240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 67669 66503 967 1205 0 66460 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 270676

[startup+1302.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/435 1299
/proc/meminfo: memFree=12154968/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=270676 CPUtime=1302.32 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 93202 0 0 0 129986 246 0 0 25 0 1 0 823059458 277172224 66503 33554432000 4194304 9128323 140736423980240 18446744073709551615 7315684 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 67669 66503 966 1205 0 66460 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 270676

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/435 1300
/proc/meminfo: memFree=12154220/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=270676 CPUtime=1362.32 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 93203 0 0 0 135980 252 0 0 25 0 1 0 823059458 277172224 66503 33554432000 4194304 9128323 140736423980240 18446744073709551615 7315586 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 67669 66503 965 1205 0 66460 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 270676

[startup+1422.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/435 1302
/proc/meminfo: memFree=12153224/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=270676 CPUtime=1422.33 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 93203 0 0 0 141970 263 0 0 25 0 1 0 823059458 277172224 66503 33554432000 4194304 9128323 140736423980240 18446744073709551615 6637247 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 67669 66503 965 1205 0 66460 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 270676

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 1303
/proc/meminfo: memFree=12168092/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=258024 CPUtime=1482.32 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 93680 0 0 0 147957 275 0 0 25 0 1 0 823059458 264216576 62389 33554432000 4194304 9128323 140736423980240 18446744073709551615 7314112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 64506 62389 965 1205 0 63297 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 258024

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/435 1305
/proc/meminfo: memFree=12148124/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=274412 CPUtime=1542.33 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 97515 0 0 0 153950 283 0 0 25 0 1 0 823059458 280997888 66218 33554432000 4194304 9128323 140736423980240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 68603 66218 959 1205 0 67394 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 274412

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/435 1307
/proc/meminfo: memFree=12144508/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=274412 CPUtime=1602.33 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 97516 0 0 0 159937 296 0 0 25 0 1 0 823059458 280997888 66219 33554432000 4194304 9128323 140736423980240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 68603 66219 959 1205 0 67394 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 274412

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/435 1308
/proc/meminfo: memFree=12138424/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=270764 CPUtime=1662.33 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 101448 0 0 0 165923 310 0 0 25 0 1 0 823059458 277262336 66522 33554432000 4194304 9128323 140736423980240 18446744073709551615 6700220 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 67691 66522 711 1205 0 66482 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 270764

[startup+1722.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/435 1310
/proc/meminfo: memFree=12136932/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=274456 CPUtime=1722.32 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 108501 0 0 0 171908 324 0 0 25 0 1 0 823059458 281042944 66145 33554432000 4194304 9128323 140736423980240 18446744073709551615 7280582 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 68614 66145 1087 1205 0 67405 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 274456

[startup+1782.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/435 1311
/proc/meminfo: memFree=12131204/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=274456 CPUtime=1782.33 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 108880 0 0 0 177902 331 0 0 25 0 1 0 823059458 281042944 66147 33554432000 4194304 9128323 140736423980240 18446744073709551615 7315702 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 68614 66147 710 1205 0 67405 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 274456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.08 2.04 2.01 3/435 1312
/proc/meminfo: memFree=12130820/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=274456 CPUtime=1800.03 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 108880 0 0 0 179670 333 0 0 25 0 1 0 823059458 281042944 66147 33554432000 4194304 9128323 140736423980240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 68614 66147 710 1205 0 67405 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 274456

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1235

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

[startup+1801.4 s]
/proc/loadavg: 2.08 2.04 2.01 3/436 1313
/proc/meminfo: memFree=12129944/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=274456 CPUtime=1801.42 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 108880 0 0 0 179809 333 0 0 25 0 1 0 823059458 281042944 66147 33554432000 4194304 9128323 140736423980240 18446744073709551615 6941934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 68614 66147 710 1205 0 67405 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 274456

[startup+1801.82 s]
/proc/loadavg: 2.08 2.04 2.01 3/436 1313
/proc/meminfo: memFree=12130192/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=274456 CPUtime=1801.84 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 108881 0 0 0 179851 333 0 0 25 0 1 0 823059458 281042944 66148 33554432000 4194304 9128323 140736423980240 18446744073709551615 7315689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 68614 66148 710 1205 0 67405 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 274456

[startup+1802 s]
/proc/loadavg: 2.08 2.04 2.01 3/436 1313
/proc/meminfo: memFree=12130192/32951132 swapFree=67093840/67111528
[pid=1235] ppid=1233 vsize=274456 CPUtime=1802.02 cores=1,3,5,7
/proc/1235/stat : 1235 (scip-2.0.1.4.li) R 1233 1235 27022 0 -1 4202496 108881 0 0 0 179869 333 0 0 25 0 1 0 823059458 281042944 66148 33554432000 4194304 9128323 140736423980240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1235/statm: 68614 66148 710 1205 0 67405 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 274456

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1802.07
CPU user time (s): 1798.72
CPU system time (s): 3.35049
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 274456

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

runsolver used 7.64384 second user time and 17.8163 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-03 17:23:18
IDJOB=3451888
IDBENCH=71823
IDSOLVER=1949
FILE ID=node131/3451888-1307114598
RUNJOBID= node131-1307109037-474
PBS_JOBID= 13497965
Free space on /tmp= 73888 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/featureSubscription/normalized-50-250-false-45-90-4-4000opt.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-3451888-1307114598/watcher-3451888-1307114598 -o /tmp/evaluation-result-3451888-1307114598/solver-3451888-1307114598 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451888-1307114598.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6c6e5d09e1e6b4cdc1d36588d438ba6a
RANDOM SEED=1075775692

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12445372 kB
Buffers:        347756 kB
Cached:        5679140 kB
SwapCached:        948 kB
Active:       16031140 kB
Inactive:      4154908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12445372 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:           13984 kB
Writeback:           0 kB
AnonPages:    14157444 kB
Mapped:          41368 kB
Slab:           197212 kB
PageTables:      55828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95396364 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= 73876 MiB
End job on node131 at 2011-06-03 17:53:20